This file contains hidden or 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
##################### rocksdb | |
initialize | |
[13.7 s] 1000000 / 1000000 (72874.6 ops/sec, N/A, 100 %, 1.01 GB) (-0 s) (-0 s)s) | |
13.7 sec elapsed | |
[proc IO] 1083600896 bytes written (1.01 GB) | |
waiting for background compaction of LevelDB (RocksDB) log files.. done | |
flushing disk buffer.. done | |
[proc IO] 1083600896 bytes written (1.01 GB) | |
13.7 sec elapsed (72564.81 ops/sec) |
This file contains hidden or 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
160-200 Krps, 5-6Mb/s raw incoming data | |
[root@st-kvsearch1 512]# du -hc . | |
3.0T . | |
3.0T total | |
sophia.build = b7ef756 | |
sophia.error = |
This file contains hidden or 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
#include <stdlib.h> | |
#include <stdio.h> | |
#include <stdint.h> | |
#include <assert.h> | |
#include <unistd.h> | |
#include <pthread.h> | |
#include <sophia.h> |
This file contains hidden or 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
[ t min, t max) ops count % | |
-------------------------------------------------- | |
[ 0, 1) 49345841 98.69 | |
[ 1, 2) 3396 0.01 | |
[ 2, 3) 16003 0.03 | |
[ 3, 4) 38951 0.08 | |
[ 4, 5) 52195 0.10 | |
[ 5, 6) 55917 0.11 | |
[ 6, 7) 57549 0.12 | |
[ 7, 8) 60045 0.12 |
This file contains hidden or 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
[ t min, t max) ops count % | |
-------------------------------------------------- | |
[ 0, 1) 49999786 100.00 | |
[ 1, 2) 44 0.00 | |
[ 2, 3) 10 0.00 | |
[ 3, 4) 4 0.00 | |
[ 4, 5) 9 0.00 | |
[ 5, 6) 17 0.00 | |
[ 6, 7) 2 0.00 | |
[ 7, 8) 2 0.00 |
This file contains hidden or 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
[ t min, t max) ops count % | |
-------------------------------------------------- | |
[ 0, 1) 49935562 99.87 | |
[ 1, 2) 5495 0.01 | |
[ 2, 3) 6593 0.01 | |
[ 3, 4) 6816 0.01 | |
[ 4, 5) 6633 0.01 | |
[ 5, 6) 6863 0.01 | |
[ 6, 7) 6811 0.01 |
This file contains hidden or 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
count = 20 million | |
key = u32 | |
value = 100 ~ 120 per tuple | |
1.6 benchmark | |
------------- | |
space = box.schema.create_space('tweedledum', { id = 0 }) | |
space:create_index('primary', { type = 'tree', parts = { 0, 'num'} }) |