Compacting XML Structures Using a Dynamic Labeling Scheme

Lade...
Vorschaubild
Dateien
LNCS5588.pdf
LNCS5588.pdfGröße: 488.44 KBDownloads: 447
Datum
2009
Autor:innen
Alkhatib, Ramez
Herausgeber:innen
Kontakt
ISSN der Zeitschrift
Electronic ISSN
ISBN
Bibliografische Daten
Verlag
Schriftenreihe
Auflagebezeichnung
ArXiv-ID
Internationale Patentnummer
Angaben zur Forschungsförderung
Projekt
Open Access-Veröffentlichung
Open Access Green
Core Facility der Universität Konstanz
Gesperrt bis
Titel in einer weiteren Sprache
Forschungsvorhaben
Organisationseinheiten
Zeitschriftenheft
Publikationstyp
Beitrag zu einem Konferenzband
Publikationsstatus
Published
Erschienen in
SEXTON, Alan P., ed.. Dataspace: The Final Frontier. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009, pp. 158-170. Lecture Notes in Computer Science. 5588. ISBN 978-3-642-02842-7. Available under: doi: 10.1007/978-3-642-02843-4_16
Zusammenfassung

Due to the growing popularity of XML as a data exchange and storage format, the need to develop efficient techniques for stor- ing and querying XML documents has emerged. A common approach to achieve this is to use labeling techniques. However, their main prob- lem is that they either do not support updating XML data dynamically or impose huge storage requirements. On the other hand, with the ver- bosity and redundancy problem of XML, which can lead to increased cost for processing XML documents, compaction of XML documents has be- come an increasingly important research issue. In this paper, we propose an approach called CXDLS combining the strengths of both, labeling and compaction techniques. Our approach exploits repetitive consecu- tive subtrees and tags for compacting the structure of XML documents by taking advantage of the ORDPATH labeling scheme. In addition it stores the compacted structure and the data values separately. Using our proposed approach, it is possible to support efficient query and update processing on compacted XML documents and to reduce storage space dramatically. Results of a comprehensive performance study are provided to show the advantages of CXDLS.

Zusammenfassung in einer weiteren Sprache
Fachgebiet (DDC)
004 Informatik
Schlagwörter
Datenbanksystem, Datenbankverwaltung, XML, Kompression
Konferenz
Rezension
undefined / . - undefined, undefined
Zitieren
ISO 690ALKHATIB, Ramez, Marc H. SCHOLL, 2009. Compacting XML Structures Using a Dynamic Labeling Scheme. In: SEXTON, Alan P., ed.. Dataspace: The Final Frontier. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009, pp. 158-170. Lecture Notes in Computer Science. 5588. ISBN 978-3-642-02842-7. Available under: doi: 10.1007/978-3-642-02843-4_16
BibTex
@inproceedings{Alkhatib2009Compa-6171,
  year={2009},
  doi={10.1007/978-3-642-02843-4_16},
  title={Compacting XML Structures Using a Dynamic Labeling Scheme},
  number={5588},
  isbn={978-3-642-02842-7},
  publisher={Springer Berlin Heidelberg},
  address={Berlin, Heidelberg},
  series={Lecture Notes in Computer Science},
  booktitle={Dataspace: The Final Frontier},
  pages={158--170},
  editor={Sexton, Alan P.},
  author={Alkhatib, Ramez and Scholl, Marc H.}
}
RDF
<rdf:RDF
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:bibo="http://purl.org/ontology/bibo/"
    xmlns:dspace="http://digital-repositories.org/ontologies/dspace/0.1.0#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:void="http://rdfs.org/ns/void#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="https://kops.uni-konstanz.de/server/rdf/resource/123456789/6171">
    <foaf:homepage rdf:resource="http://localhost:8080/"/>
    <dcterms:available rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2011-03-24T16:09:57Z</dcterms:available>
    <dcterms:bibliographicCitation>First publ. in: Dataspace: the final frontier: 6th British National Conference on Databases, BNCOD 26, Birmingham, UK, July 7 - 9, 2009; proceedings / Alan P. Sexton (ed.). (= LNCS ; 5588) Berlin: Springer, 2009, pp. 158-170</dcterms:bibliographicCitation>
    <void:sparqlEndpoint rdf:resource="http://localhost/fuseki/dspace/sparql"/>
    <dc:contributor>Scholl, Marc H.</dc:contributor>
    <dcterms:rights rdf:resource="https://rightsstatements.org/page/InC/1.0/"/>
    <dc:contributor>Alkhatib, Ramez</dc:contributor>
    <dc:creator>Alkhatib, Ramez</dc:creator>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2011-03-24T16:09:57Z</dc:date>
    <dc:language>eng</dc:language>
    <dspace:isPartOfCollection rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dc:rights>terms-of-use</dc:rights>
    <dcterms:hasPart rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/6171/1/LNCS5588.pdf"/>
    <dcterms:title>Compacting XML Structures Using a Dynamic Labeling Scheme</dcterms:title>
    <dc:creator>Scholl, Marc H.</dc:creator>
    <dc:format>application/pdf</dc:format>
    <dcterms:isPartOf rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dcterms:abstract xml:lang="eng">Due to the growing popularity of XML as a data exchange and storage format, the need to develop efficient techniques for stor- ing and querying XML documents has emerged. A common approach to achieve this is to use labeling techniques. However, their main prob- lem is that they either do not support updating XML data dynamically or impose huge storage requirements. On the other hand, with the ver- bosity and redundancy problem of XML, which can lead to increased cost for processing XML documents, compaction of XML documents has be- come an increasingly important research issue. In this paper, we propose an approach called CXDLS combining the strengths of both, labeling and compaction techniques. Our approach exploits repetitive consecu- tive subtrees and tags for compacting the structure of XML documents by taking advantage of the ORDPATH labeling scheme. In addition it stores the compacted structure and the data values separately. Using our proposed approach, it is possible to support efficient query and update processing on compacted XML documents and to reduce storage space dramatically. Results of a comprehensive performance study are provided to show the advantages of CXDLS.</dcterms:abstract>
    <dcterms:issued>2009</dcterms:issued>
    <bibo:uri rdf:resource="http://kops.uni-konstanz.de/handle/123456789/6171"/>
    <dspace:hasBitstream rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/6171/1/LNCS5588.pdf"/>
  </rdf:Description>
</rdf:RDF>
Interner Vermerk
xmlui.Submission.submit.DescribeStep.inputForms.label.kops_note_fromSubmitter
Kontakt
URL der Originalveröffentl.
Prüfdatum der URL
Prüfungsdatum der Dissertation
Finanzierungsart
Kommentar zur Publikation
Allianzlizenz
Corresponding Authors der Uni Konstanz vorhanden
Internationale Co-Autor:innen
Universitätsbibliographie
Ja
Begutachtet
Diese Publikation teilen