--
You received this message because you are subscribed to the Google Groups "DataStax Python Driver for Apache Cassandra User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-driver-u...@lists.datastax.com.
As I do not have much of an issue with keeping 10k results in memory I can possibly shoot all of the requests at once. Just a curious question, how far can one go with this approach? 1 Lac, 1 Million?
Ill give an example : for a count of 10 I can do (1+1+1 .... till 10 ) in memory or issue 10 Counter updates for + 1 each these are the two extreme scenarios. .... The number of counter updates will be reduced as I increase the number of rows processed per unit execution and thats essentially the idea. Im still searching for the best tradeoff for this particular situation.
Thanks Adam, I'd love to do some tests on concurrency and processes with hardware constraints and share them here.
Yes I switched off raise_on_first_error. I had used DSC 3.0.3 for the test. If you wish I'll try reproducing same on test env.
Best Regards,
Bhuvan