Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2014 01:23
Show Gist options
  • Save anonymous/53f748a8c6c454b804b3 to your computer and use it in GitHub Desktop.
Save anonymous/53f748a8c6c454b804b3 to your computer and use it in GitHub Desktop.
=# SELECT * from pg_stat_user_tables where relname='bigtb';
relid | schemaname | relname | seq_scan | seq_tup_read | idx_scan | idx_tup_fetch | n_tup_ins | n_tup_upd | n_tup_del | n_tup_hot_upd | n_live_tup | n_dead_tup | last_vacuum | last_autovacuum | last_analyze | last_autoanalyze
--------+------------+---------+----------+--------------+----------+---------------+-----------+-----------+-----------+---------------+------------+------------+-------------------------------+-----------------+-------------------------------+------------------
105954 | public | bigtb | 0 | 0 | 220396 | 89781 | 63516 | 6 | 910 | 1 | 634879579 | 39 | 2014-08-06 20:12:47.163055-04 | | 2014-08-06 20:19:40.317771-04 | (1 row)
Time: 50.844 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment