Re: Performance on inserts

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Performance on inserts
Дата
Msg-id 39A77160.FB43FC8F@alumni.caltech.edu
обсуждение исходный текст
Ответ на [jules@jellybean.co.uk: Performance on inserts]  (Jules Bean <jules@jellybean.co.uk>)
Список pgsql-hackers
> I have no good way to guess how much bit-rot has occurred in all that
> unexercised code ... but it'd be interesting to try to get it going
> again.

Yes, it is a *great* feature, since it directly addresses the problems
associates with one of the most common non-random data distributions
(the index can be constructed to completely ignore those most common
values, and hence be smaller, less often updated, and holding only those
values which might actually be used in an index scan). If we don't get
to outer joins, this would be a good second choice for 7.1 ;)
                    - Thomas


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Proposal for supporting outer joins in 7.1
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Performance on inserts