|
|
|
|
|
by henrikschroder
4950 days ago
|
|
Wow, that product page is completely lacking any meaningful technical information about your product. :-D How do you stack up against the most common open source NoSQL systems? Redis, Cassandra, Mongo, Couchbase? Is your db eventually consistent, or partitioned, or replicated, or what? |
|
quasardb is a key/value store.
It is (a lot) faster in a multi-client context that the engines you listed and can handle entries of any size (provided you have enough space on the servers, of course!).
It's fully symmetric which means the load is equally distributed and replicated on all the nodes (no master node).
If you have more question feel free to mail us (don't want to highjack this thread).