Re: Help understand why DELETE is so slow - Mailing list pgsql-general

From Tom Lane
Subject Re: Help understand why DELETE is so slow
Date
Msg-id 823512.1701736987@sss.pgh.pa.us
Whole thread Raw
In response to Re: Help understand why DELETE is so slow  (Ping Yao <ping@optigo.net>)
List pgsql-general
Ping Yao <ping@optigo.net> writes:
> Thank you for the comment. I think we do. What I found odd here is the
> Query Plan (with analyze) clearly shows the actual execution to be very
> quick, that's why I don't think it's an index problem. What do you think?

I wouldn't rule it out on that basis.  Foreign key enforcement is done
by AFTER triggers, which are not part of the query plan.  Having said
that, all modern versions of PG show trigger runtime as a separate
EXPLAIN output line, so slow FK checks aren't that hard to diagnose.
I agree with the other comments that this is likely a Citus-specific
issue, and that you came to the wrong place for expertise on that.

            regards, tom lane



pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Help understand why DELETE is so slow
Next
From: roger popa
Date:
Subject: Trainning and Certification