Y
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
nine_k
636 days ago
Maybe autocommit mode is set? I'd expect that.
link
simscitizen
636 days ago
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.
link