Home
last modified time | relevance | path

Searched refs:location (Results 1 – 13 of 13) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2014-09-12-cuckoo.markdown50 … the first hash location that is free. If all the locations are blocked, we try to move one of the…
56 …aximum is 3. Around 44% of keys are accommodated in first hash location and 33% in second location.
64 …* If the key is not present in first hash location, we jump to second hash location which may not …
67 …sh locations for a key is wasteful. But prefetching only the first hash location helps only 44% of…
71 The solution is to insert more keys near first location. In case of collision in the first hash loc…
D2018-08-23-data-block-hash-index.markdown43 In order to find the right location where the key may reside using binary search, multiple key pars…
52location of a key (or more precisely, the restart index of the restart interval where the key resi…
D2015-02-27-write-batch-with-index.markdown16 … users can create an iterator of a WriteBatchWithIndex, seek to any key location and iterate from …
D2014-03-27-how-to-backup-rocksdb.markdown41 This code will restore the backup back to "/tmp/rocksdb". The second parameter is the location of l…
D2018-11-21-delete-range.markdown161 …ine-problem/description/)) The skyline problem involves taking building location/height data in the
/rocksdb-6.9/
Dappveyor.yml32 …- curl --fail --silent --show-error --output snappy-1.1.7.zip --location https://github.com/google…
42 …- curl --fail --silent --show-error --output lz4-1.8.3.zip --location https://github.com/lz4/lz4/a…
50 …- curl --fail --silent --show-error --output zstd-1.4.0.zip --location https://github.com/facebook…
Ddefs.bzl39 binary_path = "$(location :{})".format(test_bin)
D.travis.yml179 …mkdir cmake-dist && curl --silent --fail --show-error --location "${CMAKE_DIST_URL}" | tar -C cmak…
DWINDOWS_PORT.md34 …sides on the top level. This file must be edited to point to actual third party libraries location.
/rocksdb-6.9/java/
DMakefile291 …AVA_TEST_LIBDIR) || curl --fail --insecure --output $(JAVA_JUNIT_JAR) --location $(DEPS_URL)/junit…
292 …AVA_TEST_LIBDIR) || curl --fail --insecure --output $(JAVA_HAMCR_JAR) --location $(DEPS_URL)/hamcr…
293 …TEST_LIBDIR) || curl --fail --insecure --output "$(JAVA_MOCKITO_JAR)" --location $(DEPS_URL)/mocki…
294 …A_TEST_LIBDIR) || curl --fail --insecure --output "$(JAVA_CGLIB_JAR)" --location $(DEPS_URL)/cglib…
295 …TEST_LIBDIR) || curl --fail --insecure --output "$(JAVA_ASSERTJ_JAR)" --location $(DEPS_URL)/asser…
/rocksdb-6.9/.circleci/
Dconfig.yml34 …curl --fail --silent --show-error --output cmake-3.16.4-win64-x64.zip --location https://github.co…
37 …curl --fail --silent --show-error --output snappy-1.1.7.zip --location https://github.com/google/s…
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3857 message << " thrown in " << location << "."; in FormatCxxExceptionMessage()
3881 T* object, Result (T::*method)(), const char* location) { in HandleSehExceptionsInMethodIfSupported() argument
3891 GetExceptionCode(), location); in HandleSehExceptionsInMethodIfSupported()
3898 (void)location; in HandleSehExceptionsInMethodIfSupported()
3908 T* object, Result (T::*method)(), const char* location) { in HandleExceptionsInMethodIfSupported() argument
3946 FormatCxxExceptionMessage(e.what(), location)); in HandleExceptionsInMethodIfSupported()
3950 FormatCxxExceptionMessage(NULL, location)); in HandleExceptionsInMethodIfSupported()
5186 const std::string location = in OutputXmlTestInfo() local
5189 const std::string summary = location + "\n" + part.summary(); in OutputXmlTestInfo()
5193 const std::string detail = location + "\n" + part.message(); in OutputXmlTestInfo()
[all …]
/rocksdb-6.9/CMakeFiles/Export/7a006447cadce6044e9a8143a913fd66/
DRocksDBTargets.cmake95 * The file was deleted, renamed, or moved to another location.