Home
last modified time | relevance | path

Searched refs:what (Results 1 – 24 of 24) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2017-02-17-bulkoad-ingest-sst-file.markdown10 …ut, DB::Write, DB::Delete ... ), but what happens when you write to RocksDB ? .. this is a brief d…
16 But what if we can skip these steps and add data to the lowest possible level directly ? This is wh…
D2014-03-27-how-to-persist-in-memory-rocksdb-database.markdown10 … RocksDB can recover all of your data from in-memory filesystem. However, what happens if the mach…
27 To reiterate, here's what you have to do:
D2015-11-16-analysis-file-read-latency-by-level.markdown12 …, in practice, it's not easy to verify whether OS page cache does exactly what we expect. For exam…
195 …to check the performance of rocksdb on SSD. One of the test is similar to what is mentioned in the…
217 1. 0, 1 ) 28587385 0.401% 0.401% what does this “28587385” stand for in the histogram row ?
D2015-02-24-reading-rocksdb-options-from-a-file.markdown10 …ck_size=4k};`. Similarly any white space around `{` or `}` is ok. Here is what it looks like in co…
D2018-08-01-rocksdb-tuning-advisor.markdown31 why they were triggered and what each of them suggests. Each suggestion
D2015-07-15-rocksdb-2015-h2-roadmap.markdown10 …is exercise and we wanted to share the results with the community. Here's what RocksDB team will b…
D2014-06-27-avoid-expensive-locks-in-get.markdown59 …entry/the_cost_of_mutexes). However, the real cost difference lies beyond what is shown in the ass…
D2015-07-23-dynamic-level.markdown23 …me. This means updates will add roughly the same or little more data than what is removed by delet…
D2014-03-27-how-to-backup-rocksdb.markdown73 …only the new data will be copied to backup directory (for more details on what gets copied, see "U…
D2018-11-21-delete-range.markdown29 When we decide what to improve, we try to find a use case that's common across
/rocksdb-6.9/docs/
D_config.yml19 # https://github.com/blog/2277-what-s-new-in-github-pages-with-jekyll-3-3
29 #https://github.com/blog/2277-what-s-new-in-github-pages-with-jekyll-3-3
41 # or 'dark' and therefore what colors can be overlaid on them
DCONTRIBUTING.md29 > The filename of the `.md` file doesn't actually matter; what is important is the `docid` being un…
/rocksdb-6.9/port/
DREADME8 See port_posix.h for an example of what must be provided in a platform
/rocksdb-6.9/java/crossbuild/
DVagrantfile4 # Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
/rocksdb-6.9/
DCOPYING46 want its recipients to know that what they have is not the original, so
77 Whether that is true depends on what the Program does.
226 This section is intended to make thoroughly clear what is believed to
293 <one line to give the program's name and a brief idea of what it does.>
338 library. If this is what you want to do, use the GNU Lesser General
DCODE_OF_CONDUCT.md20 * Focusing on what is best for the community
DHISTORY.md426 …ompressionOptions. For compression_opts, it will be always used no matter what value of `enabled` …
555 …p tombstones for regular deletes if they have sequence number larger than what was set by the new …
/rocksdb-6.9/tools/
Dpflag86 -l: what is the threshold/limit for the metric that is being sensed.
/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp953 const char* what() const noexcept override { in what() function in folly::__anon387f81642511::ExceptionWithConstructionTrack
970 auto integer = std::stoi(exc.what()); in TEST()
1019 value = std::stoi(exc.what()); in concurrentExceptionPropagationStress()
/rocksdb-6.9/tools/advisor/
DREADME.md28 why they were triggered and what each of them suggests. Each suggestion
/rocksdb-6.9/hdfs/
Denv_hdfs.h32 virtual const char* what() const throw() { in what() function
/rocksdb-6.9/options/
Doptions_helper.cc820 std::string(e.what())); in GetMutableOptionsFromStrings()
850 std::string(e.what())); in GetMutableDBOptionsFromStrings()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3946 FormatCxxExceptionMessage(e.what(), location)); in HandleExceptionsInMethodIfSupported()
Dgtest.h9430 gtest_exception.what()); \