2006
DOI: 10.1145/1151087.1151088
|View full text |Cite
|
Sign up to set email alerts
|

A compressor for effective archiving, retrieval, and updating of XML documents

Abstract: Like HTML, many XML documents are resident on native file systems. Since XML data is irregular and verbose, the disk space and the network bandwidth are wasted. To overcome the verbosity problem, the research on compressors for XML data has been conducted. Some XML compressors do not support querying compressed data, while other XML compressors which support querying compressed data blindly encode tags and data values using predefined encoding methods. Existing XML compressors do not provide the facility for u… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
14
0

Year Published

2009
2009
2018
2018

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 9 publications
(14 citation statements)
references
References 17 publications
0
14
0
Order By: Relevance
“…COX exploits two different solutions to encode data structures and data, in a two-step compression process. For data structures (XML tags and attributes), a Reverse Arithmetic Encoding (RAE) [6] variant is used. For attribute values, a dictionary maps the most frequent strings to 1-byte codes.…”
Section: A Cox Compressionmentioning
confidence: 99%
See 2 more Smart Citations
“…COX exploits two different solutions to encode data structures and data, in a two-step compression process. For data structures (XML tags and attributes), a Reverse Arithmetic Encoding (RAE) [6] variant is used. For attribute values, a dictionary maps the most frequent strings to 1-byte codes.…”
Section: A Cox Compressionmentioning
confidence: 99%
“…The interval [1.0, d) is reserved to encode closing tags. Since every possible value is strictly between 1.0 and 2.0, the first byte will always be 01111111 2 in 32-bit floating point representation, so it can be truncated without loss of information [6]. After the first step a tag header is written at the beginning of the output file.…”
Section: A Cox Compressionmentioning
confidence: 99%
See 1 more Smart Citation
“…XPRESS (Min et al 2006) adopts reverse arithmetic encoding, a semi-adaptive algorithm. Furthermore, a type inference module detects data types of XML attribute values and a specialized encoding method is applied for each type (numbers, dates and so on).…”
Section: Related Workmentioning
confidence: 99%
“…Recent research has been increasingly focused on compression schemes for XML documents allowing to directly query encoded annotations (Min et al 2006), which would eliminate the need for decompression before query evaluation. To this aim, we designed an approach for compression of XML-based semantic annotations able to support queries directly on compressed data ).…”
Section: Encoding Of Semantic Annotationsmentioning
confidence: 99%