IBLTs Measure Before They Decode: Self-Sizing Set Reconciliation from Pre-Peeling Counts

📅 2026-08-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出一种方法,通过预剥离计数使IBLTs在解码前测量差异基数d,从而实现自适应大小的集合协调,解决了因未知差异基数导致的资源浪费问题。
📝 Abstract
Set reconciliation recovers the symmetric difference $A\triangle B$ with communication far below the data volume. Invertible Bloom Lookup Tables (IBLTs) are a standard tool, but their capacity must match the unknown difference cardinality~$d$. In database deployments, $d$ spans orders of magnitude, so undersizing causes rescans or replays while oversizing wastes network and memory. We show that an IBLT measures $d$ before decoding. Each cell count records how many difference elements map to it; a quadratic statistic over the count array gives an exactly unbiased estimate with no extra transmitted bytes. The estimate remains valid after decoding failure because it is read from the same sketch. For standard IBLTs, we derive exact mean and variance formulas and chi-square confidence intervals. The same chi-square law governs failed instances in deep overload. A mapping-aware theorem extends the construction to Irregular, Rateless, and MET IBLTs through per-variant adapters. Our self-sizing protocol uses a first-round failure to compute the second-round capacity in one step, completing within two interaction rounds with an explicit success-probability guarantee. We profile 41{,}603 reconciliation runs over 90 days at NineData Cloud, compare end-to-end against Merkle-style localization in a cross-engine replay of production tables, and deploy across Redis and Pika in China Mobile. The first round therefore turns an unknown difference cardinality into a measurement it has already paid for.
Problem

Research questions and friction points this paper is trying to address.

Set Reconciliation
Invertible Bloom Lookup Tables
Difference Cardinality
Innovation

Methods, ideas, or system contributions that make the work stand out.

self-sizing set reconciliation
pre-peeling counts
Invertible Bloom Lookup Tables (IBLTs)
quadratic statistic
chi-square confidence intervals
🔎 Similar Papers
No similar papers found.
Min Wu
Min Wu
Professor, IEEE Fellow, China University of Geosciences
Process controlRobust controlIntelligent systems
J
Ji Qi
China Mobile (Suzhou) Software Technology Co., Ltd.
C
Chengdui Luo
China Mobile (Suzhou) Software Technology Co., Ltd.
S
Shudong Lu
China Mobile (Suzhou) Software Technology Co., Ltd.
Z
Zhengsheng Ye
Nine Chapters (Zhejiang) Technology Co., Ltd.
Z
Zhengyang Wei
Nine Chapters (Zhejiang) Technology Co., Ltd.