Re: [GENERAL] Re: Data warehousing

From: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
To: General <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Re: Data warehousing
Date: 1999-06-28 13:00:04
Message-ID: 377771D4.C603FEB2@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Herouth Maoz wrote:

> Maybe I'm missing the point here, but it seems to me that if
> you simply use indices not as key definitions but as query
> accelerators (as in "index the living daylights out of"), then
> you may as well define a separate index on each and every
> field. Why do multiple-field indices in such a case?

Why do multi-field indexes? Umm. How about to avoid doing a sequential
scan? If your query depends on multiple fields then once you've found
the set based on the first index you would have to sequential scan that
subset based on the second condition, unless you have a multi-field
index.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Alexander Boyle 1999-06-28 16:51:03 Re: [GENERAL] Administration Wizards ...
Previous Message Remigiusz Sokolowski 1999-06-28 11:49:56 Re: [GENERAL] What does this mean ?