On Thu, Aug 1, 2013 at 2:04 PM, Thomas Reiss <thomas.reiss@xxxxxxxxxx> wrote:
--
Sergey Burladyan
Le 01/08/2013 11:55, Sergey Burladyan a écrit :
the result of these queries :At first look, this reminds me some catalog bloat issue. Can you provide
SELECT pg_size_pretty(pg_table_size('pg_class')) AS size_pg_class;
SELECT pg_size_pretty(pg_table_size('pg_attribute')) AS size_pg_attribute;
SELECT pg_size_pretty(pg_table_size('pg_class')) AS size_pg_class; --- '16 MB'
SELECT pg_size_pretty(pg_table_size('pg_attribute')) AS size_pg_attribute; --- '63 MB'
Sergey Burladyan