A Compact In-Memory Dictionary for RDF data. Bazoobandi, H. R, De Rooij, S., Urbani, J., Ten Teije, A., Van Harmelen, F., & Bal, H. In twelfth European Semantic Web Conference, ESWC, (LNCS 9088), pages 205–220, 2015. Springer.
A Compact In-Memory Dictionary for RDF data [pdf]Paper  abstract   bibtex   
While almost all dictionary compression techniques focus on static RDF data, we present a compact in-memory RDF dictionary for dynamic and streaming data. To do so, we analysed the structure of terms in real-world datasets and observed a high degree of common prefixes. We studied the applicability of Trie data structures on RDF data to reduce the memory occupied by common prefixes and discovered that all existing Trie implementations lead to either poor performance, or an excessive memory wastage. In our approach, we address the existing limitations of Tries for RDF data, and propose a new variant of Trie which contains some optimiza-tions explicitly designed to improve the performance on RDF data. Fur-thermore, we show how we use this Trie as an in-memory dictionary by using as numerical ID a memory address instead of an integer counter. This design removes the need for an additional decoding data structure, and further reduces the occupied memory. An empirical analysis on real-world datasets shows that with a reasonable overhead our technique uses 50-59% less memory than a conventional uncompressed dictionary.

Downloads: 0