Re: Vacuuming anything zeroes shared table stats
От
Alvaro Herrera
Тема
Re: Vacuuming anything zeroes shared table stats
Дата
Msg-id
20070607152543.GK3664@alvh.no-ip.org
Ответ на
Vacuuming anything zeroes shared table stats (Michael Fuhr)
Список
Дерево обсуждения
Vacuuming anything zeroes shared table stats Michael Fuhr <mike@fuhr.org>
Re: Vacuuming anything zeroes shared table stats Alvaro Herrera <alvherre@commandprompt.com>
Re: Vacuuming anything zeroes shared table stats Alvaro Herrera <alvherre@commandprompt.com>
Re: Vacuuming anything zeroes shared table stats Tom Lane <tgl@sss.pgh.pa.us>
Re: Vacuuming anything zeroes shared table stats Michael Fuhr <mike@fuhr.org>
Re: Vacuuming anything zeroes shared table stats Tom Lane <tgl@sss.pgh.pa.us>
Re: Vacuuming anything zeroes shared table stats Alvaro Herrera <alvherre@commandprompt.com>
Michael Fuhr wrote: > Is vacuuming any table supposed to zero the statistics for all > shared tables? Doesn't that have implications for autovacuum? The > example below is in 8.2.4 but I'm seeing similar behavior in 8.1.9 > and 8.3devel. The problem is that the database hash is cleared of databases that no longer exist, and the database list is constructed by scanning pg_database. Since no entry exist for the database we use for shared tables (InvalidOid), the hash table is dropped. The attached patch fixes this. > Additionally, in 8.3devel doing anything that queries or modifies a > shared table seems to zero the statistics for all shared tables. I'm not sure if this is fixed by the patch; can you verify, or provide a more specific description of the problem? -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
В списке pgsql-hackers по дате отправления