Home
last modified time | relevance | path

Searched refs:part (Results 1 – 21 of 21) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2015-07-17-spatial-indexing-in-rocksdb.markdown16 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 …
D2015-02-27-write-batch-with-index.markdown14 …, 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…
D2017-06-26-17-level-based-changes.markdown28 ![part-range-old.png](/static/images/compaction/part-range-old.png)
D2015-11-16-analysis-file-read-latency-by-level.markdown16 …/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 …
D2017-05-12-partitioned-index-filter.markdown16 … and exacerbate their own cache miss rate too. This is while only a small part of the index/filter…
D2015-07-23-dynamic-level.markdown10 In this article, we follow up on the first part of an answer to one of the questions in our [AMA](h…
D2018-08-23-data-block-hash-index.markdown15 Two new options are added as part of this feature: `BlockBasedTableOptions::data_block_index_type` …
/rocksdb-6.9/
DLICENSE.Apache104 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
DCOPYING99 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.
DCMakeLists.txt5 …Studio 2015 Update 3. Start the Developer Command Prompt window that is a part of Visual Studio in…
DHISTORY.md356 * Introduced `PerfContextByLevel` as part of `PerfContext` which allows storing perf context at eac…
/rocksdb-6.9/table/
Dtable_test.cc1012 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/
Dwin_jemalloc.cc11 # error This file can only be part of jemalloc aware build
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini18 # part of a line.
/rocksdb-6.9/tools/advisor/test/input_files/
DLOG-028 remaining part of the log
/rocksdb-6.9/docs/
DLICENSE-DOCUMENTATION22 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
DCONTRIBUTING.md35 If you want a `GridBlock` as part of your content, you can do so directly with HTML:
/rocksdb-6.9/build_tools/
Dgnu_parallel5784 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/
Dfaq.md36 …](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/
Dgtest-all.cc5181 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/
Drules.ini26 # performance of the database in some way. Every suggestion can be a part of