NoSQL databases
BIG TABLE CLONES
BigTable is a compressed, high performance, and proprietary data storage system built on Google File System.
- HBase
- Cassandra
- BigTable (Google)
- Hypertable
KEY VALUE STORES
Data is represented as a collection of key–value pairs.
- Dynamo (Amazon)
- Riak
- Voldemort (LinkedIn)
- Citrusleaf
DOCUMENT DB
Each record and its associated data is thought of as a “document”.
- MongoDB
- CouchOne
- Terrastore
- OrientDB
GRAPH DB
It uses graph structures for semantic queries with nodes, edges and properties to represent and store data.
- FlockDB (Twitter)
- Neo4J
- AllegroGraph
- DEX
- Sones
- InfoGrid
Scalability & speed - Descending order
- Big Table
- Key/Value stores
- Document DB
- Graph DB
Performance - Descending order
- Graph DB
- Document DB
- Big Table
- Key/Value stores
No comments:
Post a Comment
Note: only a member of this blog may post a comment.