- 26 Jan, 2021 1 commit
-
-
yiwu-arbug authored
Allow sst partitioner methods to be mutable. On RocksDB side these methods are not const methods, thus should be mutable. Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 07 Jan, 2021 2 commits
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
Xinye Tao authored
Accept generic construct instead of Arc to avoid nested arc required to bridge different crates. Also fix a missing export. Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 05 Jan, 2021 1 commit
-
-
YangKeao authored
`uname -p` is unportable on some platforms. Signed-off-by:
Yang Keao <keao.yang@yahoo.com> Co-authored-by:
Xinye Tao <xy.tao@outlook.com>
-
- 01 Jan, 2021 1 commit
-
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 25 Dec, 2020 1 commit
-
-
Wallace authored
Signed-off-by:
Little-Wallace <bupt2013211450@gmail.com>
-
- 23 Dec, 2020 2 commits
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
Xinye Tao authored
Add event listener for flush begin, compaction begin and subcompaction begin/completed. Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 22 Dec, 2020 2 commits
-
-
Xinye Tao authored
port related interface to rust, add `file_system_inspected_env` factory method. Signed-off-by:
tabokie <xy.tao@outlook.com>
-
peilun-conflux authored
Add create_missing_column_families for DBOptions, so we can open a database with added column families. Close #362. Signed-off-by:
Peilun Li <peilun.li@conflux-chain.org>
-
- 21 Dec, 2020 1 commit
-
-
ti-srebot authored
update titan to include tikv/titan#199 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com> Co-authored-by:
yiwu-arbug <yiwu@pingcap.com>
-
- 18 Dec, 2020 2 commits
-
-
Xintao authored
* update rocksdb to atomize RenameFile in KeyManagedEncryptedEnv * removed redundant rename logic from key manager Signed-off-by:
Xintao <hunterlxt@live.com>
-
ti-srebot authored
-
- 15 Dec, 2020 1 commit
-
-
Xinye Tao authored
Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 14 Dec, 2020 1 commit
-
-
qupeng authored
-
- 20 Nov, 2020 1 commit
-
-
qupeng authored
-
- 16 Nov, 2020 1 commit
-
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 13 Nov, 2020 1 commit
-
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 10 Nov, 2020 1 commit
-
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#205 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 09 Nov, 2020 2 commits
-
-
qupeng authored
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#192 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 06 Nov, 2020 1 commit
-
-
Xintao authored
Signed-off-by:
Xintao <hunterlxt@live.com>
-
- 05 Nov, 2020 1 commit
-
-
ti-srebot authored
update titan to include tikv/titan#192 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 28 Oct, 2020 1 commit
-
-
ti-srebot authored
update titan to include tikv/titan#189 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 27 Oct, 2020 1 commit
-
-
AngleNet authored
Expose dictionary compression options for rocksdb to Tikv. So we could introduce dictionary compression to Tikv to relieve the compression issue. It's part of work [Issue 8635](https://github.com/tikv/tikv/issues/8635). Issue Number: https://github.com/tikv/tikv/issues/8635Signed-off-by:
Min <anglenet@sina.cn>
-
- 24 Oct, 2020 2 commits
-
-
Xinye Tao authored
Add option setter/getter for max-background-flushes and max-background-compactions. Signed-off-by: tabokie xy.tao@outlook.com
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#201 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 20 Oct, 2020 1 commit
-
-
Xinye Tao authored
Add initializer for new WriteAmpBasedRateLimiter, also update rocksdb to include this plugin brought by tikv/rocksdb#193. Signed-off-by:
tabokie <xy.tao@outlook.com>
-
- 11 Oct, 2020 1 commit
-
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#195 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 01 Oct, 2020 1 commit
-
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#194 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 21 Sep, 2020 1 commit
-
-
Connor authored
* add deleteblobfiles API for titan Signed-off-by:
Connor1996 <zbk602423539@gmail.com>
-
- 18 Sep, 2020 1 commit
-
-
Qinxuan Chen authored
Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
- 17 Sep, 2020 1 commit
-
-
Cong Chen authored
Signed-off-by:
gentcys <iamchencong@gmail.com> An error occurred while compiling on macOS, which described in https://github.com/tikv/tikv/issues/8659. And it's fixed by https://github.com/rust-lang/libz-sys/commit/81026e996eb3804acf1e6898a3c1d791cdfb59f1. This PR just update the version of dependency `libz-sys`.
-
- 16 Sep, 2020 1 commit
-
-
Connor authored
* add compact on deletion support Signed-off-by:
Connor1996 <zbk602423539@gmail.com>
-
- 28 Aug, 2020 2 commits
-
-
yiwu-arbug authored
Add interface for `SstPartitioner`. The interface is to support implementing "compaction guard" to split SST by custom boundaries. Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
ti-srebot authored
Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-
- 19 Aug, 2020 2 commits
-
-
Wallace authored
* add write batch iterator and append interface Signed-off-by:
Little-Wallace <bupt2013211450@gmail.com>
-
yiwu-arbug authored
Adding more perf context counters. Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 18 Aug, 2020 1 commit
-
-
Jay authored
Signed-off-by:
Jay Lee <BusyJayLee@gmail.com>
-
- 11 Aug, 2020 1 commit
-
-
ti-srebot authored
update rocksdb to include tikv/rocksdb#185 for master Signed-off-by:
ti-srebot <ti-srebot@pingcap.com>
-