Problem is very simple - I want to export 1 TB data from cassandra machine to Dynamo DB because Dynamo seems like it will fit better to my data model.
Issue being faced - Cassandra data export to csv format wouldn't finish due to sheer size of data.
What is the performant way to do this ?
This is not a possible duplicate of Export large amount of data from Cassandra to CSV because reading data around 1TB would be too overwhelming for a java job and would take a lot of time too.