Re: Making CommitLog pluggable

2017-11-06 Thread 大平怜
Thanks for the feedback, Ariel, Based on your comments, we are revisiting our code changes, and then we will submit a patch for review. I hope this effort will help further modularize Cassandra for better maintainability. Thanks, Rei Odaira 2017-11-06 8:20 GMT-06:00 Ariel Weisberg : > Hi, > >

Re: Making CommitLog pluggable

2017-11-06 Thread Ariel Weisberg
Hi, OK sorry I am very late to the discussion. I think the existing consensus around doing it is fine I just think you will find that making the commit log pluggable might be a little trickier than making a cache which is a glorified K/V store pluggable. The commit log reaches into a bunch of ot

Re: Login page with multiple types of users - Data Modelling

2017-11-06 Thread Pankaj Gajjar
Hi Sandeep, In Cassandra, if you are thinking for Data Modelling such use case then first think how you are accessing data ? what is pattern and base on that you can build the table whether it's single table or different table given partition key. On Wed, Oct 25, 2017 at 1:10 PM, sandeep gajjam