Submitted by eas (not verified) on 9 October, 2007 - 16:54.
Queries that hit the data can be faster too. Compressed data = smaller footprint on disk which can make for less disk IO to service a request. A good thing because most DB servers end up IO bound before they are CPU bound.
Queries that hit the data
Queries that hit the data can be faster too. Compressed data = smaller footprint on disk which can make for less disk IO to service a request. A good thing because most DB servers end up IO bound before they are CPU bound.