Re: strange index performance? - Mailing list pgsql-performance

From Thomas Finneid
Subject Re: strange index performance?
Date
Msg-id 497C1881.9060303@fcon.no
Whole thread Raw
In response to Re: strange index performance?  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-performance
Scott Marlowe wrote:
> On Sat, Jan 24, 2009 at 3:57 AM, Thomas Finneid <tfinneid@fcon.no> wrote:
 >
> Is this table constantly growing, or is it at a stable plateu?  I'd
> assume a constantly growing table, or one with bloat problems would
> get slower over time.  About how many rows does this table have?

The table is constantly growing, by 20000 rows per second.
I did a test with an index for all id fields, and the insert time is
constant for every insert up to 1.2 billion rows. Then I stopped the
test because I didn't have more disk space allocated.

regards

thomas

pgsql-performance by date:

Previous
From: david@lang.hm
Date:
Subject: Re: SSD performance
Next
From: Thomas Finneid
Date:
Subject: Re: strange index performance?