Reputation: 225
I am trying to make concurrent requests to cassandra database on a single thread using execute_async() method in python code. According to the documentation it can handle at least 100 queries on a single connection but my throughput starts falling even if increase the concurrency more than 4. Can anyone tell me any reason for this problem?
Upvotes: 0
Views: 951