Re: Cassandra read process

2018-04-17 Thread Rahul Singh
Did you look at the answer the guy gave?

--
Rahul Singh
rahul.si...@anant.us

Anant Corporation

On Apr 17, 2018, 5:12 AM -0500, vishal1.sha...@ril.com, wrote:
> 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), are confidential and may be 
> privileged. If you are not the intended recipient, you are hereby notified 
> that any review, re-transmission, conversion to hard copy, copying, 
> circulation or other use of this message and any attachments is strictly 
> prohibited. If you are not the intended recipient, please notify the sender 
> immediately by return email and delete this message and any attachments from 
> your system.
> Virus Warning: Although the company has taken reasonable precautions to 
> ensure no viruses are present in this email. The company cannot accept 
> responsibility for any loss or damage arising from the use of this email or 
> attachment."


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). 
are confidential and may be privileged. If you are not the intended recipient. 
you are hereby notified that any 
review. re-transmission. conversion to hard copy. copying. circulation or other 
use of this message and any attachments is 
strictly prohibited. If you are not the intended recipient. please notify the 
sender immediately by return email. 
and delete this message and any attachments from your system.

Virus Warning: Although the company has taken reasonable precautions to ensure 
no viruses are present in this email. 
The company cannot accept responsibility for any loss or damage arising from 
the use of this email or attachment."


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


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 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