Proceedings of the 2020 ACM SIGMOD International Conference on Management of Data 2020
DOI: 10.1145/3318464.3380588
|View full text |Cite
|
Sign up to set email alerts
|

Tree-Encoded Bitmaps

Abstract: We propose a novel method to represent compressed bitmaps. Similarly to existing bitmap compression schemes, we exploit the compression potential of bitmaps populated with consecutive identical bits, i.e., 0-runs and 1-runs. But in contrast to prior work, our approach employs a binary tree structure to represent runs of various lengths. Leaf nodes in the upper tree levels thereby represent longer runs, and vice versa. The tree-based representation results in high compression ratios and enables efficient random… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
8
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
5
4

Relationship

1
8

Authors

Journals

citations
Cited by 11 publications
(8 citation statements)
references
References 55 publications
0
8
0
Order By: Relevance
“…While we have designed CI for immutable environments, using an update-friendly bitmap encoding such as Roaring or Tree-Encoded Bitmaps [27] CI could support updates and deletions since both operations only require updating the bitmap part of the index. To support inserts, we would also need to update the Cuckoo table.…”
Section: Discussionmentioning
confidence: 99%
“…While we have designed CI for immutable environments, using an update-friendly bitmap encoding such as Roaring or Tree-Encoded Bitmaps [27] CI could support updates and deletions since both operations only require updating the bitmap part of the index. To support inserts, we would also need to update the Cuckoo table.…”
Section: Discussionmentioning
confidence: 99%
“…Indexing is an important and well-studied problem in data management and recent works have utilized machine learning to learn a CDF or to partition the data space for traditional database indexing [17,19,40,42,43,51,56,71]. In this paper, we complement recent work by studying the applicability of machine learning techniques to assist index construction for set similarity search problems.…”
Section: Related Workmentioning
confidence: 97%
“…In this section, we discuss the basic workings of TEBs; how they are constructed, navigated, and how they are currently updated. For more details about TEBs, we refer the reader to [6].…”
Section: Tree-encoded Bitmapsmentioning
confidence: 99%
“…The Tree-Encoded Bitmap (TEB) [6] is a novel bitmap compression scheme that represents bitmaps as binary trees.…”
Section: Introductionmentioning
confidence: 99%