Re: What type of index should I use? - Mailing list pgsql-general

From Adrian von Bidder
Subject Re: What type of index should I use?
Date
Msg-id 201006221635.12151@fortytwo.ch
Whole thread Raw
In response to Re: What type of index should I use?  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-general
On Tuesday 22 June 2010 10.49:00 Dimitri Fontaine wrote:
> >   I estimate the table will hold around 5,000 rows, never any more.
>
> It could be that you're better off without any index, depending on the
> size of rows you put in there, and the overall memory usage patterns you
> have.

I agree: don't overstimate the effect an index can have and don't
underestimate the cost of index updates.

Have you tested performance as it is?  Spending time to tune that doesn't
need tuning is an interesting hobby, but probably nothing more :-)

cheers
-- vbi


--
Today is Pungenday, the 27th day of Confusion in the YOLD 3176

Attachment

pgsql-general by date:

Previous
From: venkat
Date:
Subject: How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL
Next
From: Thom Brown
Date:
Subject: Re: How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL