this post was submitted on 14 Sep 2023
430 points (97.6% liked)

Programmer Humor

32410 readers
1 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] stealthnerd@lemmy.world 12 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 13 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.