Re: Slowdown problem when writing 1.7million records

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Stephen Livesey <ste(at)exact3ex(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: Slowdown problem when writing 1.7million records
Date: 2001-02-28 18:44:39
Message-ID: 18963.983385879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> * Be smarter about insertion of already-ordered data into btree index

> Added. I thought our btree code was self-balancing.

I did too, but evidently it's got a problem in this scenario ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fork 2001-02-28 18:55:47 Re: Intersect and order by
Previous Message Tom Lane 2001-02-28 18:43:49 Re: Intersect and order by