Hi,
I want to be able to read cassandra CF data and store first column as key, store second column value as column name for the third column. What is the best/fastest way to do this? Data volume can be big.
Here is what I have in a CF.
key------one
country---US
desc_country------United States
What I want to do is:
column value
key one
US United States
