Re: Fast insertion indexes: why no developments - Mailing list pgsql-hackers

From Leonardo Francalanci
Subject Re: Fast insertion indexes: why no developments
Date
Msg-id 1383063856.65404.YahooMailNeo@web172603.mail.ir2.yahoo.com
Whole thread Raw
In response to Re: Fast insertion indexes: why no developments  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-hackers
> I bet you've mis-diagnosed the problem.  Btrees don't have a problem
> keeping up with 50m records; you're problem is that after a certain
> point your page cache can't keep up with the pseudo-random i/o
> patterns and you start seeing faults to storage.
> [...]   This has nothing to do the btree algorithm except to the
> extent it affects i/o patterns.


Of course; that's why those "different" index types aim to use more sequential than random writes.




pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Fast insertion indexes: why no developments
Next
From: Robert Haas
Date:
Subject: Re: CLUSTER FREEZE