NoSQL

    • An associative array
    • Single key lookup (very fast)
    • Slow to search values
    • examples: Redis and CouchDB
    • Orders by columns instead of rows
    • Writes slower
    • stores as edges and vertexes
    • eg. social networks
    • combine multiple storage models
    • often Graph and something else