Re: Fast insertion indexes: why no developments

From: Leonardo Francalanci <m_lists(at)yahoo(dot)it>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fast insertion indexes: why no developments
Date: 2013-10-29 16:24:16
Message-ID: 1383063856.65404.YahooMailNeo@web172603.mail.ir2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-10-29 16:34:59 Re: CLUSTER FREEZE
Previous Message Merlin Moncure 2013-10-29 16:14:56 Re: Fast insertion indexes: why no developments