DBScholar

Back to papers

UltraLogLog: A Practical and More Space-Efficient Alternative to HyperLogLog for Approximate Distinct Counting

Summary: UltraLogLog keeps HLL's mergeable, idempotent, commutative properties and O(1) inserts while encoding equivalent distinct-count information in ~28% less space via an MLE-extractable representation. A faster estimator still cuts space by ~24% (17% with martingale), uses 8-bit registers for better compression, and ships as a production Java implementation. (summarized by gpt-5-mini on Feb 09 2026)

Paper ID
13594
Venue
VLDB
Year
2024
Pagerank
5.7390922e-05
Overall Rank
6,920 | 52.53%
DOI
10.14778/3654621.3654632

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@article{ertl_vldb24,
        title = {{UltraLogLog: A Practical and More Space-Efficient Alternative to HyperLogLog for Approximate Distinct Counting}},
        author = {Ertl, Otmar},
        journal = {PVLDB},
        series = {{VLDB} '24},
        volume = {17},
        number = {7},
        pages = {1655--1668},
        doi = {10.14778/3654621.3654632},
        url = {https://doi.org/10.14778/3654621.3654632},
        year = {2024}
}

Incoming Citations (Sorted by Pagerank)

Showing 4 of 4 citing papers.

Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 5 of 5 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Previous Page 1 / 1 Next

Semantically Similar Papers