Partial Indexes, was Re: Firebird and PostgreSQL at the DB Corral. - Mailing list pgsql-general

From Richard Huxton
Subject Partial Indexes, was Re: Firebird and PostgreSQL at the DB Corral.
Date
Msg-id 200312180927.03451.dev@archonet.com
Whole thread Raw
In response to Re: Firebird and PostgreSQL at the DB Corral.  (Paul Ganainm <paulsnewsgroups@hotmail.com>)
List pgsql-general
On Thursday 18 December 2003 03:53, Paul Ganainm wrote:
> kleptog@svana.org says...
>

> > Now an index can be used on customer when searching for only unbilled
> > things whereas normally it would also have to search for all historical
> > things as well.
> >
> > So, you get the benefit of a smaller index that is more useful to boot.
>
> Hmmm... this is kinda like the Oracle thing where tables can be
> partitioned? Sort of?

Not really (other than it's a performance thing). It is very useful when you
know most queries are only interested in a certain set of values.

--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: konf@chalu.cz
Date:
Subject: param max_connections
Next
From: Richard Huxton
Date:
Subject: Re: param max_connections