I need to copy the first 100k records from "prod" keyspace to "test" keyspace in Cassandra, I tried to use dsbulk but it export the whole table data and it is taking longer time.
Is there any solution to fetch 100k records from one table and copy them into another table in Cassandra?