SSD Memcached
- Base on twemproxy && fatcache && forestdb
- Support Linux only
- Multithread && High performance
- Persistent storage
- git clone https://github.com/couchbase/forestdb
- cd forestdb
- mkdir build
- cmake ../
- make all
- make install
- echo "/usr/local/lib" >> /etc/ld.so.conf
- ldconfig
- make
- 4 worker thread
- 16 core cpu && 12GB memory && SSD disk
- memtier_benchmark -P memcache_text -s localhost -p 8080 -t 6 -c 150 -n 100000 --ratio=0:1
- 252044 (avg: 256937) ops/sec
- memtier_benchmark -P memcache_text -s localhost -p 8080 -t 6 -c 150 -n 100000 --ratio=1:0
- 9782 (avg: 9731) ops/sec