Oleg Bartunov wrote:
> our client complained about slow query, which involves temporary tables.
> Analyzing them manually solved the problem. I don't remember
> arguments against temporary tables support by autovacuum. I'd
> appreciate any
> pointers.
Autovacuum can't process temp tables; they could reside in a backend's
private temp buffers (local memory, not shared).
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.