Re: GiST, caching, and consistency

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: GiST, caching, and consistency
Дата
Msg-id 603c8f070908050642x4ac57a9ev2e9c64a2352c10b3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: GiST, caching, and consistency  (Matthew Wakeling <matthew@flymine.org>)
Ответы Re: GiST, caching, and consistency  (Matthew Wakeling <matthew@flymine.org>)
Список pgsql-performance
On Wed, Aug 5, 2009 at 6:20 AM, Matthew Wakeling<matthew@flymine.org> wrote:
> It is certainly doing a sequential scan. So are you saying that it will
> start a sequential scan from a different part of the table each time, even
> in the absence of other simultaneous sequential scans? Looks like I'm going
> to have to remove the limit to get sensible results - I only added that to
> make the query return in a sensible time for performance testing.
>
> Some trivial testing with "select * from location limit 10;" indicates that
> it starts the sequential scan in the same place each time - but is this
> different from the above query?

Maybe it's because of this?

http://www.postgresql.org/docs/8.3/static/runtime-config-compatible.html#GUC-SYNCHRONIZE-SEQSCANS

...Robert

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

Предыдущее
От: Russell Smith
Дата:
Сообщение: Re: SQL select query becomes slow when using limit (with no offset)
Следующее
От: Matthew Wakeling
Дата:
Сообщение: Re: GiST, caching, and consistency