Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 19 of 19) sorted by relevance

/rocksdb-6.9/java/crossbuild/
Ddocker-build-linux-centos.sh18 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'
Dbuild-linux-centos.sh25 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'
/rocksdb-6.9/file/
Dfile_prefetch_buffer.h48 bool enable = true, bool track_min_offset = false)
54 enable_(enable),
/rocksdb-6.9/docs/_posts/
D2017-09-28-rocksdb-5-8-released.markdown16 …ause write stalling, particularly in multi-instance use cases. Users can enable this feature via `…
D2019-03-08-format-version-4.markdown16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
D2016-07-26-rocksdb-4-8-released.markdown32 …lt options. Now default options will optimize for server-workloads. Also enable slowdown and full …
D2015-07-23-dynamic-level.markdown29 …biljo came up with a solution of dynamic level size target mode. You can enable it by setting opti…
D2015-10-27-getthreadlist.markdown126 To enable thread-tracking of a rocksdb instance, simply set `enable_thread_tracking` to true in its…
D2015-11-16-analysis-file-read-latency-by-level.markdown162 Should be. As long as you enable statistics, you should be able to get the value from `RocksDB.getP…
D2018-08-23-data-block-hash-index.markdown29 // Set to kDataBlockBinaryAndHash to enable hash index
/rocksdb-6.9/docs/
D_config.yml45 #Uncomment this if you want to enable Algolia doc search with your own values
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml139 … --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] ==> ignore
291 … --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
/rocksdb-6.9/
DTARGETS66 # Flags to enable libs we include
100 # Do not enable jemalloc if sanitizer presents. RocksDB will further detect
DUSERS.md104 ….org/wiki/Entity%E2%80%93attribute%E2%80%93value_model) index storage to enable point-in-time bite…
DHISTORY.md48 …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…
DCMakeLists.txt15 # 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
/rocksdb-6.9/db/
Derror_handler_fs_test.cc125 void EnableAutoRecovery(bool enable = true) { no_auto_recovery_ = !enable; } in EnableAutoRecovery() argument
/rocksdb-6.9/tools/
Ddb_bench_tool.cc2358 void EnableAutoRecovery(bool enable = true) { no_auto_recovery_ = !enable; } in EnableAutoRecovery() argument
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4771 void set_forwarding_enabled(bool enable) { forwarding_enabled_ = enable; } in set_forwarding_enabled() argument