Hey All, While testing the recent MemStoreScanner slowness I noticed that each scan in the randomSeekScan test takes about 19 seconds to complete. The scan in question provides a startRow and a WhileMatchFilter containing a PageFilter that asks for 120 rows. I would have expected this scan to return in roughly the same amount of time as a scan that specifies a startRow and stopRow that spans a similar number of rows.
Before I start investigating further I was wondering if anyone had any thoughts? Cheers, Dan p.s. Running the test on the latest 0.20 code...