Re: performance using table partitions in Postgres 8.2.6

From: Albert Cervera Areny <albert(at)sedifa(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: performance using table partitions in Postgres 8.2.6
Date: 2008-04-07 18:06:14
Message-ID: 200804072006.15114.albert@sedifa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

A Dilluns 07 Abril 2008, Janet Jacobsen va escriure:
> no. of partitions constraint_exclusion off constraint_exclusion on
> 2 0.597 ms 0.427 ms
> 4 0.653 ms 0.414 ms
> 8 0.673 ms 0.654 ms
> 16 1.068 ms 1.014 ms
> 32 2.301 ms 1.537 ms
>
> I expected that the query time would decrease as the number of
> partitions increases, but that's not what I am seeing. I get better
> results (0.29 ms) if I simply index DMID and don't use the partitions.

I see really small times here so probably the overhead that partitioning
imposes isn't worth yet. Maybe with 50M rows it'll help, you could try
feeding those 50M tuples and test again.

--
Albert Cervera Areny
Dept. Informàtica Sedifa, S.L.

Av. Can Bordoll, 149
08202 - Sabadell (Barcelona)
Tel. 93 715 51 11
Fax. 93 715 51 12

====================================================================
........................ AVISO LEGAL ............................
La presente comunicación y sus anexos tiene como destinatario la
persona a la que va dirigida, por lo que si usted lo recibe
por error debe notificarlo al remitente y eliminarlo de su
sistema, no pudiendo utilizarlo, total o parcialmente, para
ningún fin. Su contenido puede tener información confidencial o
protegida legalmente y únicamente expresa la opinión del
remitente. El uso del correo electrónico vía Internet no
permite asegurar ni la confidencialidad de los mensajes
ni su correcta recepción. En el caso de que el
destinatario no consintiera la utilización del correo electrónico,
deberá ponerlo en nuestro conocimiento inmediatamente.
====================================================================
........................... DISCLAIMER .............................
This message and its attachments are intended exclusively for the
named addressee. If you receive this message in error, please
immediately delete it from your system and notify the sender. You
may not use this message or any part of it for any purpose.
The message may contain information that is confidential or
protected by law, and any opinions expressed are those of the
individual sender. Internet e-mail guarantees neither the
confidentiality nor the proper receipt of the message sent.
If the addressee of this message does not consent to the use
of internet e-mail, please inform us inmmediately.
====================================================================

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message samantha mahindrakar 2008-04-07 18:27:21 Performance with temporary table
Previous Message Matthew 2008-04-07 17:02:52 Re: Severe performance problems for simple query