| /rocksdb-6.9/docs/_posts/ |
| D | 2015-07-17-spatial-indexing-in-rocksdb.markdown | 16 The first use-case of our spatial database was an experimental map renderer. As part of our project… 50 The indexing part is pretty simple. For each feature, we first find a list of index tiles that it i… 74 Note: `Render()` function is not part of RocksDB. You will need to use one of many open source map …
|
| D | 2015-02-27-write-batch-with-index.markdown | 14 …, WriteBatchWithIndex (a write batch with a searchable index) and made it part of public API so th… 16 Before talking about the index part, let me introduce write batch first. The write batch class, `Wr…
|
| D | 2017-06-26-17-level-based-changes.markdown | 28 
|
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 16 …/v3.13.1/include/rocksdb/db.h#L315-L316) ). It will also printed out as a part of compaction summa… 240 …ere no issues wrt to loading billion hashes , but when it came to reading part, its been almost 4 …
|
| D | 2017-05-12-partitioned-index-filter.markdown | 16 … and exacerbate their own cache miss rate too. This is while only a small part of the index/filter…
|
| D | 2015-07-23-dynamic-level.markdown | 10 In this article, we follow up on the first part of an answer to one of the questions in our [AMA](h…
|
| D | 2018-08-23-data-block-hash-index.markdown | 15 Two new options are added as part of this feature: `BlockBasedTableOptions::data_block_index_type` …
|
| /rocksdb-6.9/ |
| D | LICENSE.Apache | 104 excluding those notices that do not pertain to any part of 107 (d) If the Work includes a "NOTICE" text file as part of its 111 pertain to any part of the Derivative Works, in at least one 113 as part of the Derivative Works; within the Source form or
|
| D | COPYING | 99 whole or in part contains or is derived from the Program or any 100 part thereof, to be licensed as a whole at no charge to all third 119 distribute the same sections as part of a whole which is a work based 122 entire whole, and thus to each and every part regardless of who wrote it.
|
| D | CMakeLists.txt | 5 …Studio 2015 Update 3. Start the Developer Command Prompt window that is a part of Visual Studio in…
|
| D | HISTORY.md | 356 * Introduced `PerfContextByLevel` as part of `PerfContext` which allows storing perf context at eac…
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 1012 assert(part); in RandomizedHarnessTest() 1013 assert(part <= total); in RandomizedHarnessTest() 1015 if ((i % total) + 1 != part) { in RandomizedHarnessTest() 3585 const size_t part = 1; in TEST_F() local 3592 const size_t part = 2; in TEST_F() local 3599 const size_t part = 3; in TEST_F() local 3606 const size_t part = 4; in TEST_F() local 3613 const size_t part = 5; in TEST_F() local 3620 const size_t part = 6; in TEST_F() local 3627 const size_t part = 7; in TEST_F() local [all …]
|
| /rocksdb-6.9/port/win/ |
| D | win_jemalloc.cc | 11 # error This file can only be part of jemalloc aware build
|
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 18 # part of a line.
|
| /rocksdb-6.9/tools/advisor/test/input_files/ |
| D | LOG-0 | 28 remaining part of the log
|
| /rocksdb-6.9/docs/ |
| D | LICENSE-DOCUMENTATION | 22 exhaustive, and do not form part of our licenses. 141 in part; and 381 the avoidance of doubt, this paragraph does not form part of the public
|
| D | CONTRIBUTING.md | 35 If you want a `GridBlock` as part of your content, you can do so directly with HTML:
|
| /rocksdb-6.9/build_tools/ |
| D | gnu_parallel | 5784 my $part; 5785 while(defined ($part = shift @dir_parts)) { 5786 $part eq "" and next; 5787 $parent .= "/".$part; 7921 my ($ddir,$part); 7922 while(defined ($part = shift @dir_parts)) { 7923 $part eq "" and next; 7924 $ddir .= "/".$part;
|
| /rocksdb-6.9/docs/_docs/ |
| D | faq.md | 36 …](https://youtu.be/DfiN7pG0D0k). Dragon, a distributed graph query engine part of the social graph…
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 5181 const TestPartResult& part = result.GetTestPartResult(i); in OutputXmlTestInfo() local 5182 if (part.failed()) { in OutputXmlTestInfo() 5187 internal::FormatCompilerIndependentFileLocation(part.file_name(), in OutputXmlTestInfo() 5188 part.line_number()); in OutputXmlTestInfo() 5189 const std::string summary = location + "\n" + part.summary(); in OutputXmlTestInfo() 5193 const std::string detail = location + "\n" + part.message(); in OutputXmlTestInfo() 5547 const TestPartResult& part = result.GetTestPartResult(i); in OutputJsonTestInfo() local 5548 if (part.failed()) { in OutputJsonTestInfo() 5554 internal::FormatCompilerIndependentFileLocation(part.file_name(), in OutputJsonTestInfo() 5555 part.line_number()); in OutputJsonTestInfo() [all …]
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rules.ini | 26 # performance of the database in some way. Every suggestion can be a part of
|