Re: 8.x index insert performance

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: 8.x index insert performance
Дата
Msg-id 4374CDA90200002500000651@gwmta.wicourts.gov
обсуждение исходный текст
Ответ на 8.x index insert performance  (Kelly Burkhart <kelly@tradebotsystems.com>)
Список pgsql-performance
That sure seems to bolster the theory that performance is degrading
because you exhaust the cache space and need to start reading
index pages.  When inserting sequential data, you don't need to
randomly access pages all over the index tree.

-Kevin


>>> Kelly Burkhart <kelly@tradebotsystems.com>  >>>

I modified my original program to insert generated, sequential data.
The following graph shows the results to be flat:

<http://kkcsm.net/pgcpy_20051111_1.jpg>


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

Предыдущее
От: Kelly Burkhart
Дата:
Сообщение: Re: 8.x index insert performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 8.x index insert performance