Re: Performance on inserts

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance on inserts
Дата
Msg-id 5758.971646662@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performance on inserts  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Performance on inserts  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> * Prevent index lookups (or index entries using partial index) on most
>   common values; instead use sequential scan 

This behavior already exists for the most common value, and would
exist for any additional values that we had stats for.  Don't see
why you think a separate TODO item is needed.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Performance on inserts
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Performance on inserts