How many parallel write requests can I make to cassandra from a single connection in a nodejs process?
I am using: cassandra-driver@4.6.3 : https://www.npmjs.com/package/cassandra-driver I am not using batch... as i understand it is not recommended if all data is not in same partition.
My main concern is limitation if any from cassandra connection point of view..
From: Understand Cassandra pooling options (setCoreConnectionsPerHost and setMaxConnectionsPerHost)? I understand that 32k parallel write is approx limit