Re: a few crazy ideas about hash joins

From: Chris Dunlop <chris(at)onthe(dot)net(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: a few crazy ideas about hash joins
Date: 2009-04-07 04:36:17
Message-ID: slrngtlm21.k6s.chris@chris.onthe.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2009-04-03, Simon Riggs <simon(at)2ndQuadrant(dot)com> wrote:
>
> On Fri, 2009-04-03 at 18:03 +0100, Greg Stark wrote:
>
>> I wonder if we need a whole class of index algorithms to deal
>> specifically with read-only tables
>
> I think we can drop the word "index" from the sentence as well.
>
> "Read-only" isn't an isolated case. Often you find many read-only tables
> alongside rapidly changing tables. So even the busiest of databases can
> benefit from read-only optimisations. So I want MVCC *and* read only,
> not MVCC everywhere (or MVCC nowhere if customer changes horses to get
> read-only benefits elsewhere).
>
> Having changes to those tables cause much heavier additional work is OK,
> if judged on a cost/benefit basis. So the case I care about ought to be
> called "read-mostly" but we're talking write:read ratios of millions:1.

For the record and in case anyone gets interested in following up the
idea of "read only" tables, see also:

http://thread.gmane.org/gmane.comp.db.postgresql.devel.general/76366

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2009-04-07 05:51:22 Re: Closing some 8.4 open items
Previous Message Pavel Stehule 2009-04-07 04:22:38 Re: default parameters for built-in functions (was Re: Documentation Update: Document pg_start_backup checkpoint behavior)