Re: hash index improving v3
От | Tom Lane |
---|---|
Тема | Re: hash index improving v3 |
Дата | |
Msg-id | 26331.1222175594@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: hash index improving v3 (Simon Riggs <simon@2ndQuadrant.com>) |
Ответы |
Re: hash index improving v3
Re: hash index improving v3 Re: hash index improving v3 |
Список | pgsql-patches |
Simon Riggs <simon@2ndQuadrant.com> writes: > Thinks: Why not just sort all of the time and skip the debate entirely? The sort is demonstrably a loser for smaller indexes. Admittedly, if the index is small then the sort can't cost all that much, but if the (correct) threshold is some large fraction of shared_buffers then it could still take awhile on installations with lots-o-buffers. The other side of that coin is that it's not clear this is really worth arguing about, much less exposing a separate parameter for. regards, tom lane
В списке pgsql-patches по дате отправления: