Jungle
Jungle copied to clipboard
An embedded key-value store library specialized for building state machine and log store
```sh In file included from jungle/src/logger.cc:24: jungle/src/backtrace.h:36:10: fatal error: 'execinfo.h' file not found #include ^~~~~~~~~~~~ ```
It must be link with forestdb to work ?
https://github.com/pmwkaa/ioarena
Hi! Thank you for building this! It's cool! I wanted to use Jungle as a submodule in my project but in order to get it to work I had to...
Can the parameters in Jungle correspond to those in RocksDB? Such as Memtable size, SSTable size, block size, background job number, direct i/o, cache size and etc. Could you please...
Currently numL0Partitions is fixed and once created a DB with a certain number, we cannot change the number because `TableMgr` will get the number of L0 partition from table_manifest. To...