- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
lect05
Inspecting a DBMS Lecture 5 This lecture will cover many of the functions required of a Database Management System. It is a good opportunity to review much of the material covered to date, and will also open the way to other topics such as Data Dictionary, Integrity, Recovery and Concurrency considerations. We will be moving from the Logical Design, through the Implementation Planning stage to the Physical Design stge of database design. DBMS Outline DBMS Block Diagram 1. General Comms Communications to Front Ends Facility Front Ends Locations transparent to DBMS Provides Datatype Translations - Heterogeneous networking 2. System Control Tracks state for internal threads ( I/O control return) Facility Time-slices threads Co-ordinates access to global resources e.g. memory 3. Parser Facility Parses query text and builds query tree Stores query tree in QSF Notifies SCF that control must now pass to OPF 4. Optimiser Facility Reads query tree in QSF Builds optimal query plan and stores plan in QSF Ingres Components 6. Relation Description Support Facility Facility Cache of Table and Column descriptions Reduces I/O to System Catalogs 7. Query Storage Support Facility Facility Common Storage Pool for passing objects between ( Size is user option) PSF, OPF, and QEF Stores Query Plans No. of stored query plans can be controlled by user Ingres Components 8. Abstract Datatype Defines all datatypes and their Facility
文档评论(0)