Searched refs:style (Results 1 – 22 of 22) sorted by relevance
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-10-27-getthreadlist.markdown | 16 <tr style="border:2px solid #000000" > 18 <td style="padding:3px" >ThreadID 29 <td style="padding:3px" >DB 40 <td style="padding:3px" >CF 51 <td style="padding:3px" >ThreadType 62 <td style="padding:3px" >Operation 73 <td style="padding:3px" >ElapsedTime 84 <td style="padding:3px" >Stage 95 <td style="vertical-align:top;padding:3px" >OperationProperties 98 <td style="vertical-align:top;padding:3px" > [all …]
|
| D | 2014-05-22-rocksdb-3-1-release.markdown | 17 * [FIFO compaction style](https://github.com/facebook/rocksdb/wiki/FIFO-compaction-style)
|
| D | 2015-07-17-spatial-indexing-in-rocksdb.markdown | 18 …style. You can just change your SQL query and Mapnik picks it up. In our model, we decided to prec… 37 …exes that will index the feature. In the loading phase we process the map style to determine the l…
|
| D | 2018-11-21-delete-range.markdown | 103 {: style="display: block; margin-left: auto; margin-right: auto; width: 80%"} 106 {: style="text-align: center"} 109 {: style="display: block; margin-left: auto; margin-right: auto; width: 80%"} 112 {: style="text-align: center"} 132 {: style="display: block; margin-left: auto; margin-right: auto; width: 70%"} 135 {: style="text-align: center"} 166 {: style="text-align: center"}
|
| D | 2017-06-29-rocksdb-5-5-1-released.markdown | 16 * Support file ingestion with universal compaction style
|
| D | 2016-01-29-compaction_pri.markdown | 10 …style of RocksDB is level-based compaction, which is an improved version of LevelDB's compaction a…
|
| D | 2015-07-23-dynamic-level.markdown | 14 Level-based compaction is the original LevelDB compaction style and one of the two major compaction…
|
| /rocksdb-6.9/docs/css/ |
| D | main.scss | 11 font-style: italic; 19 font-style: normal; 27 font-style: italic; 35 font-style: normal; 43 font-style: normal;
|
| /rocksdb-6.9/docs/_sass/ |
| D | _base.scss | 125 font-style: normal; 165 font-style: italic; 219 list-style: disc; 265 list-style: decimal outside none;
|
| D | _react_docs_nav.scss | 107 border-style: solid; 187 list-style-type: none;
|
| D | _reset.scss | 30 list-style: none;
|
| D | _react_header_nav.scss | 33 list-style: none;
|
| D | _syntax-highlighting.scss | 18 .rougeHighlight .ge { color: #93a1a1; font-style: italic } /* Generic.Emph */
|
| /rocksdb-6.9/ |
| D | .clang-format | 1 # Complete list of style options can be found at:
|
| D | thirdparty.inc | 7 # Set environment variable THIRDPARTY_HOME to point to your third party libraries home (Unix style …
|
| D | USERS.md | 8 3. ZippyDB -- Facebook's distributed key-value store with Paxos-style replication, built on top of…
|
| D | HISTORY.md | 122 * TTL Compactions in Level compaction style now initiate successive cascading compactions on a key … 123 * With FIFO compaction style, options.periodic_compaction_seconds will have the same meaning as opt… 125 …ilter configurations based on context, such as table level and compaction style. See `LevelAndStyl… 265 * Introduce Periodic Compaction for Level style compaction. Files are re-compacted periodically and… 641 * Support file ingestion with universal compaction style 1026 * Support Multiple DB paths in universal style compactions 1076 * FIFO compaction style
|
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 17 # We support # style comments. Comments can appear at the ending
|
| /rocksdb-6.9/docs/ |
| D | _config.yml | 79 style: :compressed
|
| /rocksdb-6.9/CMakeFiles/ |
| D | CMakeConfigureLog.yaml | 139 …"/usr/bin/ld" --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-d… 200 …link line: [ "/usr/bin/ld" --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both -… 205 arg [--hash-style=both] ==> ignore 291 …"/usr/bin/ld" --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-d… 349 …link line: [ "/usr/bin/ld" --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both -… 354 arg [--hash-style=both] ==> ignore
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_picker_test.cc | 73 void NewVersionStorage(int num_levels, CompactionStyle style) { in NewVersionStorage() argument 77 style, nullptr, false)); in NewVersionStorage()
|
| /rocksdb-6.9/db/ |
| D | c.cc | 2719 void rocksdb_options_set_compaction_style(rocksdb_options_t *opt, int style) { in rocksdb_options_set_compaction_style() argument 2721 static_cast<ROCKSDB_NAMESPACE::CompactionStyle>(style); in rocksdb_options_set_compaction_style() 3623 rocksdb_universal_compaction_options_t* uco, int style) { in rocksdb_universal_compaction_options_set_stop_style() argument 3625 static_cast<ROCKSDB_NAMESPACE::CompactionStopStyle>(style); in rocksdb_universal_compaction_options_set_stop_style()
|