Re: Performance issue with NestedLoop query

Поиск
Список
Период
Сортировка
От Matheus de Oliveira
Тема Re: Performance issue with NestedLoop query
Дата
Msg-id CAJghg4LA2Y5K3NhVV3W+v3ExPsNdMRKHep5YdAArRaubZXsphg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance issue with NestedLoop query  (Matheus de Oliveira <matioli.matheus@gmail.com>)
Список pgsql-performance

On Fri, Jul 31, 2015 at 3:06 PM, Matheus de Oliveira <matioli.matheus@gmail.com> wrote:
    CREATE INDEX ON table2 USING gin (tstzrange(start_date, end_date, '()'));

The index should be USING GIST, not GIN. Sorry.


--
Matheus de Oliveira


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

Предыдущее
От: Matheus de Oliveira
Дата:
Сообщение: Re: Performance issue with NestedLoop query
Следующее
От: Qingqing Zhou
Дата:
Сообщение: Re: Performance issue with NestedLoop query