Hi, kind of newbie to Cassandra. Using Astynax here. I have a CF which are using Composite Key (id and updateDate). Try to page through all rows (in millions) to dump its content, how do I do it in Astyanax?
Coming from RDBMS world, find a lot of restriction of this Non-SQLDB. Also have some other questions:
1. is there a way to range query on row key (id)? How do I do it?
2. Is composite key better than secondary index? I just want to have range query on updateDate?
THanks.
