ZIP: Lazy Imputation during Query Processing
Summary: ZIP makes relational operators imputation-aware at query time, using a cost-based decide-to-impute-or-defer policy while guaranteeing results equivalent to eager (pre-query) imputation. Key techniques: outer-join execution to preserve NULLs and a Bloom-filter index; yields 10–25× speedups over ImputeDB and up to 19,607× vs. offline imputation. (summarized by gpt-5-mini on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Yiming Lin (University of California Irvine)
- 2. Sharad Mehrotra (University of California Irvine)
BibTeX Citation
@article{lin_vldb24,
title = {{ZIP: Lazy Imputation during Query Processing}},
author = {Lin, Yiming and Mehrotra, Sharad},
journal = {PVLDB},
series = {{VLDB} '24},
volume = {17},
number = {1},
pages = {28--40},
doi = {10.14778/3617838.3617841},
url = {https://doi.org/10.14778/3617838.3617841},
year = {2024}
}
Incoming Citations (Sorted by Pagerank)
Showing 3 of 3 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 9,381 | Deduplicated Sampling On-Demand | 2025 | VLDB | 5.2755515e-05 |
| 10,981 | DIM-SUM: Dynamic Imputation for Smart Utility Management | 2025 | VLDB | 5.093636e-05 |
| 11,275 | Hardware-Efficient Data Imputation through DBMS Extensibility | 2024 | VLDB | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 21 of 21 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
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 5,801 | Query Processing over Incomplete Autonomous Databases | 2007 | VLDB |
| 2 | 11,258 | Win-Win: On Simultaneous Clustering and Imputing over Incomplete Data | 2024 | VLDB |
| 3 | 11,453 | Asymptotically Better Query Optimization Using Indexed Algebra | 2023 | VLDB |
| 4 | 3,609 | Embedded Functional Dependencies and Data-completeness Tailored Database Design | 2019 | VLDB |
| 5 | 8,002 | Fast and Reliable Missing Data Contingency Analysis with Predicate-Constraints | 2020 | SIGMOD |
| 6 | 8,625 | QPPT: Query Processing on Prefix Trees | 2013 | CIDR |
| 7 | 5,167 | Enriching Data Imputation with Extensive Similarity Neighbors | 2015 | VLDB |
| 8 | 9,550 | Data Imputation with Limited Data Redundancy Using Data Lakes | 2025 | VLDB |
| 9 | 9,993 | In-Database Data Imputation | 2024 | SIGMOD |
| 10 | 2,208 | Query Optimization for Dynamic Imputation | 2017 | VLDB |