Re: Partitioning docs (was Re: Range partitioning and overlap)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Partitioning docs (was Re: Range partitioning and overlap)
Дата
Msg-id 469467.1605377489@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Partitioning docs (was Re: Range partitioning and overlap)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
I wrote:
> "David G. Johnston" <david.g.johnston@gmail.com> writes:
>> I am curious as to your thoughts on unique indexes and whether/how to
>> better incorporate advice regarding the use of ON CONFLICT with
>> partitioning [1] vis-a-vis the overview's claim of:
>> "The partitioning substitutes for leading columns of indexes, reducing
>> index size and making it more likely that the heavily-used parts of the
>> indexes fit in memory" [2]

> Possibly a better way to write that claim is that partitioning can
> substitute for the upper levels of a huge index, rather than "leading
> columns" per se.  That way of looking at it is still sensible when
> a partition covers more than one value of the key column.

I changed it like that and pushed.

            regards, tom lane



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: 42.6.8 trapping errors
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: 42.6.8 trapping errors