Posts Life with 'NoSQL'...
Post
Cancel

Life with 'NoSQL'...

I  have to say that after playing with Cassandra, a NoSQL datastore, I’m completely impressed with what it gives. Fast read and writes, scale unlike I’ve ever seen, and (fairly) easy to manage. Its not without compromises; transaction management, two-phased commits, atomicity, etc. But I’m having to view the datastores in a whole new light. Here is a list of interesting links of talks and presentations:

The last one contains a bunch of links to videos with various NoSQL solutions. I highly recommend to go though them.

At this point, I can see these NoSQL datastores to be used along-side SQL ones. There is no question that many websites can only use NoSQL datastores, but it gets tricky when dealing with things that SQL databases solve well, such as financial transaction management. Considering that many large banks still use datastores like IDMS, that could eventually change.

This post is licensed under CC BY 4.0 by the author.
Recent Update
Trending Tags

Trending Tags