466
I'm pretty sure I've actually seen lemmy logs grow that fast
(midwest.social)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.
Take a wild guess as to why it had to be enabled in the first place, and only for Delete queries.