Re: Extremely slow intarray index creation and inserts.

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: Extremely slow intarray index creation and inserts.
Дата
Msg-id Pine.LNX.4.64.0903191544500.31919@sn.sai.msu.ru
обсуждение исходный текст
Ответ на Re: Extremely slow intarray index creation and inserts.  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-performance
On Thu, 19 Mar 2009, Oleg Bartunov wrote:

> On Thu, 19 Mar 2009, Tom Lane wrote:
>
>> Oleg Bartunov <oleg@sai.msu.su> writes:
>>> We usually say about 200 unique values as a limit for
>>> gist_int_ops.
>>
>> That seems awfully small ... should we make gist_intbig_ops the default,
>> or more likely, raise the signature size of both opclasses?  Even at a
>> crossover point of 10000 I'm not sure that many real-world apps would
>> bother considering gist_int_ops.
>
> gist__int_ops doesn't uses signatures, it uses range compression, which
> is not lossy, but not capacious. Perhaps, that's why we decided to use it as

sorry, it's lossy

> default opclass.
>
>
>     Regards,
>         Oleg
> _____________________________________________________________
> Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
> Sternberg Astronomical Institute, Moscow University, Russia
> Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
> phone: +007(495)939-16-83, +007(495)939-23-83
>
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Extremely slow intarray index creation and inserts.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Proposal of tunable fix for scalability of 8.4