Re: Reg:- Data Modelling based on Update History details

2017-05-15 Thread Anthony Grasso
Hi Nandan, Interesting project! One thing that helps define the schema is knowing what queries will be made to the database up front. It sounds like you have an idea already of what those queries will be. I want to confirm that these are the queries that the database needs to answer. - *What

Amazon linux upgrade

2017-05-15 Thread Nitan Kainth
Hi, We are planning to upgrade Amazon linux to 2017.03. Can someone please point us to compatibility matrix for linux with C*? We are currently at C* 3.0.10.1443 and Linux: NAME="Amazon Linux AMI” VERSION=“2016.03" Thank you

Re: Moving SSTable to fix JBOD imbalance

2017-05-15 Thread Alain RODRIGUEZ
> > Can I just stop the node, move the 56Go SSTable (so I guess the Summary, > TOC, Digest, Statistics, CompressionInfo, Data, Index and Filter files) and > restart the node? Yes this should work, service should stay up as long as all the operations are performed following this rule: Consistency

Reg:- Data Modelling based on Update History details

2017-05-15 Thread @Nandan@
Hi , I am currently working on Book Management System in which I have a table which contains Books details in which PRIMARY KEY is book_id uuid. The requirement is to create DB in which we have to keep data of Updated values as well as which user update the particular book details and what they