index
:
xlgmokha/2020-04-pg-training.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-04
add some notes on scopes
HEAD
master
mo khan
2020-05-04
Add note on transactions in partitioning in rails
mo khan
2020-05-04
Go through some rails examples
mo khan
2020-05-04
Connect rails to existing db
mo khan
2020-05-04
rails new course
mo khan
2020-05-04
add example problem query
mo khan
2020-05-04
Talk about costs
mo khan
2020-05-04
describe query tuning
mo khan
2020-04-30
Add notes on partitioning
mo khan
2020-04-30
Add more notes
mo khan
2020-04-30
Add some notes on access controls and permissions
mo khan
2020-04-30
Add notes on security
mo khan
2020-04-29
Add a few more config options to tune
mo khan
2020-04-29
Add some notes on pgbench
mo khan
2020-04-29
A connection pooler can limit the # of connections to a db
mo khan
2020-04-29
Describe tradeoffs between max_connections and work_mem
mo khan
2020-04-29
Configuration tuning
mo khan
2020-04-29
Show I/O bottleneck issue
mo khan
2020-04-29
add notes on architecture
mo khan
2020-04-29
Add notes on views
mo khan
2020-04-29
Add notes on functions and triggers
mo khan
2020-04-28
Add some notes on functions
mo khan
2020-04-28
Add notes on vacuum
mo khan
2020-04-28
Add notes on transactions
mo khan
2020-04-27
beware of nulls
mo khan
2020-04-27
Describe difference between primary key constraint and not null constraint
mo khan
2020-04-27
Add example of gist index
mo khan
2020-04-27
Describe storing JSON data with jsonb column and gin index
mo khan
2020-04-27
Discuss indexes with operator classes
mo khan
2020-04-27
More stuff on indexes
mo khan
2020-04-27
Bitmap index scan
mo khan
2020-04-27
intermission
mo khan
2020-04-27
Add notes on indexes
mo khan
2020-04-27
Add more notes
mo khan
2020-04-27
Add notes on client connection
mo khan
2020-04-27
Add scripts to create cluster, start server and connect via client
mo khan
2020-04-27
Ensure socket dir exists
mo khan
2020-04-27
Ignore db and tmp dir
mo khan
2020-04-27
Create tmp dir
mo khan
2020-04-27
add scripts to run local pg
mo khan
2020-04-27
Add README
mo khan