top | item 41548691

(no title)

simscitizen | 1 year 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...

discuss

order

nine_k|1 year ago

Maybe autocommit mode is set? I'd expect that.

simscitizen|1 year 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.