Re: [GENERAL] Postgresql 8.0 beta 1 - strange cpu usage statistics and slow vacuuming
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32,gmane.comp.db.postgresql.general |
|---|---|
| Message-ID | <[email protected]> |
Shelby Cain <[email protected]> writes: > From looking at vacuum.c I gathered vacuum_cost_delay > must be >0 to enable the feature - correct? Yeah, that's right --- delay=0 turns it off. Weird. Can anyone else reproduce the problem? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match