Re: the number of pending entries in GIN index with FASTUPDATE=on

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: the number of pending entries in GIN index with FASTUPDATE=on
Дата
Msg-id 16271.1352224890@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: the number of pending entries in GIN index with FASTUPDATE=on  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: the number of pending entries in GIN index with FASTUPDATE=on  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> 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?

> Seems useful to me.

Seems like the appropriate place to expose this would be in a
GIN-specific variant of contrib/pgstattuple's pgstatindex().  I seem to
recall some previous discussion about how to fix the btree-centricity
of that function's API, but I don't recall if we thought of a good
solution.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Proposal for Allow postgresql.conf values to be changed via SQL
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: Doc patch, distinguish sections with an empty row in error code table