| /rocksdb-6.9/third-party/folly/folly/ |
| D | Indestructible.h | 124 check(); in get() 128 check(); in get() 145 void check() const noexcept { in check() function
|
| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | test_rules.ini | 14 suggestions=l0-l1-ratio-health-check 46 [Suggestion "l0-l1-ratio-health-check"]
|
| D | triggered_rules.ini | 75 suggestions=l0-l1-ratio-health-check 82 [Suggestion "l0-l1-ratio-health-check"]
|
| /rocksdb-6.9/docs/ |
| D | Gemfile.lock | 27 github-pages-health-check (= 1.2.0) 49 github-pages-health-check (1.2.0)
|
| /rocksdb-6.9/tools/rdb/ |
| D | API.md | 29 # column_family (string) - Which column family to check for the key. 56 # column_family (string) - Which column family to check for the key. 64 # this method to check if a value existed before the call to `delete`.
|
| /rocksdb-6.9/utilities/ttl/ |
| D | ttl_test.cc | 234 bool check = true, bool test_compaction_change = false, in SleepCompactCheck() argument 247 if (s.ok() != check) { in SleepCompactCheck() 273 bool check = true) { in SleepCompactCheckIter() argument 283 if (!check) { in SleepCompactCheckIter()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-07-17-spatial-indexing-in-rocksdb.markdown | 74 …. You will need to use one of many open source map renderers, for example check out [Mapnik](http:… 76 TL;DR If you need an embedded spatial database, check out RocksDB's SpatialDB. [Let us know](https:… 78 If you're interested in learning more, check out this [talk](https://www.youtube.com/watch?v=T1jWsD…
|
| D | 2016-03-07-rocksdb-options-file.markdown | 20 …ude/rocksdb/utilities/options_util.h#L64-L77) that performs compatibility check on two sets of Roc…
|
| D | 2016-07-26-rocksdb-4-8-released.markdown | 17 …ventListener::OnTableFileCreated will be called on failure case. User can check creation status vi…
|
| D | 2014-06-23-plaintable-a-new-file-format.markdown | 37 To make sure the format works efficiently with empty queries, we added a bloom filter check before …
|
| D | 2015-02-27-write-batch-with-index.markdown | 18 …write the batch to RocksDB. When the user wants to call `Get()`, we first check if the value exist…
|
| D | 2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown | 22 …llest (100), so file 1 does not possibly contain key 80. We to proceed to check level 2. Usually, …
|
| D | 2014-06-27-avoid-expensive-locks-in-get.markdown | 59 …al area. Our approach prevents mutual competition by directing threads to check against a global v…
|
| D | 2017-06-26-17-level-based-changes.markdown | 10 …span the entire key-range, a key might be in any file, thus reads need to check them one-by-one. U…
|
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 195 Thank you Siying for the quick reply, I was running couple of benchmark testing to check the perfor…
|
| /rocksdb-6.9/ |
| D | CONTRIBUTING.md | 12 the CLA and we can cross-check with your GitHub username.
|
| D | INSTALL.md | 17 * `make check` will compile and run all the unit tests. `make check` will compile RocksDB in debug …
|
| D | RocksDBConfigVersion.cmake | 60 # check that the installed version has the same 32/64bit-ness as the one which is currently searchi…
|
| D | CMakeLists.txt | 1116 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) target 1141 add_dependencies(check ${CMAKE_PROJECT_NAME}_${exename}${ARTIFACT_SUFFIX}) 1162 add_dependencies(check c_test)
|
| /rocksdb-6.9/docs/_docs/ |
| D | getting-started.md | 42 an error. You can check if such a result is ok, and also print an associated error message:
|
| /rocksdb-6.9/db_stress_tool/ |
| D | Makefile | 161 …sdb-6.9 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMake… 472 …sdb-6.9 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMake…
|
| /rocksdb-6.9/tools/ |
| D | Makefile | 161 …sdb-6.9 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMake… 496 …sdb-6.9 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMake…
|
| /rocksdb-6.9/build_tools/ |
| D | rocksdb-lego-determinator | 855 make $DEBUG J=1 check
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_db_impl.cc | 748 std::shared_ptr<BlobFile> check = *(open_ttl_files_.rbegin()); in FindBlobFileLocked() local 749 return (check->expiration_range_.second <= expiration) ? nullptr : check; in FindBlobFileLocked()
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rule_parser.py | 70 in order to check for a time dependency between them"
|