SQL Server Internals English
SQL Server Internals English
SQL Server Internals English
SQL Server
Internals
Architecture of a typical DBMS
Components of the SQL Server Engine
Protocol Layer
Query Processor(Relational Engine)
Storage Engine
SQL Server Operating System(SQLOS)
Architecture of a typical DBMS
SQL COMMANDS
Plan
Parser
Executor Query
Operator Evaluation
Optimizer
Evaluator Engine
Database
• < Architecture of a DBMS - 출처 : “Database Management Systems 3rd Edition”, “McGraw–Hill”, 20>
Components of the SQL Server Engine
DBC
C
Shared Memory Named Pipes TCP/IP
Backup &
Restore
Parsing Algebrizing(Binding Components)
Optimization
Execution
Storage Engine
BC
P
Utilities
Transaction Services Access Methods Buffer Manager
Row & Index Operations
Management
Versioning Operations
• <The major components of the SQL Server Database Engine - 출처 : “Microsoft SQL Server 2012 Internals”, “Microsoft Press”, 10 ~ 17, 35, 36>
END
Internals