Right.
On Fri, Apr 9, 2010 at 11:23 AM, Ryan King <r...@twitter.com> wrote: > On Fri, Apr 9, 2010 at 8:39 AM, Jonathan Ellis <jbel...@gmail.com> wrote: >> worst case is 2 or 3, depending on row size: >> >> one seek to read the right row index block >> one seek to read the row header (bloom filter + column index) >> if it's a big row, one seek to read the column block (block size is >> configurable, default is 256KB) > > This is all per-sstable that contains the row, right? > > -ryan >