Re: [PERFORM] Wrong plan or what ?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [PERFORM] Wrong plan or what ?
Дата
Msg-id 200307221040.28653.josh@agliodbs.com
обсуждение исходный текст
Ответ на Wrong plan or what ?  ("Mendola Gaetano" <mendola@bigfoot.com>)
Список pgsql-admin
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


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Srinivas Kotapally"
Дата:
Сообщение: Using the /var/lib/pgsql/data directory in the absense of a backup for recovery
Следующее
От: Renney Thomas
Дата:
Сообщение: Re: Replication/Failover/HA solution