Searched refs:used (Results 1 – 25 of 46) sorted by relevance
12
| /rocksdb-6.9/ |
| D | CMakeCache.txt | 38 //Flags used by the ASM compiler during all build types. 41 //Flags used by the ASM compiler during DEBUG builds. 47 //Flags used by the ASM compiler during RELEASE builds. 75 //Flags used by the CXX compiler during DEBUG builds. 99 //Flags used by the C compiler during all build types. 102 //Flags used by the C compiler during DEBUG builds. 108 //Flags used by the C compiler during RELEASE builds. 117 //Flags used by the linker during all build types. 120 //Flags used by the linker during DEBUG builds. 123 //Flags used by the linker during MINSIZEREL builds. [all …]
|
| D | HISTORY.md | 40 …ide DB, options.log_readahead_size will be used as the readahead size. In other cases, a default 5… 66 * Fixed an issue where an incorrect "number of input records" value was used to compute the "record… 67 …regression bug that causes segfault when hash is used, max_open_files != -1 and total order seek i… 338 …ctionOptionsFIFO`. The option has been deprecated and ttl in `ColumnFamilyOptions` is used instead. 426 …used no matter what value of `enabled` is. For bottommost_compression_opts, it will only be used w… 443 * Fix corruption in non-iterator reads when mmap is used for file reads 474 * Fix memory leak when pin_l0_filter_and_index_blocks_in_cache is used with partitioned filters 612 * Fix discarding empty compaction output files when `DeleteRange()` is used together with subcompac… 765 * Introduce CompactionJobInfo::compression, This field state the compression algorithm used to gene… 1049 * Removed NewTotalOrderPlainTableFactory because it is not used and implemented semantically incorr… [all …]
|
| D | WINDOWS_PORT.md | 18 …er 64-bit but to the best of our knowledge there is not a specific API we used during porting that… 69 …The OS imposes restrictions on the alignment of the disk offsets, buffers used and the amount of d… 73 We used `SetFileInformationByHandle` both to truncate files after writing a full final page to disk… 80 …ach guarantees that the callback is invoked regardless of whether RocksDB used within an executabl… 84 When RocksDB is used with Jemalloc the latter needs to be initialized before any of the C++ globals… 86 The jemalloc redirecting `new/delete` global operators are used by the linker providing certain con… 104 * The parameters used, unless specified, were exactly the same as published in the GitHub Wiki page…
|
| D | LANGUAGE-BINDINGS.md | 15 …* https://github.com/pingcap/rust-rocksdb (used in production fork of https://github.com/spacejam/…
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-11-10-use-checkpoints-for-efficient-snapshots.markdown | 10 …used as a point in time snapshot, which can be opened Read-only to query rows as of the point in t… 40 …y this API. The directory will be an absolute path. The checkpoint can be used as a read-only cop… 45 Checkpoints are used for online backup in MyRocks. which is MySQL using RocksDB as the storage eng…
|
| D | 2014-05-14-lock.markdown | 12 …om/facebook/rocksdb/wiki/Rocksdb-Architecture-Guide) to understand terms used below, like SST tab… 25 This DB mutex used to be scalability bottleneck preventing us from scaling to more than 16 threads.… 43 …r class. When an autovector is used as a stack variable, no malloc will be needed unless the pre-a… 45 (2) When building an iterator, we used to creating iterator of every live men table and SST table w… 48 …ists, which are done in both of read and write operations. LRU caches are used in block cache and … 53 … lock contentions are not causing some huge (50 milliseconds+) latency outliers they used to cause.
|
| D | 2016-04-26-rocksdb-4-5-1-released.markdown | 29 …include/rocksdb/sst_file_manager.h to create a SstFileManager that can be used to track the total … 45 …the name of either MANIFEST, SST or a WAL file. Either --db or --path can be used when calling ldb. 55 …h. This function can construct the latest DBOptions / ColumnFamilyOptions used by the specified Ro…
|
| D | 2019-03-08-format-version-4.markdown | 24 …ence number and sets `index_key_is_user_key` in TableProperties, which is used by the reader to kn… 27 …x entries in each restart interval. If used, `TableProperties::index_value_is_delta_encoded` is se…
|
| D | 2018-11-21-delete-range.markdown | 43 the deleted range(s). This deletes the range asynchronously, so cannot be used 55 `DeleteFilesInRange` can be used prior to compacting the deleted range as long 65 latency so it can be used in critical paths; and (4) a first-class operation 195 used in production (e.g., scan-and-delete). 235 To understand the performance of this new design, we used `db_bench` to compare point lookup, short… 242 In these benchmarks, we used a database with 5 million data keys, and 10000 range tombstones (ignor… 248 …up benchmarks read 100000 keys from a database using `readwhilewriting`. Range scan benchmarks used 280 after it passes a threshold). In the future, a specialized data structure can be used for storing
|
| D | 2017-05-12-partitioned-index-filter.markdown | 8 …performance by i) occupying the block cache space that could otherwise be used for caching data, i… 16 …used to cache 1000s of data blocks (of size 4KB). This would result in more cache misses for data …
|
| D | 2014-06-27-avoid-expensive-locks-in-get.markdown | 16 At the beginning of `GetImpl()`, it used to do this: 32 …used to track global super version number. Subsequent reads simply compare the local super version…
|
| D | 2016-07-26-rocksdb-4-8-released.markdown | 15 …BackupableDB). Now, BackupEngine should be used for creating backups, and BackupEngineReadOnly sho…
|
| D | 2014-03-27-how-to-backup-rocksdb.markdown | 73 …ays calculated for any backuped file (including sst, log, and etc). It is used to make sure files … 84 … is an option in `BackupableDBOptions` to set `backup_env`, which will be used for all file I/O re… 86 `BackupableDBOptions::info_log` is a Logger object that is used to print out LOG messages if not-nu…
|
| D | 2015-06-12-rocksdb-in-osquery.markdown | 10 Check out [this](https://code.facebook.com/posts/1411870269134471/how-rocksdb-is-used-in-osquery/) …
|
| D | 2014-06-27-rocksdb-3-2-release.markdown | 17 …* Add AdaptiveTableFactory, which is used to convert from a DB of PlainTable to BlockBasedTabe, or…
|
| D | 2014-09-15-rocksdb-3-5-release.markdown | 26 …1. The Prefix Extractor used with V2 compaction filters is now passed user key to SliceTransform::…
|
| D | 2015-07-22-rocksdb-is-now-available-in-windows-platform.markdown | 10 Over the past 6 months we have seen a number of use cases where RocksDB is successfully used by the…
|
| D | 2017-12-19-write-prepared-txn.markdown | 25 …so used as the identifier for the transaction. At commit time, it writes a commit marker to the WA…
|
| /rocksdb-6.9/docs/_docs/ |
| D | faq.md | 26 RocksDB can be used by applications that need low latency database accesses. Possibilities include: 36 …used in a number of backend systems at Facebook. In the Facebook newsfeed’s backend, it replaced a…
|
| D | getting-started.md | 14 This overview gives some simple examples of how RocksDB is used. For the story of why RocksDB was c… 72 These are just simple examples of how RocksDB is used. The full documentation is currently on the […
|
| /rocksdb-6.9/docs/ |
| D | _config.yml | 26 # So you will see these used throughout the Jekyll code in this template. 38 # secondary should be a subtle light or dark color used on page backgrounds
|
| D | TEMPLATE-INFORMATION.md | 5 …ts - you'll want to update `favicon.png`, `logo.svg`, and `og_image.png` (used for Like button sto… 17 … editing `nav.yml` and keeping the existing title/href/category structure used there. Although the…
|
| /rocksdb-6.9/memtable/ |
| D | inlineskiplist_test.cc | 276 std::unordered_set<Key> used; in TEST_F() local 284 if (used.insert(s).second) { in TEST_F() 293 if (used.insert(s).second) { in TEST_F()
|
| /rocksdb-6.9/docs/_data/ |
| D | features.yml | 13 …ation-data-caching-using-ssds.html) to embedded workloads, RocksDB can be used for a variety of da…
|
| /rocksdb-6.9/tools/rdb/ |
| D | README.md | 3 RDB is a NodeJS-based shell interface to RocksDB. It can also be used as a
|
12