Hello All, Is using multiple cursors simultaneously on the same C* connection a good practice?
I've an internal api for a project running thrift, I then need to query something from C*. I do not like to create a new connection for every api request. Thus, when my service initially starts I open a connection to C* and with every request I create a new cursor. Thanks a lot