Re: Where clause limited to 8 items?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Where clause limited to 8 items?
Дата
Msg-id 87hdop2abr.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Where clause limited to 8 items?  ("Henry Combrinck" <henry@metroweb.co.za>)
Ответы Re: Where clause limited to 8 items?
Список pgsql-general
"Henry Combrinck" <henry@metroweb.co.za> writes:

> The above works fine - the index is used.  However, extend the where
> clause with an extra line (say, col1 = 9) and the index is no longer used.

Do

  explain analyze select ...

with both versions and send the results (preferably without line wrapping it).

I'm a bit skeptical about your description since I don't see how either query
could possibly be using an index here.

--
greg

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