Re: Cassandra read process

2018-04-17 Thread Rahul Singh
69643/cassandra-read-process > > Thanks and regards, > Vishal Sharma > > "Confidentiality Warning: This message and any attachments are intended only > for the use of the intended recipient(s), are confidential and may be > privileged. If you are not the intended recipient, y

Cassandra read process

2018-04-17 Thread Vishal1.Sharma
Dear Community, Can you please help in answering the question below: https://stackoverflow.com/questions/49769643/cassandra-read-process Thanks and regards, Vishal Sharma "Confidentiality Warning: This message and any attachments are intended only for the use of the intended recipient(s).

Re: Read process

2011-07-27 Thread samal
from ROW CACHE {if enabled} -->KEY CACHE-->MEMTABLE-->SSTABLE On Wed, Jul 27, 2011 at 1:19 PM, CASSANDRA learner < cassandralear...@gmail.com> wrote: > Hi, > > I am having one doubt regarding reads. The data will be stored in > commitlog,memtable,sstables right.. While reading the data may be ava

Read process

2011-07-27 Thread CASSANDRA learner
Hi, I am having one doubt regarding reads. The data will be stored in commitlog,memtable,sstables right.. While reading the data may be available in all the three right, then from where the reads happens,, form commit log? or from Memtable ? or from SSTables.. Please explain friends Thnks