Re: LIMIT not showing all results

Поиск
Список
Период
Сортировка
От Casey Deccio
Тема Re: LIMIT not showing all results
Дата
Msg-id 5188DC9C-9665-41E8-8B04-B016527321C4@deccio.net
обсуждение исходный текст
Ответ на Re: [External] LIMIT not showing all results  (Andreas Kretschmer <andreas@a-kretschmer.de>)
Ответы Re: LIMIT not showing all results  (Andreas Kretschmer <andreas@a-kretschmer.de>)
Список pgsql-general

On Mar 5, 2019, at 10:37 AM, Andreas Kretschmer <andreas@a-kretschmer.de> wrote:

no, but you can set enable_indexscan to off and maybe also enable_bitmapscan to off to force the planner to choose a seq-scan.
I'm sure in this case you will get a correct result.

So this (setting enable_indexscan to off) might be a short-term fix, while reindexing is the more robust fix?

Casey

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

Предыдущее
От: Matthew Pounsett
Дата:
Сообщение: Re: [External] LIMIT not showing all results
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [External] LIMIT not showing all results