Re: Bugs/slowness inserting and indexing cubes

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: Bugs/slowness inserting and indexing cubes
Дата
Msg-id CAPpHfdt9vX4sV5Hkp=F211RiFsM4gLgX-qws=2EaohF2z40S5g@mail.gmail.com
обсуждение исходный текст
Ответ на Bugs/slowness inserting and indexing cubes  (Jay Levitt <jay.levitt@gmail.com>)
Ответы Re: Bugs/slowness inserting and indexing cubes  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
On Tue, Feb 7, 2012 at 11:26 PM, Jay Levitt <jay.levitt@gmail.com> wrote:
[*] psql:slowcube.sql:20: ERROR:  node buffer of page being split (121550) does not exist
This looks like a bug in buffering GiST index build I've implemented during my GSoC 2011 project. It looks especially strange with following setting:
effective_cache_size = 3734MB
because buffering GiST index build just shouldn't turn on in this case when index fits to cache. I'm goint to take a detailed look on this.

------
With best regards,
Alexander Korotkov.

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Bugs/slowness inserting and indexing cubes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] pg_dump -s dumps data?!