Sciweavers

ADC
2005
Springer

Schemes of Storing XML Query Cache

13 years 10 months ago
Schemes of Storing XML Query Cache
XML query caching for XML database-backed Web applications began to be investigated recently. However, the issue of how the cached query results are stored has not been addressed despite its practical significance. In this paper, we deal with the schemes of storing XML query cache. A fundamental problem encountered in designing an efficient storage structure for XML query cache is that there exist performance tradeoffs between the two major types of operations on a cached query result. The two are (1) retrieving the whole of it to return the query result and (2) updating just a small portion of it for its incremental refresh against the updates done to its source. We consider eight different schemes of storing XML query cache, which are categorized into three groups: (1) the schemes based on the plain text file, (2) the schemes based on the persistent DOM (PDOM) file, and (3) a scheme employing an RDBMS. All are implemented, and performance of the two operations in each scheme was eva...
Hyunchul Kang, Seungchul Han, Younghyun Kim
Added 26 Jun 2010
Updated 26 Jun 2010
Type Conference
Year 2005
Where ADC
Authors Hyunchul Kang, Seungchul Han, Younghyun Kim
Comments (0)