optimize db #1059

Open
opened 2012-10-02 22:18:33 +00:00 by j · 0 comments
Owner

from http://craigkerstiens.com/2012/10/01/understanding-postgres-performance/

SELECT relname, 100 * idx_scan / (seq_scan + idx_scan) percent_of_times_index_used, n_live_tup rows_in_table FROM pg_stat_user_tables ORDER BY n_live_tup DESC;

lists some tables that could be doing a bit better

from <http://craigkerstiens.com/2012/10/01/understanding-postgres-performance/> SELECT relname, 100 * idx_scan / (seq_scan + idx_scan) percent_of_times_index_used, n_live_tup rows_in_table FROM pg_stat_user_tables ORDER BY n_live_tup DESC; lists some tables that could be doing a bit better
rlx added the
backend
label 2012-10-02 22:18:33 +00:00
j was assigned by rlx 2012-10-02 22:18:33 +00:00
rlx added the
normal
defect
labels 2012-10-02 22:18:33 +00:00
rlx added this to the 14.01 milestone 2013-05-29 14:20:41 +00:00
rlx modified the milestone from 14.01 to 14.03 2014-02-09 19:08:00 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#1059
No description provided.