Re: High end server and storage for a PostgreSQL OLTP system

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: High end server and storage for a PostgreSQL OLTP system
Дата
Msg-id 3253.1109628922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: High end server and storage for a PostgreSQL OLTP system  (Cosimo Streppone <cosimo@streppone.it>)
Список pgsql-performance
Cosimo Streppone <cosimo@streppone.it> writes:
> The performance level of Pg 8 is at least *five* times higher
> (faster!) than 7.1.3 in "query-intensive" transactions,
> which is absolutely astounding.

Cool.

> In my experience, Pg8 handles far better non-unique indexes
> with low cardinality built on numeric and integer types, which
> is very common in our application.

Yes, we've fixed a number of places where the btree code was inefficient
with large numbers of equal keys.  I'm not sure that that explains a
5x speedup all by itself, though.

            regards, tom lane

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

Предыдущее
От: Cosimo Streppone
Дата:
Сообщение: Re: High end server and storage for a PostgreSQL OLTP system
Следующее
От: Sven Willenberger
Дата:
Сообщение: Inheritence versus delete from