this post was submitted on 14 Sep 2023
444 points (97.4% liked)

Programmer Humor

37438 readers
3 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] stealthnerd@lemmy.world 13 points 2 years ago (1 children)

Having query logging enabled on a production database is bonkers. The duplicate deletes are too but query logging is intended for troubleshooting only. It kills performance.

[โ€“] ICastFist@programming.dev 15 points 2 years ago

Take a wild guess as to why it had to be enabled in the first place, and only for Delete queries.