Hacker News new | ask | show | jobs
by simscitizen 636 days ago
How does this work exactly? Is every log line a separate transaction in autocommit mode? Because I don't see any begin/commit statements in this codebase so far...
1 comments

Maybe autocommit mode is set? I'd expect that.
Inserting a new row for each log line in autocommit mode would be absurdly inefficient compared to just appending a log line to a file.