Re: Cassandra COPY to CSV and DateTieredCompactionStrategy

2014-11-27 Thread Paulo Ricardo Motta Gomes
Regarding the first question you need to configure your application to write to both CFs (old and new) during the migration phase. I'm not sure about the second question, but my guess is that only the writeTime will be taken into account. On Thu, Nov 27, 2014 at 10:54 AM, Batranut Bogdan wrote:

Cassandra COPY to CSV and DateTieredCompactionStrategy

2014-11-27 Thread Batranut Bogdan
Hello all, I have a few things that I need to understand. 1 . Here is the scenario: we have a HUGE cf where there are daily writes it is like a time series. Now we want to change the type of a column in primary key. What I think we can do is to export to csv, create the new table and write back