首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到18条相似文献,搜索用时 46 毫秒
1.
为了将大量的数据以关系数据库的形式存储和保存,将这些关系数据转换成XML文档,给出一个基于查询的关系模式到XML模式转换的有效算法。通过分析数据值基数和用户查询模式,采用列间的相等合并的方式,解决隐式参照完整性问题,最终结果用XML Schema表示。此算法能够避免关系模式转换成错误的XML Schema,并且能够全面有效地表达关系模式中的信息,实现有效信息的充分利用。  相似文献   

2.
通过XML键与函数依赖之问的关系。提出了一种新的基于XML键的从XML模式到关系范式的转换算法。该算法先得到泛关系,再将XML键转换为简化函数依赖,最后保持函数依赖的把泛关系分解为关系范式,并且该关系范式保存了XML的语义约束信息。  相似文献   

3.
通过实现关系数据到XML数据的转化、集成,实现了基于XML的异构数据库集成中间件解决方案。该中间件为数据共享、发布和应用以及对集成信息的访问提供了底层支持。  相似文献   

4.
基于XML的异构数据库集成中间件   总被引:1,自引:0,他引:1  
通过实现关系数据到XML数据的转化、集成,实现了基于XML的异构数据库集成中间件解决方案。该中间件为数据共享、发布和应用以及对集成信息的访问提供了底层支持。  相似文献   

5.
异构数据库的集成是当前数据库研究领域内的一个热点,它能更有效地利用信息资源及实现数据共享。论述了一种基于XML中间件的异构数据库集成方法。首先介绍了异构数据库集成系统整体框架结构的层次模型和每一层的服务功能,然后对其中的关键问题,如关系数据模式到XMLSchema模式转换及查询分解方法进行了讨论,最后阐述了该异构数据库集成方法的优点。  相似文献   

6.
XML已经成为表示结构化和半结构化数据的标准格式,XML中采用DTD和XML Schema模式来描述数据结构.结合XML Schema与面向对象的思想,提出了一种基于XML Schema建模的方法,并辅以实例.  相似文献   

7.
与平台无关的数据表示形式XML已经成为Internet上数据交换的主流语言,而关系数据是核心业务系统中最常用的数据技术,文章给出了XML与关系数据之间的转换方法,并利用Java语言实现了XML半结构化数据与关系数据之间的转换。  相似文献   

8.
在关系数据理论中,为了优化数据库的设计,要求将低一级的关系模式转换为高一级的关系模式集.根据关系数据理论,任何一个关系模式都能转换为无损的BCNF关系模式集,但不一定能保函.为了使得转换后得到无损保函的BCNF模式集,本文引入图论中的有向图来表示函数依赖关系,并将有向图结合运用到关系模式的规范化过程中,使得模式分解能得到无损保函的BCNF模式集,从而达到改进传统的BCNF分解算法,优化分解的效果.  相似文献   

9.
基于DTD的XML文档和关系数据库的结合及其相互转换   总被引:1,自引:0,他引:1  
本主要探讨传统的XML和数据库之间转换方法的一些局限性,从另一角度提出一种基于DTD转换的算法思路,以期能实现XML档和数据库的结合及其相互转化。  相似文献   

10.
本文在阐述XML特性的基础上,对基于SQL Server2000的关系数据与XML的数据交换机制作了介绍,并对关系数据与XML转换的具体实现进行了研究。  相似文献   

11.
DTD的一致性     
DTD作为一种XML文档结构的模式语言得到了广泛的使用,它描述了相似的XML文档的结构。XML DTD的一致性是指对于一个给定的DTD,判断是否存在至少有一个XML文档满足DTD。在本文中,我们在引入DTD一致性的形式化定义的基础上,分析了引起DTD不一致性的各种因素,给出了无“|”约束DTD一致性的充分必要条件。  相似文献   

12.
Adaptive XML to relational mapping: an integrated approach   总被引:1,自引:0,他引:1  
Storing and querying XML (eXtensible Markup Language) data in relational form can exploit various services offered by modern relational database management systems (RDBMSs). Due to structural complexity of XML, there are many equivalent relational mapping schemes for the same XML data and queries. In this paper, we propose the adaptive XML to relational mapping (AX2RM) system, which considers finding optimal XML to relational (X2R) mapping as four separate but correlated procedures: logical database design, data scale estimation, workload transformation, and physical database design. We view the whole process as an autonomic computing problem and formalize the adaptive X2R mapping problem. Search spaces for each procedure are investigated individually, and five approaches for finding the optimal mapping are studied. We propose an integrated approach with greedy pruning (IT-GP), which views the mapping procedures as a whole and exploits heuristic rules in each procedure to prune impossible mappings as early as possible. Evaluation of these approaches shows the validity and high efficiency of IT-GP.  相似文献   

13.
In this paper, we propose a new relational schema (R-schema) to XML schema translation algorithm, VQT, which analyzes the value cardinality and user query patterns and extracts the implicit referential integrities by using the cardinality property of foreign key constraints between columns and the equi-join characteristic in user queries. The VQT algorithm can apply the extracted implied referential integrity relation information to the R-schema and create an XML schema as the final result. Therefore, the VQT algorithm prevents the R-schema from being incorrectly converted into the XML schema, and it richly and powerfully represents all the information in the R-schema by creating an XML schema as the translation result on behalf of the XML DTD.  相似文献   

14.
Finding all occurrences of a twig query in an XML database is a core operation for efficient evaluation of XML queries. It is important to effectively handle twig queries with wildcards. In this paper, a novel path-partitioned encoding scheme is proposed for XML documents to capture paths of all elements, and a twig query is modeled as an XPattern extended from tree pattern. After definition, simplification, normalization, verification and initialization of the XPattern, both work sets and a join plan are generated. According to these measures, an effective algorithm to answer for a twig query, called DMTwig, is designed without unnecessary elements and invalid structural joins. The algorithm can adaptively deal with twig queries with branch([]), child edge(/), descendant edge(//), and wildcard(*)synthetically. We show that path-partitioned encoding scheme and XPattern guarantee the I/O and CPU optimality for twig queries. Experiments on representative data set indicate that the proposed solution performs significantly.  相似文献   

15.
随着网络技术的发展和XML的标准化,越来越多的信息以XML文档的形式表示和交换.针对如何对XML数据进行有效管理的问题,提出了一种将XML文档存储到关系数据库中的存储映射模型X2RDB,该模型首先对XMLSchema进行简化和处理,并由此构造对应的关系数据库模式,最终将XML文档中的数据提取并存储到关系数据库中.  相似文献   

16.
分析了XML文档与关系数据库之间的关系;讨论了XML文档与关系数据库之间相互转换的方法。结合实例给出了关系数据库到XML文档转换的方法。  相似文献   

17.
XML的出现,使得应用数据的信息表示更趋统一,但依然存在旧的数据与XML表示形式之间的差别,文章论述了关系模型和XML文档之间的数据描述的对应关系,以及以此为基础的XML文档与关系数据库之间转换的实现。  相似文献   

18.
基于关系模式的XML数据存储技术研究   总被引:2,自引:0,他引:2  
XML数据具有自描述性和半结构化特征,所以在数据库、网络等许多方面都有良好的应用前景.本文讨论了如何利用关系模式来映射XML模式以在XML的文档数据结构和底层的存储结构间进行转换,从而在关系数据库中存取XML数据的技术;同时进行了初步应用.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号