sql server - Will data compression produce less transaction logs? -


Data compression is now available in SQL Server 2008 and later. Therefore, it will also compress data size, storage for this server too. I wonder if this table is less compressed, then it will produce less transaction log through the same operation.

used ROW compression in transactions log for transactions against compressed tables (It does not matter if you use a row or page in the table)

See the "What happens to the assistive data structures" section for the reference:



Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -