Re: Fast insertion indexes: why no developments

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема Re: Fast insertion indexes: why no developments
Дата
Msg-id 1383063856.65404.YahooMailNeo@web172603.mail.ir2.yahoo.com
обсуждение исходный текст
Ответ на Re: Fast insertion indexes: why no developments  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-hackers
> I bet you've mis-diagnosed the problem.  Btrees don't have a problem
> keeping up with 50m records; you're problem is that after a certain
> point your page cache can't keep up with the pseudo-random i/o
> patterns and you start seeing faults to storage.
> [...]   This has nothing to do the btree algorithm except to the
> extent it affects i/o patterns.


Of course; that's why those "different" index types aim to use more sequential than random writes.




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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Fast insertion indexes: why no developments
Следующее
От: Robert Haas
Дата:
Сообщение: Re: CLUSTER FREEZE