From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | "wilhelmtg(at)cantv(dot)net" <wilhelmtg(at)cantv(dot)net> |
Cc: | systemguards(at)gmail(dot)com, pgsql-es-ayuda(at)postgresql(dot)org, haroldo(dot)stenger(at)gmail(dot)com |
Subject: | Re: Re: Re: OPTIMIZAR QUERY |
Date: | 2006-07-20 01:24:08 |
Message-ID: | 20060720012408.GA18565@surnet.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
wilhelmtg(at)cantv(dot)net escribió:
> Nested Loop IN Join (cost=0.00..872.66 rows=1 width=62) (actual time=8.443..1080.688 rows=1803 loops=1)
> -> Seq Scan on tbl_prueba (cost=0.00..129.59 rows=13 width=62) (actual time=0.209..19.054 rows=1912 loops=1)
> Filter: ((status)::text = '1'::text)
Cuando fue la ultima vez que hiciste un ANALYZE sobre esta tabla? Las
estadisticas aqui parecen estar muy muy mal (espera obtener 13 filas,
obtiene 1912).
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Juan Martínez | 2006-07-20 01:37:05 | Re: Fw: Que Linux recomiendan usar con Postgres |
Previous Message | Linder Poclaba | 2006-07-20 00:41:45 | Re: Tipos times |