Searched refs:enable (Results 1 – 19 of 19) sorted by relevance
18 scl enable devtoolset-7 'make clean-not-downloaded'19 scl enable devtoolset-7 'PORTABLE=1 make -j2 rocksdbjavastatic'22 scl enable devtoolset-2 'make clean-not-downloaded'23 scl enable devtoolset-2 'PORTABLE=1 make -j2 rocksdbjavastatic'
25 tar xvfz gflags-2.0.tar.gz; cd gflags-2.0; scl enable devtoolset-2 ./configure; scl enable devtools…35 scl enable devtoolset-2 'make clean-not-downloaded'36 scl enable devtoolset-2 'PORTABLE=1 make -j8 rocksdbjavastatic'
48 bool enable = true, bool track_min_offset = false)54 enable_(enable),
16 …ause write stalling, particularly in multi-instance use cases. Users can enable this feature via `…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
32 …lt options. Now default options will optimize for server-workloads. Also enable slowdown and full …
29 …biljo came up with a solution of dynamic level size target mode. You can enable it by setting opti…
126 To enable thread-tracking of a rocksdb instance, simply set `enable_thread_tracking` to true in its…
162 Should be. As long as you enable statistics, you should be able to get the value from `RocksDB.getP…
29 // Set to kDataBlockBinaryAndHash to enable hash index
45 #Uncomment this if you want to enable Algolia doc search with your own values
139 … --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-dtags -o cmTC_…200 … --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-dtags -o cmTC_…206 arg [--enable-new-dtags] ==> ignore291 … --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-dtags -o cmTC_…349 … --eh-frame-hdr -dynamic-linker /libexec/ld-elf.so.1 --hash-style=both --enable-new-dtags -o cmTC_…355 arg [--enable-new-dtags] ==> ignore
66 # Flags to enable libs we include100 # Do not enable jemalloc if sanitizer presents. RocksDB will further detect
104 ….org/wiki/Entity%E2%80%93attribute%E2%80%93value_model) index storage to enable point-in-time bite…
48 …ariable sized value. Added `blob_db_compression_type` option for BlobDB to enable blob compression.70 * It is now possible to enable periodic compactions for the base DB when using BlobDB.463 * TransactionDBOptions::write_policy can be configured to enable WritePrepared 2PC transactions. Re…588 …ause write stalling, particularly in multi-instance use cases. Users can enable this feature via `…608 …xiting the experimental mode. To enable partitioned indexes set index_type to kTwoLevelIndexSearch…785 * Change some default options. Now default options will optimize for server-workloads. Also enable …940 * Added new block based table format (version 2), which you can enable by setting BlockBasedTableOp…
15 # 3. Run cmake to generate project files for Windows, add more options to enable required third-par…238 # MSVC does not need a separate compiler flag to enable SSE4.2; if nmmintrin.h
125 void EnableAutoRecovery(bool enable = true) { no_auto_recovery_ = !enable; } in EnableAutoRecovery() argument
2358 void EnableAutoRecovery(bool enable = true) { no_auto_recovery_ = !enable; } in EnableAutoRecovery() argument
4771 void set_forwarding_enabled(bool enable) { forwarding_enabled_ = enable; } in set_forwarding_enabled() argument