The construction of "digital distribution network" needs to connect multitudinous information islands in the entire distribution networks and implement the information integration and resource harmonization ...
详细信息
ISBN:
(纸本)9781424449347
The construction of "digital distribution network" needs to connect multitudinous information islands in the entire distribution networks and implement the information integration and resource harmonization of multi-heterogeneous distributed systems. The data sharing and exchanging between correlated systems of distribution in China and the characteristic and advantage of data integration technology based on native xml database (NXD) are analyzed. A scheme of constructing data integration platform of the digital distribution network based on NXD technology is proposed, and the platform functions, architecture and key technologies are studied. The integration platform constructs unified digital distribution model and data service bus using xml as information description model, establishes the data warehouse in accord with digital distribution model by the NXD, and realizes information exchange by unified data access mode. The NXD-based data integration scheme can supply excellent connectivity for various applications and well meet the requirement on information integration of digital distribution network.
eXtensible Markup Language (xml) is fast becoming the common electronic data interchange language between applications. In this paper, we describe a database engine called 'Db4xml', which provides storage for ...
详细信息
eXtensible Markup Language (xml) is fast becoming the common electronic data interchange language between applications. In this paper, we describe a database engine called 'Db4xml', which provides storage for xml documents in native format. Db4xml is a high performance, main memory resident database engine. Db4xml is being used as a testbed for comparing various query evaluation techniques. The use of wild card (*, ?, '//', etc.) in the path expressions of a query allows users to query documents whose structural information is not available. This paper lists different techniques that can be used to evaluate generalized path expressions (GPE) and presents a performance comparison of the same. A preliminary performance study of the effect of using concurrency control techniques on the various query evaluation techniques is also performed. This paper briefly discusses a suitable recovery technique for the database engine. (C) 2003 Elsevier Inc. All rights reserved.
xml (extensible mark-up language) has emerged as one of the popular data representation standards for information storage and -exchange. In this paper, we propose an extended INLAB architecture, INLAB2, focusing on pr...
详细信息
xml (extensible mark-up language) has emerged as one of the popular data representation standards for information storage and -exchange. In this paper, we propose an extended INLAB architecture, INLAB2, focusing on preprocessing the xml -document for fast native storage and accurate query retrieval. Firstly, we propose our xParse parser to check the well-formedness of an xml document. Next, we use a ( self-end) labeling scheme to encode each -element in the xmldatabase, by its positional information, to establish parent-child (P-C) or -ancestor-descendant (A-D) relationships between nodes. Subsequently, our TwigINLAB2 algorithm is used to optimize query retrieval. TwigINLAB2 is a generalization of TwigStack, the stack-based algorithm for matching twig query. However, the TwigStack algorithm is efficient for A-D relationship queries only. Thus, in order to overcome this limitation, we enhance query retrieval by utilizing indices to speed up the matching and merging phases. Experimental results indicate that TwigINLAB2 can, on an average, process twig queries 23 better than the TwigStack algorithm and 10 better than TwigINLAB1, in terms of execution time.
Based on the validated definition of OCL-Extension proposed model transformation framework, given the specific expression of the general type described in this semantic framework to design transformation rules from a ...
详细信息
ISBN:
(纸本)9781612841021
Based on the validated definition of OCL-Extension proposed model transformation framework, given the specific expression of the general type described in this semantic framework to design transformation rules from a platform-independent model to platform component model of EJB, to achieve platform-independent model to the EJB component model transformation platform, the project manager had stored xml representation EJB PSM model, based on this feature so use native xml database management and maintenance, database design can be seen through the example shows a complete, no loss of information, to automatic conversion, optimization of the traditional database, with higher data efficiency.
The design and implementation of a native xml database called XManager is presented in this paper. XManager covers most of the native xml database features. XManager implements a filter scheme based on xml, which make...
详细信息
ISBN:
(纸本)9812700420
The design and implementation of a native xml database called XManager is presented in this paper. XManager covers most of the native xml database features. XManager implements a filter scheme based on xml, which makes XManager having a strong micro kernel. Based on this scheme, XManager found an open environment;any functions can be added as plug-ins. This scheme also gives XManager good performance. The experimental results show that XManager is much better than the well-known apache xmldatabase XIndice on indexing and querying collection of xml documents.
A large number of organisations today choose xml as standard format for business transactional documents. Such documents can be natively processed by open source native xml database based on either text-based or model...
详细信息
ISBN:
(纸本)9781728136608
A large number of organisations today choose xml as standard format for business transactional documents. Such documents can be natively processed by open source native xml database based on either text-based or model-based storage architectures. This paper presents a comparative analysis of these two architectures in terms of storage and query performance in handling xml documents. In specific, the paper compares Berkeley DB xml, eXist and dbxml performance. Three dependable documents were deployed for testing purposes and investigation was directed to focus on the speed of executing storage instructions and speed of executing querying instructions. In data analysis, line chart and histogram were utilised to reflect the trend of the processing performance of the database graphically. The result reveals that text-based architecture outperformed in storage operation whereas model-based architecture performed better on query operation.
xml is a markup language specifically designed for the Internet, and it has become the standard for represent and exchange the data on the Internet. With the development of the Internet and day by day, large amount of...
详细信息
ISBN:
(纸本)9781479928255;9781479928279
xml is a markup language specifically designed for the Internet, and it has become the standard for represent and exchange the data on the Internet. With the development of the Internet and day by day, large amount of xml documents are being added to the network continuously in various application domains. Thus, it is become necessary to work out how to create a way to store and manage xml data efficiently inside the databases. There are two methods to represent xml in the databases: (1) xml-Enabled databases which designed for structured data (xml is semi-structured data). And (2) native xml databases or which designed specifically to store any xml document (structured and semi-structured data). The difference between the nature of the database structure and xml data structure became an important research topic, and this led to emergence native xml database. This paper presents the indexing architecture of eXist, an Open Source native xml database system.
It originated in the use of ROSE tools, based on MDA development system method, when the model conversion was found that the model can not be automatically converted, for example, the length of type need be completed ...
详细信息
It originated in the use of ROSE tools, based on MDA development system method, when the model conversion was found that the model can not be automatically converted, for example, the length of type need be completed manually in the Relational database. The paper advanced through XMI standard, xml had selfdescriptive and platformindependent, in the XMI/xml platform technology support, platform independent model will be converted into platform specialize model, after model transformation exported xml Schema, the last they were automatically generated xml documents through the xml editor, which will select native xml database for the maintenance and management. Through concrete examples verify that the design can realize the length of data types that can automatically convert, and optimize the traditional database, and the data had a higher efficiency.
Storage for xml is a main research of native xml database. native xml database has many different physical storage patterns, and their corresponding storage models are different. Based on defining the conceptions of N...
详细信息
ISBN:
(纸本)9783037855461
Storage for xml is a main research of native xml database. native xml database has many different physical storage patterns, and their corresponding storage models are different. Based on defining the conceptions of native xml database, storage tactics and storage model, the paper describe the storage model based on object oriented database.
How to retrieve and query large xml documents efficiently has become a challenge in the database field for several years. A few efforts have been made in the past to address this *** this paper, we present a novel app...
详细信息
How to retrieve and query large xml documents efficiently has become a challenge in the database field for several years. A few efforts have been made in the past to address this *** this paper, we present a novel approach using pagination technique and index structure in a native xml database system named CanStoreX. The system is able to handle very large xml documents efficiently using only a small amount of memory space. The experimental results have shown that the index structure proposed in this paper could dramatically improve the performance of the XQuery engine on a pagination based nativexml storage.
暂无评论