Compressed representation of dynamic binary relations with applications

作者:

Highlights:

摘要

We introduce a dynamic data structure for the compact representation of binary relations R⊆A×B. The data structure is a dynamic variant of the k2-tree, a static compact representation that takes advantage of clustering in the binary relation to achieve compression. Our structure can efficiently check whether two objects (a, b) ∈ A × B are related, and list the objects of B related to some a ∈ A and vice versa. Additionally, our structure allows inserting and deleting pairs (a, b) in the relation, as well as modifying the base sets A and B. We test our dynamic data structure in different contexts, including the representation of Web graphs and RDF databases. Our experiments show that our dynamic data structure achieves good compression ratios and fast query times, close to those of a static representation, while also providing efficient support for updates in the represented binary relation.

论文关键词:Compression,Dynamic binary relations,k2-tree

论文评审过程:Received 6 November 2016, Revised 12 March 2017, Accepted 8 May 2017, Available online 11 May 2017, Version of Record 16 May 2017.

论文官网地址:https://doi.org/10.1016/j.is.2017.05.003