Home
last modified time | relevance | path

Searched refs:style (Results 1 – 22 of 22) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2015-10-27-getthreadlist.markdown16 <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 …]
D2014-05-22-rocksdb-3-1-release.markdown17 * [FIFO compaction style](https://github.com/facebook/rocksdb/wiki/FIFO-compaction-style)
D2015-07-17-spatial-indexing-in-rocksdb.markdown18 …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…
D2018-11-21-delete-range.markdown103 {: 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"}
D2017-06-29-rocksdb-5-5-1-released.markdown16 * Support file ingestion with universal compaction style
D2016-01-29-compaction_pri.markdown10 …style of RocksDB is level-based compaction, which is an improved version of LevelDB's compaction a…
D2015-07-23-dynamic-level.markdown14 Level-based compaction is the original LevelDB compaction style and one of the two major compaction…
/rocksdb-6.9/docs/css/
Dmain.scss11 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.scss125 font-style: normal;
165 font-style: italic;
219 list-style: disc;
265 list-style: decimal outside none;
D_react_docs_nav.scss107 border-style: solid;
187 list-style-type: none;
D_reset.scss30 list-style: none;
D_react_header_nav.scss33 list-style: none;
D_syntax-highlighting.scss18 .rougeHighlight .ge { color: #93a1a1; font-style: italic } /* Generic.Emph */
/rocksdb-6.9/
D.clang-format1 # Complete list of style options can be found at:
Dthirdparty.inc7 # Set environment variable THIRDPARTY_HOME to point to your third party libraries home (Unix style …
DUSERS.md8 3. ZippyDB -- Facebook's distributed key-value store with Paxos-style replication, built on top of…
DHISTORY.md122 * 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/
Drocksdb_option_file_example.ini17 # We support # style comments. Comments can appear at the ending
/rocksdb-6.9/docs/
D_config.yml79 style: :compressed
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml139 …"/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/
Dcompaction_picker_test.cc73 void NewVersionStorage(int num_levels, CompactionStyle style) { in NewVersionStorage() argument
77 style, nullptr, false)); in NewVersionStorage()
/rocksdb-6.9/db/
Dc.cc2719 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()