I'd say that following below steps, you'll the whole logic for 'READ' path :
org.apache.cassandra.thrift.CassandraServer.get(ByteBuffer, ColumnPath,
ConsistencyLevel) ->
'org.apache.cassandra.service.StorageProxy.read(List,
ConsistencyLevel)' -> essagingService.instance().sendRR (*ReadCommand
Messa
ColumnFamilyStore.getColumnFamily
On Mon, Apr 18, 2011 at 7:15 PM, Anurag Gujral wrote:
> Hi All,
> Can you please point me to the code where cassandra is iterating
> over all the sstables for a key when doing read operation on a
> key.
> Thanks a ton,
> Regards,
> Anurag
>
--
Jon
Hi All,
Can you please point me to the code where cassandra is iterating
over all the sstables for a key when doing read operation on a
key.
Thanks a ton,
Regards,
Anurag