Multiple cursors

2013-05-15 Thread Sam Mandes
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

CQL3 Question

2013-05-11 Thread Sam Mandes
Hello All, This is my first post here. I noticed that Cassandra is pushing CQL3 more, it's even recommended to use CQL3 for new projects instead of the Thrift API. I know that one can use the compact storage to allow backward compatibility. And I know that CQL3 uses the new binary protocol instea