I am shocked at how slow a fairly straightforward DELETE
is on PostgreSQL. Stupid nested data with 1:M relationship. This seems absurd:
DELETE 25560
Time: 262387.789 ms
(cascades to 76680 records in another table as well in this example)
I am shocked at how slow a fairly straightforward DELETE
is on PostgreSQL. Stupid nested data with 1:M relationship. This seems absurd:
DELETE 25560
Time: 262387.789 ms
(cascades to 76680 records in another table as well in this example)