Re: Hypothetical Indexes - PostgreSQL extension - PGCON 2010

From: Richard Huxton <dev(at)archonet(dot)com>
To: Jeroen Vermeulen <jtv(at)xs4all(dot)nl>
Cc: Ana Carolina Brito de Almeida <anacrl(at)ig(dot)com(dot)br>, pgsql-hackers(at)postgresql(dot)org, sergio(at)inf(dot)puc-rio(dot)br
Subject: Re: Hypothetical Indexes - PostgreSQL extension - PGCON 2010
Date: 2010-12-03 10:06:08
Message-ID: 4CF8C110.1080104@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 03/12/10 08:14, Jeroen Vermeulen wrote:
> On 2010-12-02 00:48, Ana Carolina Brito de Almeida wrote:
>
>> We would like to inform you all that our extension to PostgreSQL, that
>> includes hypothetical indexes (and soon index self-tuning), is
>> available through a sourgeforge project.

> Looking at the sourceforge page, I'm left with one burning question:
> what are they for?

I believe they're for performance testing. Add hypothetical index (takes
very little time). Check estimated costs with EXPLAIN. If good, add real
index (takes lots of time).

Of course, they're also good for indexing hypothetical data ;-)

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-12-03 11:06:16 Re: WIP patch for parallel pg_dump
Previous Message Heikki Linnakangas 2010-12-03 09:22:53 Re: directory archive format for pg_dump