Created
March 19, 2012 08:21
-
-
Save BohuTANG/2102636 to your computer and use it in GitHub Desktop.
LSM-tree storage engine benchmark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BohuTANG@BohuTANG:~/github/lsm-tree$ ./bench write 100000000 | |
Keys: 16 bytes each | |
Values: 80 bytes each | |
Entries: 100000000 | |
IndexSize: 2384.2 MB (estimated) | |
DataSize: 8010.9 MB (estimated) | |
--------------------------------------------------------------------------------------------------- | |
nessDB: version 1.8(LSM-Tree storage engine) | |
Date: Mon Mar 19 15:51:07 2012 | |
CPU: 4 * Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz | |
CPUCache: 3072 KB | |
[12234] 19 Mar 03:51:07 . Load sst,all entries count:<0> | |
+-----------------------------+----------------+------------------------------+-------------------+ | |
|Random-Write (done:100000000): 0.000015 sec/op; 66577.9 writes/sec(estimated); cost:1502.000(sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment