Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Won't Fix
-
None
-
None
Description
We currently perform bloom filter and index checks in the constructor for SSTable*Iterators, which means that the object gets created even if we miss. Using a factory function for this step would save object creation time.