|
TokyoCabinet
A TokyoCabinet binding was recently added. Here are the results for the performance test run on a first generation MacBook Pro.
287265 group transactional writes per second
166683 reads per second
118523 cursor reads per second
374672 group transactional removes per second
13654 individual transactional writes per second
14484 individual transactional removes per second
This test was in B-Tree mode and for reads and write the number of keys was 10,000, the key size is 22 bytes and the value size is 8 bytes. Order is random except for cursor reads, which are sequential.
Note: those "transactions" must be syncing to the OS buffers and not the disk.
|