Functions of the NULL bitmap in SQLSERVER

Source: Internet
Author: User
The role of the NULL bitmap in SQLSERVER first thanks to the articles provided by Song xiaojian and the sqlskill Website :, before reading the following articles, please first read the following two articles: 30 days of SQL Server misunderstanding-Day6-three misunderstandings about NULL bitmap charncharvarcharnvarchar the difference is that bitmap technology is used in many aspects of SQL Server., including

The role of the NULL bitmap in SQLSERVER first thanks to the articles provided by Song xiaojian and the sqlskill Website :, before reading the following articles, read the following two articles: SQL Server misunderstanding on the 30th-Day6-three misunderstandings about NULL bitmap: char nchar varchar nvarchar the bitmap technology is used, including

Functions of the NULL bitmap in SQLSERVER

First of all, I would like to thank song xiaojian for his articles and the sqlskill website. before reading the following articles, please read the following two articles:

30-Day6-three misunderstandings about NULL bitmap in SQL Server

Differences between char nchar varchar nvarchar

Bitmap technology is used in many places inside SQLSERVER, including execution plan, database system page, and NULL bitmap in the Data row mentioned in this article.

Bitmap operators in execution plans

The database system page consists of the DCM page and BCM page. For details, see the DCM and BCM of the SQL Server 2008 storage structure.

The role of these bitmap technologies is undoubtedly to mark

Indicates where changes have occurred. If a change has occurred, it is marked as 1. If no change has occurred, it is marked as 0.

Establish Environment

Create a table

Testnullvarchar (id INT, name varchar (20) NULL) 7 GO

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.