7 ms·
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
by simscitizen 2y 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...
- nine_k 2y agoMaybe autocommit mode is set? I'd expect that.
- simscitizen 2y agoInserting a new row for each log line in autocommit mode would be absurdly inefficient compared to just appending a log line to a file.