1 / 57
文档名称:

嵌入式移动实时数据库管理系统数据字典结构及其管理.pdf

格式:pdf   页数:57
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

嵌入式移动实时数据库管理系统数据字典结构及其管理.pdf

上传人:1322891254 2015/2/2 文件大小:0 KB

下载得到文件列表

嵌入式移动实时数据库管理系统数据字典结构及其管理.pdf

文档介绍

文档介绍:华中科技大学硕士学位论文
摘要
嵌入式移动实时数据库管理系统是嵌入在各种设备, 特别是移动设备的支持移
动计算的数据库管理系统。数据字典是数据管理的一个重要组成部分,嵌入式移动
实时数据库管理系统要求支持移动计算环境,实现事务的定时限制,相应地也要对
传统的数据字典进行扩充。
嵌入式移动实时环境下的数据字典除常规的关系模式表、视图表、属性表、索
引表、聚簇表等之外,还增加了固定网络表、网络结点表、数据分布表、MSS表、
移动用户表、移动用户存取权限表、移动用户系统权限表、实时事务定义表、存取
过程执行顺序表、实时事务嵌套表、存取关系表、子事务表等十二张表,这些表使
用十字链表和链表的结构存储。
数据字典是数据库系统中查询最频繁的部分,在数据库系统创建、运行和维护
的每一时间,都离不开数据字典。
数据字典记录了整个数据库系统资源的描述信息。当系统资源发生改变时,数
据字典也要相应的进行更新,包括字典表中内容的增加、删除和修改。
研究并构造了一个数据字典管理原型系统。在该系统中,数据字典分别采用十
字链表和链表结构组织,并提供了一系列的函数,支持用户创建、使用、维护数据
字典。

关键词:嵌入式移动实时数据库,数据字典,移动查询,实时事务,十字链表






I
华中科技大学硕士学位论文
Abstract
Embedded mobile real-time database management system(EMRTDBMS) is a sort of
database management system which is embedded in all kinds of equipment, specially
mobile equipment, and supports putation. Data dictionary is an important
constituent of data management. EMRTDBMS needs to support putation
environment, and realize the time limit of transaction. It must expand the traditional data
dictionary accordingly.
Data dictionary increases work table, network node table, data distribution
table, MSS table, mobile client table, mobile client access jurisdiction table, mobile client
system jurisdiction table, real-time transaction definition table, access process execution
sequence table, real-time transaction nesting table, access relations table, child transaction
table and so on. The twelve tables use storage structure of cross chain table and chain
table.
Data dictionary is the most frequent query part in the database database
system’s found, movement and maintenance cannot leave data dictionary’s support.
Data dictionary records the entire database system resources description information.
When the system resources are changed, data dictionary is also changed accordingly,
including increase, deletion and revision.
Using the cross chain table and the chain table structure, a data dictionary
management prototype system is r