how to "explain" some ddl - Mailing list pgsql-general

From Marc Millas
Subject how to "explain" some ddl
Date
Msg-id CADX_1aZkUpMZ__Zje1z2i5P6hXU7j_nWHt6LEeP920UEBot6hg@mail.gmail.com
Whole thread Raw
Responses Re: how to "explain" some ddl
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: some random() clarification needed
Next
From: Michael Nolan
Date:
Subject: Problem with FDW wrapper errors