SQL Server consists of:

Source: Internet
Author: User
Tags management studio

SQL Server DB engine (relational engine), the SQL language is used to describe the problem to the Engine.

  • Algebrizer: Algebra, checking the syntax, and converting the query into an internal expression
  • Query Optimizer: Queries Optimizer. Use Management Studio or SQL Profiler to view both the estimated and actual query-execution plan graphically or in XML.
  • Query Engine/processor: Queries based on the schedule generated by query optimizer
  • Storage Engine: Service for query Engine and handle the actual read and write of the disk
  • Buffer Manager: Analyze the data page in use to pre-extract the data from the data file to co-exist with the human memory, thereby reducing the dependency on disk I/O
  • Checkpoint: A process that writes dirty data pages in memory (modified data pages) to file data
  • Resources Monitor: Respond to memory pressure and intelligently delete older query plans from the cache to optimize the query plan
  • Lock Manager: Dynamically manages the locked range with the size of the lock to balance the number of locks required
  • Sqlos: Responsible for managing all internal resources (direct control of available resources: memory, threads, I/O requests)

SQL Server consists of:

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.