Currently we are using executeAsnc(creating futures and running a loop for those futures one by one) to read 10000 rows with partition key. But in logs we are seeing slow query operations in debug logs. I suspect that we are doing it wrong way. What is the best way to execute such queries?