On Sun, May 17, 2015 at 9:59 PM, Anishek Agarwal <anis...@gmail.com> wrote:
> Question: The Number of SST tables read, would it also include those where > the bloom filter gave a false positive ? or is it just the number to > actually do the reads. > It doesn't know the positive is false until it reads into the SSTable. The purpose of the bloom filter is to avoid this read, if possible. =Rob