Re: performance problems with bulk inserts/updates on tsrange with gist-based exclude constrains

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: performance problems with bulk inserts/updates on tsrange with gist-based exclude constrains
Дата
Msg-id 18176.1474036192@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: performance problems with bulk inserts/updates on tsrange with gist-based exclude constrains  (Chris Withers <chris@simplistix.co.uk>)
Ответы Re: performance problems with bulk inserts/updates on tsrange with gist-based exclude constrains  (Chris Withers <chris@simplistix.co.uk>)
Список pgsql-general
Chris Withers <chris@simplistix.co.uk> writes:
> On 16/09/2016 14:54, Igor Neyman wrote:
>> So, what is the value for "end ts", when the record is inserted (the range just started)?

> It's open ended, so the period is [start_ts, )

I've not looked at the GiST range opclass, but I would not be surprised if
having lots of those is pretty destructive to the index's ability to be
selective about && searches.

            regards, tom lane


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

Предыдущее
От: Chris Withers
Дата:
Сообщение: Re: performance problems with bulk inserts/updates on tsrange with gist-based exclude constrains
Следующее
От: Chris Withers
Дата:
Сообщение: performance problems with bulk inserts/updates on tsrange with gist-based exclude constrains