Last active
October 7, 2017 21:09
-
-
Save hyc/97e48fb0807fcd36457a285f82f19cce to your computer and use it in GitHub Desktop.
quick test with badger
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
[hyc@gamba dbbench]$ bin/t_lmdb | |
LMDB: version LMDB 0.9.70: (December 19, 2015) | |
Date: Sat Oct 7 19:18:38 2017 | |
CPU: 4 * AMD A10-4600M APU with Radeon(tm) HD Graphics | |
CPUCache: 2048 KB | |
Keys: 16 bytes each | |
Values: 100 bytes each (50 bytes after compression) | |
Entries: 1000000 | |
RawSize: 110.6 MB (estimated) | |
FileSize: 62.9 MB (estimated) | |
------------------------------------------------ | |
fillrandsync : 107.118 micros/op 9335 ops/sec; 1.0 MB/s (1000 ops) | |
224 /tmp/dbbench-1000/lmdb | |
fillrandom : 5.371 micros/op 186178 ops/sec; 20.6 MB/s | |
116832 /tmp/dbbench-1000/lmdb | |
fillrandbatch : 3.741 micros/op 267336 ops/sec; 29.6 MB/s | |
126548 /tmp/dbbench-1000/lmdb | |
fillseqsync : 5.588 micros/op 178954 ops/sec; 19.8 MB/s (1000 ops) | |
172 /tmp/dbbench-1000/lmdb | |
fillseq : 3.120 micros/op 320507 ops/sec; 35.5 MB/s | |
125872 /tmp/dbbench-1000/lmdb | |
fillseqbatch : 0.602 micros/op 1661391 ops/sec; 183.8 MB/s | |
125872 /tmp/dbbench-1000/lmdb | |
overwrite : 5.754 micros/op 173796 ops/sec; 19.2 MB/s | |
125872 /tmp/dbbench-1000/lmdb | |
readrandom : 1.624 micros/op 615730 ops/sec; 68.1 MB/s (1000000 of 1000000 found) | |
readseq : 0.086 micros/op 11627771 ops/sec;1286.3 MB/s | |
readreverse : 0.063 micros/op 15955070 ops/sec;1765.0 MB/s | |
[hyc@gamba dbbench]$ bin/t_badger | |
Badger: version git | |
Date: Sat Oct 7 19:19:04 2017 | |
CPU: 4 * AMD A10-4600M APU with Radeon(tm) HD Graphics | |
CPUCache: 2048 KB | |
Keys: 16 bytes each | |
Values: 100 bytes each (50 bytes after compression) | |
Entries: 1000000 | |
RawSize: 110.6 MB (estimated) | |
FileSize: 62.9 MB (estimated) | |
------------------------------------------------ | |
fillrandsync : 144.183 micros/op 6935 ops/sec; 0.8 MB/s (1000 ops) | |
180 /tmp/dbbench-1000/badger | |
fillrandom : 153.039 micros/op 6534 ops/sec; 0.7 MB/s | |
172752 /tmp/dbbench-1000/badger | |
fillrandbatch : 15.661 micros/op 63854 ops/sec; 7.1 MB/s | |
134740 /tmp/dbbench-1000/badger | |
fillseqsync : 135.640 micros/op 7372 ops/sec; 0.8 MB/s (1000 ops) | |
180 /tmp/dbbench-1000/badger | |
fillseq : 149.722 micros/op 6679 ops/sec; 0.7 MB/s | |
172752 /tmp/dbbench-1000/badger | |
fillseqbatch : 15.300 micros/op 65358 ops/sec; 7.2 MB/s | |
134812 /tmp/dbbench-1000/badger | |
overwrite : 153.497 micros/op 6514 ops/sec; 0.7 MB/s | |
335616 /tmp/dbbench-1000/badger | |
readrandom : 34.807 micros/op 28730 ops/sec; 2.0 MB/s (632881 of 1000000 found) | |
readseq : 5.707 micros/op 175209 ops/sec; 12.3 MB/s | |
readreverse : 8.736 micros/op 114466 ops/sec; 8.0 MB/s |
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
[hyc@gamba dbbench]$ bin/t_badger --use_existing_db=1 --benchmarks=readwhilewriting --threads=3 --stats_period=10 --duration=300 | |
Badger: version git | |
Date: Sat Oct 7 21:57:23 2017 | |
CPU: 4 * AMD A10-4600M APU with Radeon(tm) HD Graphics | |
CPUCache: 2048 KB | |
Keys: 16 bytes each | |
Values: 100 bytes each (50 bytes after compression) | |
Entries: 1000000 | |
RawSize: 110.6 MB (estimated) | |
FileSize: 62.9 MB (estimated) | |
------------------------------------------------ | |
Timestamp Thread Cur Ops Tot Ops Cur Rate Avg Rate Cur Sec Tot Sec | |
2017/10/07-21:57:34 0 88167 88167 8816.7 8816.7 10.000331 10.000331 | |
2017/10/07-21:57:34 1 159185 159185 15918.5 15918.5 10.000331 10.000331 | |
2017/10/07-21:57:34 2 158523 158523 15852.3 15852.3 10.000331 10.000331 | |
2017/10/07-21:57:34 3 157881 157881 15788.1 15788.1 10.000313 10.000313 | |
2017/10/07-21:57:44 0 87386 175554 8738.6 8777.7 10.000517 20.000848 | |
2017/10/07-21:57:44 1 161104 320289 16110.4 16014.5 10.000517 20.000848 | |
2017/10/07-21:57:44 2 161459 319984 16145.9 15999.2 10.000517 20.000848 | |
2017/10/07-21:57:44 3 162022 319905 16202.2 15995.2 10.000517 20.000830 | |
2017/10/07-21:57:54 0 86961 262515 8696.1 8750.5 10.000126 30.000974 | |
2017/10/07-21:57:54 1 166472 486761 16647.2 16225.4 10.000126 30.000974 | |
2017/10/07-21:57:54 2 166074 486058 16607.4 16201.9 10.000126 30.000974 | |
2017/10/07-21:57:54 3 166850 486755 16685.0 16225.2 10.000126 30.000956 | |
2017/10/07-21:58:04 0 86374 348889 8637.4 8722.2 10.000123 40.001097 | |
2017/10/07-21:58:04 1 170962 657724 17096.2 16443.1 10.000123 40.001097 | |
2017/10/07-21:58:04 2 171122 657180 17112.2 16429.5 10.000123 40.001097 | |
2017/10/07-21:58:04 3 170620 657375 17062.0 16434.4 10.000123 40.001079 | |
2017/10/07-21:58:14 0 85359 434250 8535.9 8685.0 10.000742 50.001839 | |
2017/10/07-21:58:14 1 173561 831285 17356.1 16625.7 10.000742 50.001839 | |
2017/10/07-21:58:14 2 174109 831293 17410.9 16625.9 10.000742 50.001839 | |
2017/10/07-21:58:14 3 174201 831577 17420.1 16631.5 10.000742 50.001821 | |
2017/10/07-21:58:24 0 84757 519007 8475.7 8650.1 10.000148 60.001987 | |
2017/10/07-21:58:24 1 178305 1009590 17830.5 16826.5 10.000148 60.001987 | |
2017/10/07-21:58:24 2 177594 1008887 17759.4 16814.8 10.000148 60.001987 | |
2017/10/07-21:58:24 3 177872 1009449 17787.2 16824.2 10.000148 60.001969 | |
2017/10/07-21:58:34 0 84914 603924 8491.4 8627.5 10.000672 70.002659 | |
2017/10/07-21:58:34 1 180172 1189764 18017.2 16996.6 10.000672 70.002659 | |
2017/10/07-21:58:34 2 179070 1187958 17907.0 16970.8 10.000672 70.002659 | |
2017/10/07-21:58:34 3 180861 1190310 18086.1 17004.4 10.000672 70.002641 | |
2017/10/07-21:58:44 0 85308 689232 8530.8 8615.4 10.000152 80.002811 | |
2017/10/07-21:58:44 1 183147 1372911 18314.7 17161.4 10.000152 80.002811 | |
2017/10/07-21:58:44 2 183684 1371642 18368.4 17145.5 10.000152 80.002811 | |
2017/10/07-21:58:44 3 184074 1374384 18407.4 17179.8 10.000152 80.002793 | |
2017/10/07-21:58:54 0 84702 773934 8470.2 8599.3 10.000606 90.003417 | |
2017/10/07-21:58:54 1 184891 1557804 18489.1 17308.9 10.000606 90.003417 | |
2017/10/07-21:58:54 2 185217 1556859 18521.7 17298.4 10.000606 90.003417 | |
2017/10/07-21:58:54 3 184987 1559371 18498.7 17326.3 10.000606 90.003399 | |
2017/10/07-21:59:04 0 83599 857533 8359.9 8575.3 10.000137 100.003554 | |
2017/10/07-21:59:04 1 188742 1746546 18874.2 17465.5 10.000137 100.003554 | |
2017/10/07-21:59:04 2 187962 1744821 18796.2 17448.2 10.000137 100.003554 | |
2017/10/07-21:59:04 3 189058 1748429 18905.8 17484.3 10.000137 100.003536 | |
2017/10/07-21:59:14 0 83113 940649 8311.3 8551.4 10.000691 110.004245 | |
2017/10/07-21:59:14 1 188526 1935074 18852.6 17591.6 10.000691 110.004245 | |
2017/10/07-21:59:14 2 190161 1934982 19016.1 17590.7 10.000691 110.004245 | |
2017/10/07-21:59:14 3 190266 1938698 19026.6 17624.5 10.000691 110.004227 | |
2017/10/07-21:59:24 0 70728 1011377 7072.8 8428.1 10.000682 120.004927 | |
2017/10/07-21:59:24 1 162878 2097956 16287.8 17483.0 10.000682 120.004927 | |
2017/10/07-21:59:24 2 162589 2097574 16258.9 17479.8 10.000682 120.004927 | |
2017/10/07-21:59:24 3 162404 2101105 16240.4 17509.2 10.000682 120.004909 | |
2017/10/07-21:59:34 0 64315 1075692 6431.5 8274.6 10.000467 130.005394 | |
2017/10/07-21:59:34 1 111313 2209270 11131.3 16994.4 10.000467 130.005394 | |
2017/10/07-21:59:34 2 111444 2209018 11144.4 16992.4 10.000467 130.005394 | |
2017/10/07-21:59:34 3 111315 2212420 11131.5 17018.6 10.000467 130.005376 | |
2017/10/07-21:59:44 0 89360 1165055 8936.0 8321.8 10.000533 140.005927 | |
2017/10/07-21:59:44 1 145688 2354960 14568.8 16821.1 10.000533 140.005927 | |
2017/10/07-21:59:44 2 145085 2354104 14508.5 16815.0 10.000533 140.005927 | |
2017/10/07-21:59:44 3 144787 2357207 14478.7 16837.2 10.000533 140.005909 | |
2017/10/07-21:59:54 0 89001 1254059 8900.1 8360.4 10.000719 150.006646 | |
2017/10/07-21:59:54 1 150171 2505132 15017.1 16700.9 10.000719 150.006646 | |
2017/10/07-21:59:54 2 150169 2504273 15016.9 16695.2 10.000719 150.006646 | |
2017/10/07-21:59:54 3 149487 2506696 14948.7 16711.3 10.000719 150.006628 | |
2017/10/07-22:00:04 0 88072 1342134 8807.2 8388.3 10.000662 160.007308 | |
2017/10/07-22:00:04 1 153227 2658361 15322.7 16614.8 10.000662 160.007308 | |
2017/10/07-22:00:04 2 152729 2657002 15272.9 16606.3 10.000662 160.007308 | |
2017/10/07-22:00:04 3 153937 2660634 15393.7 16629.0 10.000662 160.007290 | |
2017/10/07-22:00:14 0 87376 1429513 8737.6 8408.9 10.000734 170.008042 | |
2017/10/07-22:00:14 1 156899 2815262 15689.9 16560.4 10.000734 170.008042 | |
2017/10/07-22:00:14 2 157666 2814668 15766.6 16556.9 10.000734 170.008042 | |
2017/10/07-22:00:14 3 157633 2818269 15763.3 16578.1 10.000734 170.008024 | |
2017/10/07-22:00:24 0 86347 1515863 8634.7 8421.5 10.000721 180.008763 | |
2017/10/07-22:00:24 1 161732 2976994 16173.2 16538.9 10.000721 180.008763 | |
2017/10/07-22:00:24 2 162837 2977508 16283.7 16541.7 10.000721 180.008763 | |
2017/10/07-22:00:24 3 162318 2980589 16231.8 16558.8 10.000721 180.008745 | |
2017/10/07-22:00:34 0 86217 1602083 8621.7 8432.0 10.000645 190.009408 | |
2017/10/07-22:00:34 1 165536 3142530 16553.6 16539.6 10.000645 190.009408 | |
2017/10/07-22:00:34 2 165656 3143165 16565.6 16543.0 10.000645 190.009408 | |
2017/10/07-22:00:34 3 166734 3147324 16673.4 16564.9 10.000645 190.009390 | |
2017/10/07-22:00:44 0 86605 1688691 8660.5 8443.5 10.000666 200.010074 | |
2017/10/07-22:00:44 1 169445 3311975 16944.5 16559.9 10.000666 200.010074 | |
2017/10/07-22:00:44 2 169133 3312300 16913.3 16561.5 10.000666 200.010074 | |
2017/10/07-22:00:44 3 170685 3318011 17068.5 16590.1 10.000666 200.010056 | |
2017/10/07-22:00:54 0 86214 1774908 8621.4 8451.9 10.000711 210.010785 | |
2017/10/07-22:00:54 1 173427 3485405 17342.7 16597.2 10.000711 210.010785 | |
2017/10/07-22:00:54 2 173409 3485711 17340.9 16598.6 10.000711 210.010785 | |
2017/10/07-22:00:54 3 173473 3491484 17347.3 16626.1 10.000711 210.010767 | |
2017/10/07-22:01:04 0 85828 1860736 8582.8 8457.9 10.000696 220.011481 | |
2017/10/07-22:01:04 1 176787 3662194 17678.7 16646.3 10.000696 220.011481 | |
2017/10/07-22:01:04 2 177274 3662986 17727.4 16649.9 10.000696 220.011481 | |
2017/10/07-22:01:04 3 177490 3668976 17749.0 16677.2 10.000696 220.011463 | |
2017/10/07-22:01:14 0 85791 1946527 8579.1 8463.2 10.000171 230.011652 | |
2017/10/07-22:01:14 1 180798 3842992 18079.8 16708.7 10.000171 230.011652 | |
2017/10/07-22:01:14 2 181413 3844399 18141.3 16714.8 10.000171 230.011652 | |
2017/10/07-22:01:14 3 181787 3850763 18178.7 16742.4 10.000171 230.011634 | |
2017/10/07-22:01:24 0 79092 2025619 7909.2 8440.1 10.000270 240.011922 | |
2017/10/07-22:01:24 1 159708 4002700 15970.8 16677.9 10.000270 240.011922 | |
2017/10/07-22:01:24 2 160317 4004716 16031.7 16686.3 10.000270 240.011922 | |
2017/10/07-22:01:24 3 161518 4012282 16151.8 16717.8 10.000270 240.011904 | |
2017/10/07-22:01:34 0 88157 2113776 8815.7 8455.1 10.000187 250.012109 | |
2017/10/07-22:01:34 1 139743 4142443 13974.3 16569.8 10.000187 250.012109 | |
2017/10/07-22:01:34 2 138908 4143624 13890.8 16574.5 10.000187 250.012109 | |
2017/10/07-22:01:34 3 139249 4151531 13924.9 16606.1 10.000187 250.012091 | |
2017/10/07-22:01:44 0 87599 2201378 8759.9 8466.8 10.000702 260.012811 | |
2017/10/07-22:01:44 1 143656 4286100 14365.6 16485.0 10.000702 260.012811 | |
2017/10/07-22:01:44 2 143870 4287494 14387.0 16490.4 10.000702 260.012811 | |
2017/10/07-22:01:44 3 144898 4296430 14489.8 16524.7 10.000702 260.012793 | |
2017/10/07-22:01:54 0 87439 2288820 8743.9 8477.1 10.000656 270.013467 | |
2017/10/07-22:01:54 1 148836 4434938 14883.6 16425.7 10.000656 270.013467 | |
2017/10/07-22:01:54 2 148956 4436450 14895.6 16431.3 10.000656 270.013467 | |
2017/10/07-22:01:54 3 149047 4445478 14904.7 16464.7 10.000656 270.013449 | |
2017/10/07-22:02:04 0 87565 2376385 8756.5 8487.1 10.000155 280.013622 | |
2017/10/07-22:02:04 1 154533 4589471 15453.3 16391.0 10.000155 280.013622 | |
2017/10/07-22:02:04 2 154787 4591237 15478.7 16397.3 10.000155 280.013622 | |
2017/10/07-22:02:04 3 154752 4600230 15475.2 16429.4 10.000155 280.013604 | |
2017/10/07-22:02:14 0 86762 2463147 8676.2 8493.6 10.000712 290.014334 | |
2017/10/07-22:02:14 1 158782 4748254 15878.2 16373.3 10.000712 290.014334 | |
2017/10/07-22:02:14 2 158741 4749981 15874.1 16379.2 10.000712 290.014334 | |
2017/10/07-22:02:14 3 158218 4758450 15821.8 16408.4 10.000712 290.014316 | |
writer : 117.635 micros/op 8500 ops/sec; 0.9 MB/s | |
readwhilewriting : 20.348 micros/op 49144 ops/sec; 4.7 MB/s (4264240 of 4911000 found) | |
964472 /tmp/dbbench-1000/badger | |
[hyc@gamba dbbench]$ bin/t_lmdb --use_existing_db=1 --benchmarks=readwhilewriting --threads=3 --stats_period=10 --duration=300 | |
LMDB: version LMDB 0.9.70: (December 19, 2015) | |
Date: Sat Oct 7 22:02:42 2017 | |
CPU: 4 * AMD A10-4600M APU with Radeon(tm) HD Graphics | |
CPUCache: 2048 KB | |
Keys: 16 bytes each | |
Values: 100 bytes each (50 bytes after compression) | |
Entries: 1000000 | |
RawSize: 110.6 MB (estimated) | |
FileSize: 62.9 MB (estimated) | |
------------------------------------------------ | |
Timestamp Thread Cur Ops Tot Ops Cur Rate Avg Rate Cur Sec Tot Sec | |
2017/10/07-22:02:52 0 624650 624650 62465.0 62465.0 10.000408 10.000408 | |
2017/10/07-22:02:52 1 4350275 4350275 435027.5 435027.5 10.000399 10.000399 | |
2017/10/07-22:02:52 2 3869531 3869531 386953.1 386953.1 10.000402 10.000402 | |
2017/10/07-22:02:52 3 4704467 4704467 470446.7 470446.7 10.000411 10.000411 | |
2017/10/07-22:03:02 0 626669 1251328 62666.9 62566.4 10.000542 20.000950 | |
2017/10/07-22:03:02 1 4403922 8754197 440392.2 437709.8 10.000542 20.000941 | |
2017/10/07-22:03:02 2 3910046 7779621 391004.6 388981.1 10.000542 20.000944 | |
2017/10/07-22:03:02 3 4776557 9481072 477655.7 474053.6 10.000542 20.000953 | |
2017/10/07-22:03:12 0 627172 1878518 62717.2 62617.3 10.000691 30.001641 | |
2017/10/07-22:03:12 1 4404165 13158362 440416.5 438612.1 10.000691 30.001632 | |
2017/10/07-22:03:12 2 3908105 11687746 390810.5 389591.5 10.000691 30.001635 | |
2017/10/07-22:03:12 3 4777297 14258410 477729.7 475280.3 10.000691 30.001644 | |
2017/10/07-22:03:22 0 625179 2503715 62517.9 62592.9 10.000737 40.002378 | |
2017/10/07-22:03:22 1 4399039 17557401 439903.9 438935.0 10.000737 40.002369 | |
2017/10/07-22:03:22 2 3902516 15590318 390251.6 389757.9 10.000737 40.002372 | |
2017/10/07-22:03:22 3 4769427 19027879 476942.7 475697.0 10.000737 40.002381 | |
2017/10/07-22:03:32 0 627394 3131127 62739.4 62622.5 10.000694 50.003072 | |
2017/10/07-22:03:32 1 4355359 21912760 435535.9 438255.2 10.000694 50.003063 | |
2017/10/07-22:03:32 2 3959780 19550145 395978.0 391002.9 10.000694 50.003066 | |
2017/10/07-22:03:32 3 4774645 23802567 477464.5 476051.4 10.000694 50.003075 | |
2017/10/07-22:03:42 0 628376 3759521 62837.6 62658.7 10.000758 60.003830 | |
2017/10/07-22:03:42 1 4357266 26270026 435726.6 437833.8 10.000758 60.003821 | |
2017/10/07-22:03:42 2 3965221 23515436 396522.1 391923.9 10.000758 60.003824 | |
2017/10/07-22:03:42 3 4777986 28580581 477798.6 476343.0 10.000758 60.003833 | |
2017/10/07-22:03:52 0 628137 4387677 62813.7 62681.1 10.000690 70.004520 | |
2017/10/07-22:03:52 1 4364498 30634524 436449.8 437636.1 10.000690 70.004511 | |
2017/10/07-22:03:52 2 3963923 27479400 396392.3 392562.8 10.000690 70.004514 | |
2017/10/07-22:03:52 3 4742826 33323449 474282.6 476049.2 10.000690 70.004523 | |
2017/10/07-22:04:02 0 628028 5015724 62802.8 62696.6 10.000685 80.005205 | |
2017/10/07-22:04:02 1 4414203 35048770 441420.3 438109.6 10.000685 80.005196 | |
2017/10/07-22:04:02 2 3921334 31400754 392133.4 392509.4 10.000685 80.005199 | |
2017/10/07-22:04:02 3 4755772 38079221 475577.2 475990.2 10.000685 80.005208 | |
2017/10/07-22:04:12 0 627552 5643294 62755.2 62703.3 10.000781 90.005986 | |
2017/10/07-22:04:12 1 4410330 39459142 441033.0 438434.9 10.000781 90.005977 | |
2017/10/07-22:04:12 2 3910553 35311372 391055.3 392348.6 10.000781 90.005980 | |
2017/10/07-22:04:12 3 4755607 42834828 475560.7 475942.5 10.000781 90.005989 | |
2017/10/07-22:04:22 0 627015 6270327 62701.5 62703.3 10.000682 100.006668 | |
2017/10/07-22:04:22 1 4408903 43868088 440890.3 438680.9 10.000682 100.006659 | |
2017/10/07-22:04:22 2 3894779 39206172 389477.9 392061.7 10.000682 100.006662 | |
2017/10/07-22:04:22 3 4753455 47588283 475345.5 475882.8 10.000682 100.006671 | |
2017/10/07-22:04:32 0 627283 6897628 62728.3 62705.7 10.000748 110.007416 | |
2017/10/07-22:04:32 1 4412816 48280946 441281.6 438917.7 10.000748 110.007407 | |
2017/10/07-22:04:32 2 3908850 43115088 390885.0 391955.3 10.000748 110.007410 | |
2017/10/07-22:04:32 3 4760430 52348713 476043.0 475897.4 10.000748 110.007419 | |
2017/10/07-22:04:42 0 620085 7517731 62008.5 62647.8 10.000713 120.008129 | |
2017/10/07-22:04:42 1 4677542 52958530 467754.2 441321.1 10.000713 120.008120 | |
2017/10/07-22:04:42 2 4616344 47731489 461634.4 397762.4 10.000713 120.008123 | |
2017/10/07-22:04:42 3 4352576 56701289 435257.6 472510.7 10.000713 120.008132 | |
2017/10/07-22:04:52 0 613097 8130847 61309.7 62545.0 10.000657 130.008786 | |
2017/10/07-22:04:52 1 4718897 57677472 471889.7 443672.9 10.000657 130.008777 | |
2017/10/07-22:04:52 2 4735785 52467274 473578.5 403594.4 10.000657 130.008780 | |
2017/10/07-22:04:52 3 4330478 61031784 433047.8 469475.2 10.000657 130.008789 | |
2017/10/07-22:05:02 0 618800 8749665 61880.0 62497.6 10.000769 140.009555 | |
2017/10/07-22:05:02 1 4712827 62390344 471282.7 445645.3 10.000769 140.009546 | |
2017/10/07-22:05:02 2 4730228 57197502 473022.8 408553.6 10.000769 140.009549 | |
2017/10/07-22:05:02 3 4285885 65317718 428588.5 466555.2 10.000769 140.009558 | |
2017/10/07-22:05:12 0 624190 9373873 62419.0 62492.5 10.000704 150.010259 | |
2017/10/07-22:05:12 1 4709466 67099857 470946.6 447332.4 10.000704 150.010250 | |
2017/10/07-22:05:12 2 4725939 61923441 472593.9 412822.9 10.000704 150.010253 | |
2017/10/07-22:05:12 3 4234476 69552240 423447.6 463681.6 10.000704 150.010262 | |
2017/10/07-22:05:22 0 624021 9997911 62402.1 62486.9 10.000696 160.010955 | |
2017/10/07-22:05:22 1 4710611 71810516 471061.1 448815.7 10.000696 160.010946 | |
2017/10/07-22:05:22 2 4728814 66652255 472881.4 416576.6 10.000696 160.010949 | |
2017/10/07-22:05:22 3 4217420 73769677 421742.0 461060.5 10.000696 160.010958 | |
2017/10/07-22:05:32 0 624330 10622261 62433.0 62483.9 10.000709 170.011664 | |
2017/10/07-22:05:32 1 4707478 76518040 470747.8 450106.1 10.000709 170.011655 | |
2017/10/07-22:05:32 2 4726432 71378687 472643.2 419874.6 10.000709 170.011658 | |
2017/10/07-22:05:32 3 4237012 78006737 423701.2 458863.2 10.000709 170.011667 | |
2017/10/07-22:05:42 0 623713 11245992 62371.3 62477.7 10.000767 180.012431 | |
2017/10/07-22:05:42 1 4711292 81229378 471129.2 451274.3 10.000767 180.012422 | |
2017/10/07-22:05:42 2 4724994 76103681 472499.4 422798.2 10.000767 180.012425 | |
2017/10/07-22:05:42 3 4226738 82233523 422673.8 456852.9 10.000767 180.012434 | |
2017/10/07-22:05:52 0 625295 11871306 62529.5 62480.6 10.000700 190.013131 | |
2017/10/07-22:05:52 1 4515192 85744617 451519.2 451287.4 10.000700 190.013122 | |
2017/10/07-22:05:52 2 4182725 80286406 418272.5 422560.0 10.000700 190.013125 | |
2017/10/07-22:05:52 3 4559803 86793369 455980.3 456807.2 10.000700 190.013134 | |
2017/10/07-22:06:02 0 618646 12489971 61864.6 62449.9 10.000699 200.013830 | |
2017/10/07-22:06:02 1 4414519 90159178 441451.9 450795.9 10.000699 200.013821 | |
2017/10/07-22:06:02 2 3965559 84252011 396555.9 421260.0 10.000699 200.013824 | |
2017/10/07-22:06:02 3 4765942 91559311 476594.2 457796.6 10.000699 200.013833 | |
2017/10/07-22:06:12 0 616346 13106336 61634.6 62411.1 10.000713 210.014543 | |
2017/10/07-22:06:12 1 4421850 94581069 442185.0 450386.1 10.000713 210.014534 | |
2017/10/07-22:06:12 2 3989352 88241412 398935.2 420197.2 10.000713 210.014537 | |
2017/10/07-22:06:12 3 4774131 96333442 477413.1 458730.7 10.000713 210.014546 | |
2017/10/07-22:06:22 0 614397 13720752 61439.7 62367.1 10.000727 220.015270 | |
2017/10/07-22:06:22 1 4418120 98999232 441812.0 449996.5 10.000727 220.015261 | |
2017/10/07-22:06:22 2 3992331 92233751 399233.1 419244.3 10.000727 220.015264 | |
2017/10/07-22:06:22 3 4772045 101105487 477204.5 459570.4 10.000727 220.015273 | |
2017/10/07-22:06:32 0 616718 14337488 61671.8 62336.9 10.000774 230.016044 | |
2017/10/07-22:06:32 1 4416376 103415651 441637.6 449633.2 10.000774 230.016035 | |
2017/10/07-22:06:32 2 3992189 96226005 399218.9 418373.9 10.000774 230.016038 | |
2017/10/07-22:06:32 3 4768920 105874407 476892.0 460323.5 10.000774 230.016047 | |
2017/10/07-22:06:42 0 618709 14956216 61870.9 62317.6 10.000738 240.016782 | |
2017/10/07-22:06:42 1 4419566 107835260 441956.6 449313.6 10.000738 240.016773 | |
2017/10/07-22:06:42 2 3970072 100196143 397007.2 417483.9 10.000738 240.016776 | |
2017/10/07-22:06:42 3 4771425 110645832 477142.5 461024.3 10.000738 240.016785 | |
2017/10/07-22:06:52 0 622066 15578299 62206.6 62313.2 10.000696 250.017478 | |
2017/10/07-22:06:52 1 4417084 112252385 441708.4 449009.5 10.000696 250.017469 | |
2017/10/07-22:06:52 2 3921033 104117218 392103.3 416468.9 10.000696 250.017472 | |
2017/10/07-22:06:52 3 4764114 115409946 476411.4 461639.8 10.000696 250.017481 | |
2017/10/07-22:07:02 0 620858 16199174 62085.8 62304.5 10.000694 260.018172 | |
2017/10/07-22:07:02 1 4411986 116664413 441198.6 448709.3 10.000694 260.018163 | |
2017/10/07-22:07:02 2 3958978 108076241 395897.8 415677.8 10.000694 260.018166 | |
2017/10/07-22:07:02 3 4761021 120170967 476102.1 462196.0 10.000694 260.018175 | |
2017/10/07-22:07:12 0 618192 16817385 61819.2 62286.6 10.000777 270.018949 | |
2017/10/07-22:07:12 1 4158243 120822697 415824.3 447491.5 10.000777 270.018940 | |
2017/10/07-22:07:12 2 4214721 112291028 421472.1 415892.7 10.000777 270.018943 | |
2017/10/07-22:07:12 3 4766381 124937348 476638.1 462730.9 10.000777 270.018952 | |
2017/10/07-22:07:22 0 620205 17437590 62020.5 62277.1 10.000695 280.019644 | |
2017/10/07-22:07:22 1 3956214 124778957 395621.4 445639.2 10.000695 280.019635 | |
2017/10/07-22:07:22 2 4431399 116722459 443139.9 416865.9 10.000695 280.019638 | |
2017/10/07-22:07:22 3 4748064 129685469 474806.4 463162.4 10.000695 280.019647 | |
2017/10/07-22:07:32 0 620473 18058063 62047.3 62269.2 10.000746 290.020390 | |
2017/10/07-22:07:32 1 4031879 128810884 403187.9 444175.4 10.000746 290.020381 | |
2017/10/07-22:07:32 2 4355351 121077891 435535.1 417510.0 10.000746 290.020384 | |
2017/10/07-22:07:32 3 4762023 134447549 476202.3 463612.2 10.000746 290.020393 | |
writer : 16.063 micros/op 62253 ops/sec; 6.9 MB/s | |
readwhilewriting : 0.755 micros/op 1324858 ops/sec; 146.6 MB/s (133030000 of 133030000 found) | |
170068 /tmp/dbbench-1000/lmdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment