Created
March 29, 2012 08:51
-
-
Save BohuTANG/2235147 to your computer and use it in GitHub Desktop.
nessDB's benchmark results with:1000k,10000k,50000k and 100m records
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
RANDOM-WRITE RESULTS(1000k records) | |
=================================== | |
Keys: 16 bytes each | |
Values: 80 bytes each | |
Entries: 1000000 | |
IndexSize: 23.8 MB (estimated) | |
DataSize: 80.1 MB (estimated) | |
--------------------------------------------------------------------------------------------------- | |
nessDB: version 1.8(LSM-Tree storage engine) | |
Date: Thu Mar 29 16:49:40 2012 | |
CPU: 4 * Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz | |
CPUCache: 3072 KB | |
[7780] 29 Mar 04:49:40 . Load sst,all entries count:<0> | |
+-----------------------------+----------------+------------------------------+-------------------+ | |
|Random-Write (done:1000000): 0.000004 sec/op; 250000.0 writes/sec(estimated); cost:4.000(sec) | |
RANDOM-WRITE RESULTS(10000k records) | |
=================================== | |
Keys: 16 bytes each | |
Values: 80 bytes each | |
Entries: 10000000 | |
IndexSize: 238.4 MB (estimated) | |
DataSize: 801.1 MB (estimated) | |
--------------------------------------------------------------------------------------------------- | |
nessDB: version 1.8(LSM-Tree storage engine) | |
Date: Thu Mar 29 16:59:52 2012 | |
CPU: 4 * Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz | |
CPUCache: 3072 KB | |
[7949] 29 Mar 04:59:52 . Load sst,all entries count:<0> | |
+-----------------------------+----------------+------------------------------+-------------------+ | |
|Random-Write (done:10000000): 0.000007 sec/op; 144927.5 writes/sec(estimated); cost:69.000(sec) | |
RANDOM-WRITE RESULTS(50000k records) | |
=================================== | |
Keys: 16 bytes each | |
Values: 80 bytes each | |
Entries: 50000000 | |
IndexSize: 1192.1 MB (estimated) | |
DataSize: 4005.4 MB (estimated) | |
--------------------------------------------------------------------------------------------------- | |
nessDB: version 1.8(LSM-Tree storage engine) | |
Date: Thu Mar 29 17:02:12 2012 | |
CPU: 4 * Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz | |
CPUCache: 3072 KB | |
[7968] 29 Mar 05:02:12 . Load sst,all entries count:<0> | |
+-----------------------------+----------------+------------------------------+-------------------+ | |
|Random-Write (done:50000000): 0.000010 sec/op; 104384.1 writes/sec(estimated); cost:479.000(sec) | |
RANDOM-WRITE RESULTS(100m records) | |
=================================== | |
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: Wed Apr 4 13:07:01 2012 | |
CPU: 4 * Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz | |
CPUCache: 3072 KB | |
[27134] 04 Apr 01:07:01 . Load sst,all entries count:<0> | |
+-----------------------------+----------------+------------------------------+-------------------+ | |
|Random-Write (done:100000000): 0.000016 sec/op; 62500.0 writes/sec(estimated); cost:1600.000(sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment