(DEPRECATED. This project is no longer used or maintained at LiveRamp.) Hank is a high performance distributed key-value NoSQL database that we built and use at LiveRamp. It is designed for very large data stores that dwarf the amount of available main memory and for randomly distributed read/write workloads that far exceed the capacity of memory-based caches. More specifically, it is optimized for very low latency random read queries and for very high throughput incremental batch writes.
Other
173
stars
66
forks
source link
add a watcher thread in the connection which reconnects #307
@twshaw3 since the event-based reconnection isn't doing what we want, going to use more blunt instruments. will test this out over the weekend before merging to make sure it doesn't explode.
@twshaw3 since the event-based reconnection isn't doing what we want, going to use more blunt instruments. will test this out over the weekend before merging to make sure it doesn't explode.