SELECT min(id) FROM test; uses seqscan

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема SELECT min(id) FROM test; uses seqscan
Дата
Msg-id 200105021308.f42D8tJ85559@hub.org
обсуждение исходный текст
Ответы Re: SELECT min(id) FROM test; uses seqscan
Re: SELECT min(id) FROM test; uses seqscan
Список pgsql-bugs
Nick Gazaloff (nick@club.pyat.ru) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
SELECT min(id) FROM test; uses seqscan

Long Description
SELECT min(id) FROM test; uses sequential scan even if an index on "id" exists. VACUUM ANALYZE doesn't help.


Sample Code


No file was uploaded with this report

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