how to "explain" some ddl

Поиск
Список
Период
Сортировка
От Marc Millas
Тема how to "explain" some ddl
Дата
Msg-id CADX_1aZkUpMZ__Zje1z2i5P6hXU7j_nWHt6LEeP920UEBot6hg@mail.gmail.com
обсуждение исходный текст
Ответы Re: how to "explain" some ddl  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,
We would like to understand where an alter table attach partition spend its time.
to my understanding, explain doesnt do this.

for a BI job we have a partitionned table with 1800+ partitions.
the feeding process of this table leeds to detach and attach partitions.
attaching do take time, something like 12 seconds by partition.
We need to understand where that time is spent (check constraints or check within the default partition or...)

So, how to ?

thanks,
regards,

Marc MILLAS
Senior Architect
+33607850334

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: some random() clarification needed
Следующее
От: Michael Nolan
Дата:
Сообщение: Problem with FDW wrapper errors