Re: Patch: Global Unique Index

Поиск
Список
Период
Сортировка
От Dilip Kumar
Тема Re: Patch: Global Unique Index
Дата
Msg-id CAFiTN-tsxeTjmNs++cQcvXwa1N_-vUPBNhUjd_4tFhNH=QUNvA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Patch: Global Unique Index  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: Patch: Global Unique Index  (Dilip Kumar <dilipbalaut@gmail.com>)
Список pgsql-hackers
On Thu, Nov 24, 2022 at 9:39 PM Justin Pryzby <pryzby@telsasoft.com> wrote:
> On Thu, Nov 24, 2022 at 08:52:16PM +0530, Dilip Kumar wrote:
> > but now you will have one gigantic index and which will be vacuumed
> > every time we vacuum any of the partitions.
>
> This patch isn't implemented as "one gigantic index", though.

If this patch is for supporting a global index then I expect that the
global index across all the partitions is going to be big.  Anyway, my
point was about vacuuming the common index every time you vacuum any
of the partitions of the table is not the right way and that will make
global indexes less usable.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: Bug in row_number() optimization
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: Patch: Global Unique Index