Re: INSERT ... ON CONFLICT DO UPDATE

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: INSERT ... ON CONFLICT DO UPDATE
Дата
Msg-id 55ADF380.9010803@hogranch.com
обсуждение исходный текст
Ответ на Re: INSERT ... ON CONFLICT DO UPDATE  (Geoff Winkless <pgsqladmin@geoff.dj>)
Список pgsql-general
On 7/20/2015 7:01 AM, Geoff Winkless wrote:


Some web research suggests that random sequences are not great for indexes because of the resultant "keyspace fragmentation". I'm assuming that means a low number of nodes in the btree leafs, so an increase in memory usage for the index?

that suggests some folks overthink their indexing strategies and end up 'overoptimized'.

anyways, a simple REINDEX fixes all sorts of index fragmentation


-- 
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: Francisco Olarte
Дата:
Сообщение: Re: INSERT ... ON CONFLICT DO UPDATE
Следующее
От: Francisco Olarte
Дата:
Сообщение: Re: INSERT ... ON CONFLICT DO UPDATE