SQL Server database principles Reading Notes (I)-SQL Server Architecture

Source: Internet
Author: User

Sqlserver architecture: NetworkProgramLibrary, user-mode scheduler, relational engine, Ole database, storage engine, Io manager, WIN32API.

1. Update execution is divided into two situations::
1) direct replacement;

2) perform the delete and insert operations respectively;

2. The sqlserver page size is 8 K. Each 8 pages form a "set" (extent), which is the minimum unit for allocating space for recycling;

3. transactions are implemented by writing logs first;

4. transaction isolation levels include: non-committed read, committed read, Repeatable read, and serializable;

5. Share lock (read), exclusive lock (write), intention lock, Set lock, etc;

6. Three phases of data recovery: analysis, redo, and reverse;

7. can use fragmented I/O (that is, the eight page addresses of a set can be discontinuous ).

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.