Re: [PERFORM] Wrong plan or what ?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Mendola Gaetano" <mendola(at)bigfoot(dot)com>, <pgsql-performance(at)postgresql(dot)org>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: [PERFORM] Wrong plan or what ?
Date: 2003-07-22 17:40:28
Message-ID: 200307221040.28653.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-performance

Gaetano,

> SELECT * from user_logs where id_user in (
> 10943, 10942, 10934, 10927, 10910, 10909
> );
> [SNIPPED]

> Why the planner or the executor ( I don't know ) do not follow
> the same strategy ?

It is, actually, according to the query plan.

Can you post the EXPLAIN ANALYZE for the above query?

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mendola Gaetano 2003-07-22 17:48:20 Re: [PERFORM] Wrong plan or what ?
Previous Message Bruno Wolff III 2003-07-22 17:19:10 Re: RE : common_fields: permission denied

Browse pgsql-performance by date

  From Date Subject
Next Message Mendola Gaetano 2003-07-22 17:48:20 Re: [PERFORM] Wrong plan or what ?
Previous Message Bruce Momjian 2003-07-22 17:39:16 Re: Dual Xeon + HW RAID question