- 20 Jun, 2019 8 commits
-
-
yiwu-arbug authored
This is to get around borrow checker for TiKV side of changes. Other APIs also pass in structs as reference.
-
yiwu-arbug authored
Adding BlockBasedTableOptions::set_block_cache so we can set shared block cache instance to different column family and different DB instance. Also adding LRUCacheOptions and Cache structs.
-
yiwu-arbug authored
Update RocksDB to include the following changes: 018aa1972 Titan: fix error message formatting (#84) ee2f17ca8 Fix crash with memtable prefix bloom and key out of prefix extractor domain (#5190) 16ace7c47 Titan: Add snapshot related test (#80) ee8b59301 Titan: Fix iterator fail to pass SuperVersion to underlying iterator (#79) Signed-off-by: Yi Wu yiwu@pingcap.com
-
zhangjinpeng1987 authored
-
siddontang authored
-
Connor authored
Signed-off-by:
Connor1996 <zbk602423539@gmail.com>
-
zhangjinpeng1987 authored
-
yiwu-arbug authored
Update .gitmodules to point to pingcap/rocksdb tikv-3.0 branch. Also update rocksdb to include the following changes: 75133b1b6 2019-03-26 yiwu@pingcap.com Fix SstFileReader not able to open ingested file (#5097) 7ca9eb754 2019-03-26 yiwu@pingcap.com Fix BlockBasedTableIterator construction missing index_key_is_full parameter Signed-off-by:
Yi Wu <yiwu@pingcap.com>
-
- 25 Mar, 2019 1 commit
-
-
yiwu-arbug authored
-
- 22 Mar, 2019 1 commit
-
-
Jay authored
We should not rely on a specific version of rust.
-
- 27 Feb, 2019 1 commit
-
-
yiwu-arbug authored
-
- 19 Feb, 2019 1 commit
-
-
dorianzheng authored
-
- 13 Feb, 2019 1 commit
-
-
dorianzheng authored
-
- 26 Jan, 2019 1 commit
-
-
dorianzheng authored
-
- 21 Jan, 2019 1 commit
-
-
dorianzheng authored
-
- 06 Jan, 2019 1 commit
-
-
Huachao Huang authored
We need to support encryption environment created outside.
-
- 04 Jan, 2019 1 commit
-
-
Clément Renault authored
-
- 02 Jan, 2019 2 commits
-
-
gripleaf authored
-
dorianzheng authored
-
- 28 Dec, 2018 1 commit
-
-
dorianzheng authored
-
- 26 Dec, 2018 1 commit
-
-
dorianzheng authored
* Support encrypted env * Support encrypted env * Add tests * guard base env * guard base env * guard base env
-
- 17 Dec, 2018 2 commits
-
-
Huachao Huang authored
* *: add wrapper for IOStatsContext * *: format * *: test more fields * *: remove allocate_nanos because darwin doesn't use it
-
zhangjinpeng1987 authored
-
- 14 Dec, 2018 1 commit
-
-
zhangjinpeng1987 authored
Signed-off-by:
zhangjinpeng1987 <zhangjinpeng@pingcap.com>
-
- 13 Dec, 2018 1 commit
-
-
Huachao Huang authored
* rust-toolchain: use a specific version * submodule: remove shallow
-
- 11 Dec, 2018 1 commit
-
-
Huachao Huang authored
Previous implementation relies on auto compactions to move files to the specific level, which is not reliable. This PR controls the compaction manually to make sure the files will be placed at the expected level.
-
- 10 Dec, 2018 1 commit
-
-
Huachao Huang authored
-
- 07 Dec, 2018 1 commit
-
-
zhangjinpeng1987 authored
* set_env for DBOptions Signed-off-by:
zhangjinpeng1987 <zhangjinpeng@pingcap.com>
-
- 03 Dec, 2018 1 commit
-
-
zhangjinpeng1987 authored
* impl display for compaction_reason Signed-off-by:
zhangjinpeng1987 <zhangjinpeng@pingcap.com> * format code Signed-off-by:
zhangjinpeng1987 <zhangjinpeng@pingcap.com>
-
- 29 Nov, 2018 2 commits
-
-
Huachao Huang authored
Some trivial changes are applied: - Refactor Makefile - Refactor README.md - Add the rust-toolchain - Update RocksDB submodule - Reorganize the tests structure
-
zhangjinpeng1987 authored
* export compaction reason Signed-off-by:
zhangjinpeng1987 <zhangjinpeng@pingcap.com>
-
- 17 Nov, 2018 1 commit
-
-
dorianzheng authored
-
- 14 Nov, 2018 1 commit
-
-
dorianzheng authored
-
- 12 Nov, 2018 2 commits
-
-
Huachao Huang authored
-
Clément Renault authored
-
- 10 Nov, 2018 1 commit
-
-
Tong Zhigao authored
Signed-off-by:
Tong Zhigao <tongzhigao@pingcap.com>
-
- 03 Nov, 2018 1 commit
-
-
messense authored
-
- 24 Oct, 2018 3 commits
-
-
Tong Zhigao authored
* Add on_stall_conditions_changed to EventListener; Signed-off-by:
Tong Zhigao <tongzhigao@pingcap.com> * Test stall condition changes from normal to other; Signed-off-by:
Tong Zhigao <tongzhigao@pingcap.com> * Optimize test; Signed-off-by:
Tong Zhigao <tongzhigao@pingcap.com>
-
Huachao Huang authored
-
fredchenbj authored
* support DBWithTTL Open Interface * add DBWithTTL_Open test * run cargo fmt --all * small fix to pass travis ci * fix bug about with_ttl condition and code style * small fix to pass travis ci * small fix to pass travis ci * unify the with_ttl funtion's conditon * fix condition about with_ttl and add more tests * little fix to pass travis ci * little fix to pass travis ci * fix with_ttl condition and make it more clear * litte fix to pass travis ci
-