Changes between Version 1 and Version 2 of HyperTable
- Timestamp:
- Mar 13, 2008, 11:43:42 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HyperTable
v1 v2 7 7 = How it works = 8 8 9 = Performance = 10 * [http://code.google.com/p/hypertable/wiki/PerformanceTestAOLQueryLog PerformanceTestAOLQueryLog] 11 * Machine Profile 12 * 8 data nodes 13 * each node 14 * 1 x 1.8GHz Dual-core Opteron Processor 2210 15 * 4 GB RAM 16 * 4 x 7200 RPM SATA drives (mounted JBOD) 17 * The AOL query logs were inserted into an 8-node Hypertable cluster. The average size of each row key was ~7 bytes and each value was ~15 bytes. The insert rate (with 4 simultaneous insert processes) was approximately 410K inserts/s. The table was scanned at a rate of approximately 671K cells/s. 9 18 = How we use it = 10 19 20 = Similar Project = 21 * [http://hadoop.apache.org/hbase/ HBase]: Bigtable-like structured storage for Hadoop HDFS 22 * Hypertable is based very closely on the design of Bigtable, with a few modifications. Hypertable is designed for speed and is written in C++, while Hbase is in Java. 11 23 = Reference = 12 24 * [http://www.hypertable.org/ HyperTable 官方網站]