Re: memtable and sstables

2015-09-05 Thread Jonathan Haddad
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

Re: memtable and sstables

2015-09-05 Thread Ray Sutton
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

Re: memtable and sstables

2015-09-05 Thread Anuj Wadehra
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