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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Cosimo Streppone <cosimo(at)streppone(dot)it>
Cc: Postgresql Performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: High end server and storage for a PostgreSQL OLTP system
Date: 2005-02-28 22:15:22
Message-ID: 3253.1109628922@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Cosimo Streppone <cosimo(at)streppone(dot)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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Sven Willenberger 2005-02-28 23:59:13 Inheritence versus delete from
Previous Message Cosimo Streppone 2005-02-28 21:47:02 Re: High end server and storage for a PostgreSQL OLTP system