Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 30) sorted by relevance

12

/rocksdb-6.9/third-party/folly/folly/
DIndestructible.h124 check(); in get()
128 check(); in get()
145 void check() const noexcept { in check() function
/rocksdb-6.9/tools/advisor/test/input_files/
Dtest_rules.ini14 suggestions=l0-l1-ratio-health-check
46 [Suggestion "l0-l1-ratio-health-check"]
Dtriggered_rules.ini75 suggestions=l0-l1-ratio-health-check
82 [Suggestion "l0-l1-ratio-health-check"]
/rocksdb-6.9/docs/
DGemfile.lock27 github-pages-health-check (= 1.2.0)
49 github-pages-health-check (1.2.0)
/rocksdb-6.9/tools/rdb/
DAPI.md29 # 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/
Dttl_test.cc234 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/
D2015-07-17-spatial-indexing-in-rocksdb.markdown74 …. 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…
D2016-03-07-rocksdb-options-file.markdown20 …ude/rocksdb/utilities/options_util.h#L64-L77) that performs compatibility check on two sets of Roc…
D2016-07-26-rocksdb-4-8-released.markdown17 …ventListener::OnTableFileCreated will be called on failure case. User can check creation status vi…
D2014-06-23-plaintable-a-new-file-format.markdown37 To make sure the format works efficiently with empty queries, we added a bloom filter check before …
D2015-02-27-write-batch-with-index.markdown18 …write the batch to RocksDB. When the user wants to call `Get()`, we first check if the value exist…
D2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown22 …llest (100), so file 1 does not possibly contain key 80. We to proceed to check level 2. Usually, …
D2014-06-27-avoid-expensive-locks-in-get.markdown59 …al area. Our approach prevents mutual competition by directing threads to check against a global v…
D2017-06-26-17-level-based-changes.markdown10 …span the entire key-range, a key might be in any file, thus reads need to check them one-by-one. U…
D2015-11-16-analysis-file-read-latency-by-level.markdown195 Thank you Siying for the quick reply, I was running couple of benchmark testing to check the perfor…
/rocksdb-6.9/
DCONTRIBUTING.md12 the CLA and we can cross-check with your GitHub username.
DINSTALL.md17 * `make check` will compile and run all the unit tests. `make check` will compile RocksDB in debug …
DRocksDBConfigVersion.cmake60 # check that the installed version has the same 32/64bit-ness as the one which is currently searchi…
DCMakeLists.txt1116 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/
Dgetting-started.md42 an error. You can check if such a result is ok, and also print an associated error message:
/rocksdb-6.9/db_stress_tool/
DMakefile161 …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/
DMakefile161 …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/
Drocksdb-lego-determinator855 make $DEBUG J=1 check
/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.cc748 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/
Drule_parser.py70 in order to check for a time dependency between them"

12