o add/correct info provided...
>>
>>
>> Anuj
>>
>> Sent from Yahoo Mail on Android
>> <https://overview.mail.yahoo.com/mobile/?.src=Android>
>> ------
>> *From*:"Jim Shi"
>> *Date*:Sat, 5 Sep, 2015 at 10
rect info provided...
>
>
> Anuj
>
> Sent from Yahoo Mail on Android
> <https://overview.mail.yahoo.com/mobile/?.src=Android>
> --
> *From*:"Jim Shi"
> *Date*:Sat, 5 Sep, 2015 at 10:11 am
> *Subject*:memtable and sstables
Memtables are for storing writes in memory till they are flushed to disk as
sstables and once flushed, space gets released from commit logs too.. If your
are updating some columns only that data would be there in memtables not entire
row..Dont think of memtables as row cache..
This is my under