Re: improve performance in a big table

From: olivier boissard <olivier(dot)boissard(at)cerene(dot)fr>
To: "A(dot)Burbello" <burbello3000(at)yahoo(dot)com(dot)br>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: improve performance in a big table
Date: 2007-12-13 13:15:13
Message-ID: 47613061.9000004@cerene.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

A.Burbello a écrit :
> Hi people,
>
> I have a case and I got a doubt what should be the
> best ways.
>
> One table has more than 150 million of rows, and I
> thought that could divided by state.
> For each row has person ID, state and other
> informations, but the search would be done only by
> person ID (number column).
>
> I can improve the query by putting index in that
> column, but is there any other ways?
>
> Thank you.
>
>
>
>
> Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!
> http://br.mail.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>
Hello

I also studies how to improve performances on big tables.
Like you , I don't know how to improve without index. It's the only way
I found .
I find postgresql is fast on small table but I got real performance
problem when increases the number of rows
Do anyone know if there is specific postgresql tuning parameters in
.conf file for big tables ?

max_fsm_pages ?
max_fsm_relations ?

Olivier

--
Olivier BOISSARD
olivier(dot)boissard(at)cerene(dot)fr

CERENE SERVICES SA
3, rue Archimède
10600 La Chapelle-Saint-Luc - France
Tel : 33 (0)3 25 74 11 78
Fax : 33 (0)3 25 78 39 67
----------------------------
"Ce message peut contenir des informations confidentielles et/ou
protégées. Il est à l'usage exclusif de son destinataire. Toute
utilisation non autorisée peut être illicite. Si vous recevez ce
message par erreur, nous vous remercions d'en aviser immédiatement
l'expéditeur en utilisant la fonction réponse de votre gestionnaire
de courrier électronique."

"This email may contain confidential information and/or copyright
material. This email is intended for the use of the addressee only.
Any unauthorised use may be unlawful. If you receive this email by
mistake, please advise the sender immediately by using the reply
facility in your email software."

Attachment Content-Type Size
olivier_boissard.vcf text/x-vcard 1.1 KB

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sofer, Yuval 2007-12-13 13:40:22 odbc problem on Japanese windows machine
Previous Message Alvaro Herrera 2007-12-13 13:01:15 Re: Schema security