Re: indices

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: David Blood <davidjblood(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: indices
Date: 2002-03-07 21:23:42
Message-ID: 200203072123.g27LNh711795@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Blood wrote:
> Is there a point where there are too many indices or does postgres just
> chose out of all the indices on a table the one that matches the queries
> needs the best?

It chooses the best, but INSERT/UPDATE involve index upkeep, so too many
can be a performance problem.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • indices at 2002-03-07 20:55:11 from David Blood

Browse pgsql-general by date

  From Date Subject
Next Message Trond Eivind =?iso-8859-1?q?Glomsr=F8d?= 2002-03-07 21:30:29 Re: Installing 7.2 on RedHat 7.1
Previous Message Tim Finch 2002-03-07 21:13:41 Re: [GENERAL] PGSTAT Error from Postmaster