Re: ACM Sigmod interview with Bruce Lindsay

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Mike Mascari <mascarm(at)mascari(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: ACM Sigmod interview with Bruce Lindsay
Date: 2005-08-07 02:20:09
Message-ID: 200508070220.j772K9T01792@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mike Mascari wrote:
> I find this Q & A a bit amusing:
>
> http://www.sigmod.org/sigmod/record/issues/0506/p71-column-winslet.pdf
>
> ----
>
> Q. If you magically had enough extra time to do one additional thing at
> work that you're not doing now, what would it be?
>
> A. I think I would work on indexing a little harder.
>
> Q. What aspect of indexing?
>
> A. Oh, there are many aspects of indexing that I think need improvement.
> I think we can do a better job in the searching. I think there are
> exciting things to do in multi-dimensional indexing. I think there are a
> lot more advanced ways that we can use database indexes for indexing on
> columns that contain sequences or XML data, and for partial indexing.
> With partial indexing, we would index only some of the rows, based on
> some predicate. For example, we might not index the NULL values, or we
> might index only those salaries greater than $100K.
>
> ----
>
> How long has a partial index implementation been in PostgreSQL? I seem
> to recall it being brought up to speed around six years ago. The
> underlying code may have been in there for much, much longer...

We have had partial indexes since the Berkeley days, per-1996, but we
have improved them quite a bit.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brendan Jurd 2005-08-07 02:34:30 Re: timestamp default values
Previous Message Michael Fuhr 2005-08-07 02:20:08 Re: timestamp default values