Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Taral <taral@taral.net>
From: Taral <taral@taral.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Chris <chris@bitmead.com>, Bruce Momjian <pgman@candle.pha.pa.us>, pgsql-hackers@postgreSQL.org, pgsql-sql@postgreSQL.org
Date: 2000-02-03T16:50:30Z
Lists: pgsql-hackers
On Thu, 3 Feb 2000, Tom Lane wrote: > Maintaining an accurate count of descendants (or indexes for that > matter) would be expensive; in particular, it'd create severe > concurrency problems. What about fixing these things on VACUUM then? Taral