Re: [despammed] question about index - Mailing list pgsql-sql

From Andreas Kretschmer
Subject Re: [despammed] question about index
Date
Msg-id 20041216110139.GA5899@Pinguin.wug-glas.de
Whole thread Raw
In response to question about index  (Jerome Alet <alet@librelogiciel.com>)
Responses Re: [despammed] question about index
List pgsql-sql
am  16.12.2004, um 11:41:54 +0100 mailte Jerome Alet folgendes:
> Hi,
> 
> For a future databas, I plan to have got a table with a text field 
> which can contain only three different values, say "VALUE1", 
> "VALUE2", and "VALUE3" 

Why text-fields for this task? I would prefer a smallint for this with a
check-contraint to check the values.

> be as fast as possible.        
> 
> considering that almost 70% of the rows will be with 'VALUE1', 20%
> will be with 'VALUE2' and 10% will be with 'VALUE3' on the average.
> 
> should I create an index to speedup the counts or not ?

Yes.



Andreas
-- 
Andreas Kretschmer    (Kontakt: siehe Header)              Tel. NL Heynitz:  035242/47212
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net===    Schollglas Unternehmensgruppe    === 


pgsql-sql by date:

Previous
From: Jerome Alet
Date:
Subject: question about index
Next
From: Janning Vygen
Date:
Subject: Re: Query aid