NoSQL

NoSQL (Non-Relational) Data Stores

For Internet scale SaaS, there is an emerging movement away from relational databases towards Internet scale data stores.   NoSQL stores tend to be non-relational, distributed, horizontally scaleable and eventually consistent rather than provide full ACID guarantees.   There are several flavors of NoSQL databases including key-value (key-tuple) stores, document stores and graph stores.   These stores tend to be delivered as open source or web services and often scale into the petabyte range across hundreds or thousands of machines.

Key-Value, Key-tuple Stores

    Document Stores

    Graph Stores


    Leave a Reply

    Fill in your details below or click an icon to log in:

    WordPress.com Logo

    You are commenting using your WordPress.com account. Log Out / Change )

    Twitter picture

    You are commenting using your Twitter account. Log Out / Change )

    Facebook photo

    You are commenting using your Facebook account. Log Out / Change )

    Connecting to %s

    Follow

    Get every new post delivered to your Inbox.