Re: the number of pending entries in GIN index with FASTUPDATE=on
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-11-06T16:37:29Z
Lists: pgsql-hackers
On Fri, Nov 2, 2012 at 12:48 PM, Fujii Masao <masao.fujii@gmail.com> wrote: > Is there the way to know the number of pending entries in GIN index which > was created with FASTUPDATE = on? If not, is it worth implementing the > function returning that number? > > I sometimes would like to know that number when I measure how much > pending entries affect the performance of GIN index scan and tune how > frequently autovacuum should run VACUUM to clean up them. Seems useful to me. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company