I've been using Cassandra as a database storage device for a service based
application.
I'm wondering if you can design a multi-tiered cassandra cluster that is
used by both clients and servers.
I'd like to have the ability to setup the following:
*Implement a Core Seed Servers / Nodes internal o
I had a few questions that I couldn't easily answer by looking through many
JIRA tickets and the wiki. We are currently developing an application based
on Cassandra 0.8.x with the CQL driver.
Does the CQL driver currently support cursor / resultsets?
I'd like to implement a pagination feature.