Comments
-
That makes sense. Thanks for interacting with me on my first ever THWACK comment.
-
I just wanted to clarify that when commit is run, it's not necessarily the entire transaction that is being persisted to disk. There is a continual process of persisting the transaction log to disk, even for uncommitted transactions. SQL writes uncommitted transactions to the transaction log, especially on large…