Advanced compression - choosing tables for compression
Planning to implement Advanced compression for performance & storage savings and would like to know the following:
1. Criteria for choosing the table to be compressed ? i.e big table, or frequently accessed table or any other criteria
2. Does it work well with both tables that are full scanned by queries and tables that are queried using indexes.
3. If 2. is true for both, do we need to compress indexes also OR it does it automatically.
1. Criteria for choosing the table to be compressed ? i.e big table, or frequently accessed table or any other criteria
2. Does it work well with both tables that are full scanned by queries and tables that are queried using indexes.
3. If 2. is true for both, do we need to compress indexes also OR it does it automatically.
0