Re: High memory usage / performance issue ( temp tables ? )
От | Pavel Stehule |
---|---|
Тема | Re: High memory usage / performance issue ( temp tables ? ) |
Дата | |
Msg-id | CAFj8pRB44Hq8kdiwfQZRJVNLGz1Q2NAd_7RLrLJyi9Xgy3pwoA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: High memory usage / performance issue ( temp tables ? ) (gmb <gmbouwer@gmail.com>) |
Ответы |
Re: High memory usage / performance issue ( temp tables ? )
|
Список | pgsql-sql |
Hi
2014-08-17 21:47 GMT+02:00 gmb <gmbouwer@gmail.com>:
Something else I intended to ask in the original post, but forgot:
What effect , if any , will the autovacuum setting have in this type of
scenario ?
Will performance be improved by disabling this ?
no, when you use temporary tables intensively - you must vacuum pg_catalog intensively - vaccum should be more aggressive and faster then a bloating of system catalog.
Probably you should to do REINDEX some system indexes more often than is usually.
Regards
Pavel
Pavel
I assume that a vacuum process will be required on at least the pg_catalog
due to dropping of temp tables during the process.
Regards
gmb
--
View this message in context: http://postgresql.1045698.n5.nabble.com/High-memory-usage-performance-issue-temp-tables-tp5815108p5815126.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.
--
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
В списке pgsql-sql по дате отправления: