Hypertable is a high performance, scalable database modeled after Google's Bigtable. It is designed to manage the storage and processing of information on a large cluster of commodity servers, providing resilience to machine and component failures.
| Tags | NoSQL bigtable hadoop |
|---|---|
| Licenses | GPL v3 |
| Operating Systems | Linux Mac OS X |
| Implementation | C++ |
Recent releases


Release Notes: This release improves startup time by deferring CellStore loading, fixes a problem with the RPM package, fixes a critical bug relating to split row estimation, and has RangeServer failover improvements.


Release Notes: This release adds stability improvements in RangeServer failover handling and the ability to start and stop the ThriftBrokers independently.


Release Notes: More stability improvements. This release fixes a maintenance scheduler bug, a compaction merge run calculation problem, and an epoll problem on newer versions of Ubuntu.


Release Notes: Stability improvements, support for cellstore.index pseudo tables, an improved RangeServer maintenance scheduling algorithm, and a removal of the log4cpp dependency.


Release Notes: Erroneous RangeServer recovery on startup was prevented. A rounding problem in quorum calculation was fixed along with a bug in CELL_LIMIT handling.