Efficient RDF dictionaries with B+ trees.

COMAD/CODS(2018)

引用 2|浏览6
暂无评分
摘要
Resource Description Framework (RDF) graphs are widely used for representing semantically linked data in various domains. Many modern RDF specific storage, indexing, and query optimization systems internally represent the node and edge labels of the RDF graphs as integer IDs. Hence they require dictionaries for converting the strings in a SPARQL query into their corresponding IDs, and the SPARQL query results in the ID form into their corresponding strings. Most of the SPARQL query processing systems have focused on the techniques for indexing of RDF graphs and the optimization of the joins in the SPARQL Basic Graph Pattern (BGP) queries, but the dictionaries that map RDF graph string labels to the IDs and back have remained a neglected component. Dictionaries are important for an end-to-end user experience of SPARQL query processing over large RDF graphs. Hence, in this paper, we have specifically focused on building efficient RDF dictionaries using B+ trees. Our key contributions are - (a) building an ensemble of B+ trees, instead of one giant B+ tree, to maintain a low average height across the ensemble, (b) a hashing technique for storing the string labels as search-keys to reduce the space consumption, maintain a higher B+ tree order, and more uniform search-key distribution across memory pages, (c) using multi-core parallel processing for fast dictionary construction, and (d) novel bulk reverse lookup methods. We have also presented an extensive experimental evaluation of our techniques over a set of 126,444,964 labels of a real-life DBPedia RDF graph.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要