CouchDB: Query
32/55
Redis: Query
MongoDB: Query
•
Lookups on primary key (
_id
) is default
•
Secondary keys are done through Map/Reduce views
Looking up the user document "derick@localhost":
curl -XGET localhost:5984/users/derick@localhost