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

From Scott Marlowe
Subject Re: strange index performance?
Date
Msg-id dcc563d10901240657v466a522fi373aa4f3cdf8a9dd@mail.gmail.com
Whole thread Raw
In response to strange index performance?  (Thomas Finneid <tfinneid@fcon.no>)
Responses Re: strange index performance?
List pgsql-performance
On Sat, Jan 24, 2009 at 3:57 AM, Thomas Finneid <tfinneid@fcon.no> wrote:
> Hi
>
> I just experienced a performance loss on inserts when redefining my index on
> a table.
>
> I have a database with the following table
>
> table:
>   id1  int
>   id2  int
>   id3  int
>   id4  int
>   val1 float
>   ....
>   tablespace dbspace
>
> the data id distribution is hierarchical and even, well fitting to a btree,
> there is about 20000 rows per insert (actually a jdbc COPY)

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?

pgsql-performance by date:

Previous
From: Thomas Finneid
Date:
Subject: strange index performance?
Next
From: Scott Marlowe
Date:
Subject: Re: strange index performance?