Implementing Asynchronous wrapper for Cassandra driver
Cassandra
Cassandra is a column oriented, NoSQL system designed to handle large amounts of data with relatively fast queries. Here at 1mg we use Cassandra for some of our database requirements. The major reason why Cassandra is quick is because it optimises the way the data is stored on the filesystem.

- Read more about Implementing Asynchronous wrapper for Cassandra driver
- Log in to post comments
- 11 views