SQL Server 3

Source: Internet
Author: User

First, data compression

1. Row compression

Row compression stores fixed-length types as variable-length storage types. For example, using a char (100) data column to store the string "SQL Server 2012" requires only 15 characters to be stored after compression. (this compression mode optimizes null and 0 values for all data types)

2. Page compression

Page compression builds on row compression, minimizing stored redundant data by storing only the same bytes on the page at a time.

(1) Right click on the table name, select "Save" and then "manage Compression", namely:

(2) Go to the Data Compression Wizard page, select the compression type (row refers to row compression, page refers to the compression of pages), that is:

SQL Server 3

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.