2005
DOI: 10.1109/tkde.2005.204
|View full text |Cite
|
Sign up to set email alerts
|

Storing XML (with XSD) in SQL databases: interplay of logical and physical designs

Abstract: XML is becoming the standard for exchanging and querying information across enterprises. Furthermore, much of e-business XML data increasingly relies on accompanying XSD schema specifications (http://www.w3.org/XML/Schema) to ensure semantically meaningful exchanges of information. Languages such as XPath and XQuery have been proposed for querying XML data. One approach towards supporting query over such XML data is that of building native XML storage and query engine [3]. Alternatively, in many scenarios, "sh… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
8
0

Year Published

2008
2008
2018
2018

Publication Types

Select...
5
5

Relationship

0
10

Authors

Journals

citations
Cited by 18 publications
(8 citation statements)
references
References 11 publications
0
8
0
Order By: Relevance
“…Additional tables are required for recursive elements and elements where cardinality can exceed one. Researchers have shown that inlining can be optimized based on the expected XML documents (e.g., the expected cardinality of elements and the frequency with which optional elements are populated), and the frequency of expected query patterns [4,5]. Inlining poses two significant problems when applied to managing scientific metadata: 1.…”
Section: Metadata Catalog Frameworkmentioning
confidence: 99%
“…Additional tables are required for recursive elements and elements where cardinality can exceed one. Researchers have shown that inlining can be optimized based on the expected XML documents (e.g., the expected cardinality of elements and the frequency with which optional elements are populated), and the frequency of expected query patterns [4,5]. Inlining poses two significant problems when applied to managing scientific metadata: 1.…”
Section: Metadata Catalog Frameworkmentioning
confidence: 99%
“…Zheng Shihui [4] discussed how to use SQL query to realize XML query. Surajit Chaudhuri [5] proposed a method to store XML document in relational database by use of logical and physical design and it can provide a fast query. Sungchul Hong [6] realized bidirectional transmission between XML document and relational database.…”
Section: Related Workmentioning
confidence: 99%
“…The relational schema under inlining can be optimized based on usage patterns -such as the cardinality of elements, the frequency of optional elements, and the types of queries issued [7,8]. In implementing inlining, we applied those optimizations that would impact the results -repetition splits of elements with cardinality greater than one and the inlining of optional elements.…”
Section: The Inlining Approach To Storing Xmlmentioning
confidence: 99%