Re: KeysCached and sstable

2010-04-14 Thread Jonathan Ellis
On Wed, Apr 14, 2010 at 10:23 AM, Paul Prescod wrote: > The inline docs say: > >       ~ The optional KeysCached attribute specifies >       ~ the number of keys per sstable whose locations we keep in >       ~ memory in "mostly LRU" order. > > There are a few confusing bits in that sentence. > >

KeysCached and sstable

2010-04-14 Thread Paul Prescod
The inline docs say: ~ The optional KeysCached attribute specifies ~ the number of keys per sstable whose locations we keep in ~ memory in "mostly LRU" order. There are a few confusing bits in that sentence. 1. Why is "keys per sstable" rather than "keys per column family".