by slynux on 9/19/13, 5:50 AM with 24 comments
by noelwelsh on 9/19/13, 7:36 AM
by slynux on 9/19/13, 7:32 AM
- LRU based or random eviction based cache management.
- Support for multiple disks and thereby IO parallelism.
- Incremental Backup and Restore (You can pack 5x .. 10x size of RAM in ZBase and make use of incremental backups for node failover)
- Incremental backup helps to offer Blob level restore in hourly, daily and weekly granularities)
- Cluster manager - ZBase operates by partitioning entire data into virtual buckets and servers act as containers to hold these vbuckets. Hence provides scalable ways to increase or decrease the number of servers in a cluster.
by RyanZAG on 9/19/13, 6:46 AM
by danmaz74 on 9/19/13, 6:59 AM
EDIT: To clarify, I know Redis, I'm interested in learning how this differs beyond its distributed nature.
by maniktaneja on 9/19/13, 10:26 AM
by continuations on 9/19/13, 8:32 AM
Other than the dynamic resharding part, how do zBase and RethinkDB compare to each other?
by lowglow on 9/19/13, 8:37 AM
by JeremyMorgan on 9/19/13, 7:25 AM