Mere

PostgreSQL: Query Optimization for Mere Humans

We are going to use it for example of a straightforward query: we would like to count the variety of users that don’t have Twitter handles.EXPLAIN ANALYZESELECT COUNT(*) FROM users WHERE twitter != '';Let's...

Recent posts

Popular categories

ASK ANA