Re: About "Our CLUSTER implementation is pessimal" patch

From: Leonardo F <m_lists(at)yahoo(dot)it>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: About "Our CLUSTER implementation is pessimal" patch
Date: 2010-01-27 09:15:38
Message-ID: 914351.31291.qm@web29018.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Consider multi-column indexes, ie:
> CREATE INDEX i_foo ON foo (length(a), length(b));

Ok, I've never thought of expression indexes that way
(in the (expr1,expr2,exprN) form): that is a good example.

> Maybe you're confusing expression indexes with partial indexes?

No no, that was exactly what I needed to know.

Thank you very much

Leonardo

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-01-27 10:01:32 Re: Patch: psql \whoami option
Previous Message KaiGai Kohei 2010-01-27 08:50:19 Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns