Re: Ayuda con rendimiento..

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Leonardo Castillo" <leonardo(at)hacer(dot)ula(dot)ve>
Cc: Mario <gonzalemario(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Ayuda con rendimiento..
Date: 2007-02-24 07:01:15
Message-ID: c2d9e70e0702232301j7d975c01j5a7482b2ae318e70@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 2/23/07, Leonardo Castillo <leonardo(at)hacer(dot)ula(dot)ve> wrote:
> Saludos amigos listeros...
>
> Aquí les mando la consulta principal del sistema y su EXPLAIN. Con respecto
> al uso de memoria virtual, cada back end de postgres toma 7MB del SWAP y
> 200 MB de Shared Memory física.
>
> Consulta:
>
> select distinct
> CC.acceso,CC.ext_acceso,CC.UBICACION

yo empezaria cambiando este DISTINCT por un
GROUP BY CC.acceso,CC.ext_acceso,CC.UBICACION, hasta donde se postgres
tiene una mejor implementacion de GROUP BY que de DISTINCT

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2007-02-24 07:05:15 Re: darme de baja
Previous Message Jaime Casanova 2007-02-24 06:48:28 Re: Ayuda con rendimiento..