Re: Data Compression possible in SQL Server?
From: mountain man (hobbit_at_southern_seaweed.com.op)
Date: 05/02/04
- Next message: Sal Young: "Can't connet to MSDE with Query Analyzer"
- Previous message: Lahoty: "Re: formatting date field"
- In reply to: Jim Kennedy: "Re: Data Compression possible in SQL Server?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 02 May 2004 08:39:24 GMT
"Jim Kennedy" <kennedy-downwithspammersfamily@attbi.net> wrote in message
news:q5ikc.1077$ts3.88130@attbi_s02...
> "Jack Victor" <Nomail@JustPostReply.tv> wrote in message
> Jack is referring to a feature where the data is actually compressed
> (invisible to the end user) on a row by row basis.
> SQL Server does not have this capability.
> Jim
Thanks, someone else also pointed this out. I made the assumption
that the issue related to physical disk space.
If this is in fact the case, a review the efficiency of the data types
used in these high volume tables might be rewarding, in the
absence of any further advice.
SQL Server does have the capability to uniquely establish the
storeage space per data type, and if an application and data
types have been inherited, they may not be efficient.
A once-off gain in disk space, but you never know until you
examine the specifications what can be gained here. In
some cases the gain is substantial, due to the
large rowcounts of the tables.
Best wishes
-- Pete Brown Winluck P/L IT Managers & Engineers Falls Creek Australia www.mountainman.com.au/software
- Next message: Sal Young: "Can't connet to MSDE with Query Analyzer"
- Previous message: Lahoty: "Re: formatting date field"
- In reply to: Jim Kennedy: "Re: Data Compression possible in SQL Server?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|