Re: Fixing GIN for empty/null/full-scan cases

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Fixing GIN for empty/null/full-scan cases
Дата
Msg-id E8A0DA70-9327-46A7-82B4-91E187659234@kineticode.com
обсуждение исходный текст
Ответ на Re: Fixing GIN for empty/null/full-scan cases  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Jan 18, 2011, at 3:08 PM, Tom Lane wrote:

>> Shall I send you data with the other two columns?:
>
> No, I see no reason to think that has much to do with it.  I'm wondering
> if your table is itself a bit bloated ...

Nope. Just ran the bloat query from check_postgres.pl. Bloat is 0. Not surprising since the table was created by
insertingfrom another table (the original with the gist indexes) and has not been updated since. 

Any other ideas?

David



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: test_fsync label adjustments
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fixing GIN for empty/null/full-scan cases