Re: Help w/speeding up range queries?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Help w/speeding up range queries?
Дата
Msg-id 13715.1162360704@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Help w/speeding up range queries?  ("Luke Lonergan" <llonergan@greenplum.com>)
Список pgsql-performance
"Luke Lonergan" <llonergan@greenplum.com> writes:
> Oops - I missed the point earlier.  Start and End are separate attributes so
> this is like an unbounded window in a Start,End space.  PostGis provides
> quadtree indexing would provide a terse TID list but you still have the
> problem of how to ensure that the heap tuples being scanned are efficiently
> retrieved, which would only happen if they are grouped similarly to the
> retrieval pattern, right?

Yeah, but I think that's a second-order problem compared to having an
index that's reasonably well matched to the query ...

            regards, tom lane

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

Предыдущее
От: Ben
Дата:
Сообщение: Re: pg_trgm indexes giving bad estimations?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_trgm indexes giving bad estimations?