Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 86) sorted by relevance

1234

/rocksdb-6.9/CMakeFiles/
DMakefile266 all: CMakeFiles/build_version.dir/all
67 all: CMakeFiles/rocksdb.dir/all
68 all: CMakeFiles/rocksdb-shared.dir/all
69 all: CMakeFiles/db_bench.dir/all
70 all: CMakeFiles/cache_bench.dir/all
71 all: CMakeFiles/memtablerep_bench.dir/all
74 all: CMakeFiles/filter_bench.dir/all
75 all: CMakeFiles/hash_table_bench.dir/all
76 all: tools/all
77 all: db_stress_tool/all
[all …]
/rocksdb-6.9/docs/_posts/
D2014-03-27-how-to-backup-rocksdb.markdown28 …_backup". Creating new BackupableDB consumes DB* and you should be calling all the DB methods on o…
73 … call to get a list of all backups together with information on timestamp of the backup and the si…
84 …ch will be used for all file I/O related to backup dir (writes when backuping, reads when restorin…
90 …ptions::destroy_old_data` to true, creating new `BackupableDB` will delete all the old backups in …
115 …opy that file to the backup directory. However, checksum is calculated for all files regardless if…
119 … log files to the backup directory. We call `GetSortedWalFiles()` and copy all live files to the b…
128 …at case, we will delete any backup newer than `LATEST_BACKUP` and clean up all the files since som…
D2014-05-14-lock.markdown12 …ere is only one single major lock, the DB mutex (DBImpl.mutex_) protecting all the meta operations…
27 …k contention will become the bottleneck. This is especially true if you store all your data in RAM.
29all those mem table and SST tables, so that readers only need to increase the reference counters f…
48 When I said there was only one single major lock, I was lying. In RocksDB, all LRU caches had exclu…
49 …roduce a mode where table cache is bypassed in read queries. In this mode, all table handlers are …
53 With all of those improvements, lock contention is not a bottleneck anymore, which is shown in our …
72 1. for all the files except manifest, add a hardlink file in your new directory pointing to the ori…
81 Will this consistency problem of RocksDB all occurs in case of single put/write?
82 What all ACID properties is supported by RocksDB, only durability irrespective of single or batch w…
86 …optimistic transaction](https://reviews.facebook.net/D33435) which can help you ensure all of ACID.
D2015-07-17-spatial-indexing-in-rocksdb.markdown10 …e building our own, we looked at the existing spatial databases. They were all very good technolog…
37 …l only be indexed on higher zoom level's index. Country borders will be indexes on all zoom levels.
52 After you're done inserting all the features, you can call an API Compact() that will compact the d…
61 …terested in, and 2) a zoom level. We find all tiles that intersect with the query's bounding box a…
D2014-09-12-new-bloom-filter-format.markdown12all data stored in memory, files stored in tmpfs/ramfs, an [example](https://github.com/facebook/r…
35 New bloom filter creates filter for all keys in SST file and we name it "full filter". The data str…
47 …t just buffer a small amount of keys. For full filter, we buffer hashes of all keys, which would t…
D2015-07-23-dynamic-level.markdown17 …educe size of the level. More compactions will be triggered until sizes of all the levels are lowe…
23all the data all to the last level, the size of level will be equal as the size of last level befo…
D2015-02-27-write-batch-with-index.markdown14all writes in the end of the transaction in one batch, you cannot get the updated value from Rocks…
16 …names. In the end, they call `db->Write(write_batch)` to atomically update all those batched opera…
D2017-01-06-rocksdb-5-0-1-released.markdown10 * Options::max_bytes_for_level_multiplier is now a double along with all getters and setters.
19 …is replaced with DB::IngestExternalFile(). DB::IngestExternalFile() remove all the restrictions th…
D2016-09-28-rocksdb-4-11-2-released.markdown14 * WAL without data for all CFs is not deleted after recovery.
41 …* enum type CompressionType and PerfLevel changes from char to unsigned char. Value of all PerfLev…
D2016-01-29-compaction_pri.markdown22 If all the updates are uniformly distributed, LevelDB's approach optimizes write amplification, bec…
28 …s are seldom updated. If level 1 contains 20 keys, we want to keep 150-160 all stay in level 1. Be…
40 …em in a different way: we have an external service checking modify time of all SST files. If any o…
43 In all, there three choices of compaction priority modes optimizing different scenarios. if you hav…
D2014-09-12-cuckoo.markdown50 … __hn__(k)_. We insert the key in the first hash location that is free. If all the locations are b…
67 …ckoo block, we couldn't have an optimal prefetching strategy - prefetching all hash locations for …
71 …to insert it in next few buckets, _h1(k)+1, _h1(k)+2, _..., h1(k)+t-1_. If all of these _t_ locati…
D2018-11-21-delete-range.markdown19 a table or index involves deleting all the keys with that prefix.
27 product is removed, all these keys must be deleted.
45 disadvantage of outputting tombstones to all but the bottom level. That's
66 with all the guarantees of any other write, like atomicity, crash-recovery, etc.
137 During flush and compaction, we chose to write out all non-obsolete range
222 For range scans, we create iterators over all the fragmented range
229 collapsed representation of all range tombstones). As a result, very long range scans may become
D2017-12-19-write-prepared-txn.markdown16 …, where `::Commit` is invoked and the transaction writes become visible to all readers. To make th…
25 …amily); We reuse the existing notion of sequence numbers in RocksDB to tag all the key/values in t…
27 …mit entries. Looking up the entries in the cache must be enough for almost all th transactions tha…
/rocksdb-6.9/
DINSTALL.md4 `make` or `make all`. That will compile RocksDB in debug mode, which is much slower
17 * `make check` will compile and run all the unit tests. `make check` will compile RocksDB in debug …
19 * `make all` will compile our static library, and all our tools and unit tests. Our tools
20 depend on gflags. You will need to have gflags installed to run `make all`. This will compile Rocks…
21 use binaries compiled by `make all` in production.
DCOPYING14 software--to make sure the software is free for all its users. This
34 gratis or for a fee, you must give the recipients all the rights that
54 patent must be licensed for everyone's free use or not licensed at all.
82 copyright notice and disclaimer of warranty; keep intact all the
93 above, provided that you also meet all of these conditions:
100 part thereof, to be licensed as a whole at no charge to all third
157 code means all the source code for all modules it contains, plus any
186 all its terms and conditions for copying, distributing or modifying
204 may not distribute the Program at all. For example, if a patent
206 all those who receive copies directly or indirectly through you, then
[all …]
DCMakeCache.txt38 //Flags used by the ASM compiler during all build types.
72 //Flags used by the CXX compiler during all build types.
99 //Flags used by the C compiler during all build types.
117 //Flags used by the linker during all build types.
196 // all build types.
255 // during all build types.
282 // during all build types.
308 // .SILENT directive, and all commands will be echoed to the console
310 // Studio IDE projects all commands are done without /nologo.
DWINDOWS_PORT.md24 * make all unit test pass both in debug and release builds.
34 The top-level CMakeLists.txt file contains description of all targets and build rules. It also prov…
35 …-based build system and the new cmake-based build system into a single one to use on all platforms.
40 …omings of C++11 support in the current version of the MS compiler. Most or all of them are expecte…
60 * Implement all posix_env disk access functionality.
68 For disk access we implemented all of the functionality present within the posix_env which includes…
75 …ned with another handle at the same time. We had to relax and allow nearly all the concurrent acce…
/rocksdb-6.9/examples/
DREADME.md2 2. Compile all examples: `cd examples/; make all`
/rocksdb-6.9/docs/
DLICENSE-DOCUMENTATION12 disclaims all liability for damages resulting from their use to the
30 Licensors should also secure all rights necessary before
49 such as asking that all changes be marked or described.
108 all Copyright and Similar Rights that apply to Your use of the
155 all media and formats whether now known or hereafter created,
204 licensing scheme. In all other cases the Licensor expressly
264 to extract, reuse, reproduce, and Share all or a substantial
267 b. if You include all or a substantial portion of the database
273 all or a substantial portion of the contents of the database.
305 waiver of all liability.
DTEMPLATE-INFORMATION.md7 …safely leave them and not include them in your navigation - Jekyll renders all of this before a cl…
13 ….md` which contains the bulk of the main content below the header. This is all markdown if you wan…
/rocksdb-6.9/CMakeFiles/Export/7a006447cadce6044e9a8143a913fd66/
DRocksDBTargets.cmake42 …message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets …
85 # Loop over all imported files and verify that they actually exist
99 but not all the files it references.
/rocksdb-6.9/db_stress_tool/
DMakefile5 default_target: all
134 all: cmake_check_build_system target
136 cd /rdbg-bench/src/rocksdb-6.9 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 db_stress_tool/all
138 .PHONY : all
150 preinstall: all
/rocksdb-6.9/java/
DMakefile202 JAVA_MOCKITO_JAR = $(JAVA_TEST_LIBDIR)/mockito-all-1.10.19.jar
293 …to-all/1.10.19/mockito-all-1.10.19.jar $(JAVA_TEST_LIBDIR) || curl --fail --insecure --output "$(J…
DRELEASE.md17 You can find all native binaries and JARs in the java/target directory upon completion:
57 3. If all is well, follow [these steps](https://oss.sonatype.org/#stagingRepositories) to close the…
/rocksdb-6.9/tools/
DMakefile5 default_target: all
134 all: cmake_check_build_system target
136 cd /rdbg-bench/src/rocksdb-6.9 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tools/all
138 .PHONY : all
150 preinstall: all

1234