tuanhoanganh <hatuan05(at)gmail(dot)com> wrote:
> VACUUM ANALYZE pg_catalog.pg_attribute, pg_catalog.pg_type,
> pg_catalog.pg_depend run all time of day.
>
> Is it normal in Postgres?
Do you create and drop a lot of tables (including temporary tables)?
What are the results of running the query on this page?:
http://wiki.postgresql.org/wiki/Server_Configuration
How is overall performance on the machine?
-Kevin