文档介绍:西安科技大学
硕士学位论文
姓名:张弛
申请学位级别:硕士
专业:计算机软件与理论
指导教师:李爱国
2011-06
论文题目:实时数据库系统 的关键技术研究与实现
专业:计算机软件与理论
硕士生:张弛(签名)
指导教师:李爱国(签名)
摘要
在实时数据库 的基础上构建实时数据库系统 的系统架构,
并在研究的基础上开发了一个具有自主知识产权的实时数据库系统 。主要
内容如下:
描述了实时数据库系统 的系统需求,对 进行系统分析,
构建了 的系统架构。针对基于网络环境的客户端数据读写问题给出了解决
方法:设计了服务器和客户端交互通信协议,使客户端在网络环境下可较快速的访问数
据库以及读写海量数据。
为提高多维数据的查询速度,在多维索引结构 RS-tree 的基础上,提出一种改进的
多维索引结构 RSR-tree。在 RSR-tree 中,以保证叶子节点内部索引记录有序性为目标对
叶子节点进行分裂,有效降低了读取数据文件时 I/O 操作的寻址代价;以减少非叶子节
点间的重叠区域为目标对非叶子节点进行分裂操作,有效减少了扫描记录数,从而减少
读取数据的时间。这使 RSR-tree 中节点间的重叠区域减少,磁盘 I/O 操作次数明显减少,
提升了 RSR-tree 的查询性能,同时不增加 RSR-tree 的建树代价。实验结果表明:在查
询过程中,RSR-tree 比 RS-tree 将查询速度提高了 12 倍,有着显著的提高。
在上述研究的基础上,开发了具有自主知识产权的实时数据库系统 。
在该系统中,服务器上运行 控制台程序,客户端运行 客户端程
序及应用开发接口,通信模块工作在服务器和客户端之间,为二者提供通信服务。系统
在实现数据库库操作、表操作和数据记录操作的基础上,实现了数据库与网络通信的结
合。对 的数据存储性能和多客户端并发存储的测试结果表明:
是一个具有实际应用价值的实时数据库系统。
关键词:实时数据库;多维索引;RSR-tree;动态索引;历史数据库
研究类型:应用研究
Subject : Research and Implementation of Key Technology on Real-time
Database System Called
Specialty : Computer Software and Theory
Name : Zhang Chi (Signature)
Instructor : Li Aiguo (Signature)
ABSTRACT
In this thesis the architecture of the real-time database system called is
designed based on . As a result of that, a real-time database system called
is developed, which is of proprietary intellectual property rights. The main
contents are as follows:
Requirements of real-time database system are described and
system is analyzed, and then system structures are designed. For the reading/writing data on
the client in work environment, the possible solution is given that: design the
communication protocol of server and client, so that the client can get fast database access
and read or write mass data.
In order to improve th