Hi, I am having 10 millions of rows with in sql db in key table.
key_id -> key_value For each request I am fetching one key_id and removing that from the key table. Each request should get unique key_id. Similar to java queue but keys persists in DB. How do I implement that in Cassandra and what is the best way to achieve this? Please let me know. Thanks and Regards.
