Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 84) sorted by relevance

1234

/rocksdb-6.9/docs/_posts/
D2014-03-27-how-to-persist-in-memory-rocksdb-database.markdown10 …ning in-memory database with RocksDB is easy -- just mount your RocksDB directory on tmpfs or ramf…
18 Options::wal_dir is the directory where RocksDB stores write-ahead log files. If you configure this…
19 …the timeout is non-zero, obsolete log files will be moved to `archive/` directory under Options::w…
21 Let's assume Options::wal_dir is a directory on persistent storage and Options::WAL_ttl_seconds is …
25directory. Since we didn't include log files in the backup, we need to make sure that restoring th…
32 * Set DB directory to tmpfs or ramfs mounted drive
36 * Set Options::wal_log to a directory on persistent storage
D2015-11-10-use-checkpoints-for-efficient-snapshots.markdown10 … ability to take a snapshot of a running RocksDB database in a separate directory. Checkpoints can…
15 …eate a consistent snapshot of a given RocksDB database in the specified directory. If the snapshot…
30 …eckpoint object and a directory, the CreateCheckpoint function creates a consistent snapshot of th…
40directory should not already exist and will be created by this API. The directory will be an absol…
D2014-03-27-how-to-backup-rocksdb.markdown41 …er is the location of log files (In some DBs they are different from DB directory, but usually the…
73directory (for more details on what gets copied, see "Under the hood"). Checksum is always calcula…
90 …data` to true, creating new `BackupableDB` will delete all the old backups in the backup directory.
92 …n copy the DB files to the backup directory. Doing so will prevent log files from being copied to …
115directory. Since table files are immutable and filenames unique, we don't copy a table file that i…
119 …to copy log files to the backup directory. We call `GetSortedWalFiles()` and copy all live files t…
128 …le files might be corrupted. Having corrupted table files in the backup directory is dangerous bec…
D2017-01-06-rocksdb-5-0-1-released.markdown25 …action filters in Lua. To use this feature, LUA_PATH needs to be set to the root directory of Lua.
26 …* No longer populate "LATEST_BACKUP" file in backup directory, which formerly contained the number…
D2014-05-14-lock.markdown69 1. create a separate directory on the same host for a snapshot of the DB.
72 1. for all the files except manifest, add a hardlink file in your new directory pointing to the ori…
75 … now you can open the snapshot directory in another process to access those files. Please remember…
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml116 …gmake[1]: Entering directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-T5ccb…
140 …gmake[1]: Leaving directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-T5ccbk'
269 …gmake[1]: Entering directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-792mu…
292 …gmake[1]: Leaving directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-792muh'
427 …gmake[1]: Leaving directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-pjFRcS'
460 …gmake[1]: Leaving directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-oaNXnG'
493 …gmake[1]: Leaving directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-HiiLqB'
528 …gmake[1]: Leaving directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-qWg3sz'
564 …gmake[1]: Leaving directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-20bgT2'
598 …gmake[1]: Leaving directory '/rdbg-bench/src/rocksdb-6.9/CMakeFiles/CMakeScratch/TryCompile-XgL53I'
[all …]
DMakefile256 # The top-level source directory on which CMake was run.
59 # The top-level build directory on which CMake was run.
63 # Directory level rules for the build root directory
103 # Directory level rules for directory db_stress_tool
105 # Recursive "all" directory target.
109 # Recursive "preinstall" directory target.
113 # Recursive "clean" directory target.
118 # Directory level rules for directory tools
120 # Recursive "all" directory target.
130 # Recursive "preinstall" directory target.
[all …]
/rocksdb-6.9/docs/
DREADME.md3 This directory will contain the user and feature documentation for RocksDB. The documentation will …
15 1. Ensure that you are in the `/docs` directory in your local RocksDB clone (i.e., the same directo…
32 # run this in the 'docs' directory
DCONTRIBUTING.md74 …post-example.md` for an example of the YAML format. **If the `./_posts` directory does not exist, …
86 …world.md` for an example of the YAML header format. **If the `./_docs/` directory does not exist, …
87 - You can use folders in the `./_docs/` directory to organize your content if you want.
/rocksdb-6.9/tools/
Dldb_test.py428 def getManifests(self, directory): argument
429 return glob.glob(directory + "/MANIFEST-*")
431 def getSSTFiles(self, directory): argument
432 return glob.glob(directory + "/*.sst")
434 def getWALFiles(self, directory): argument
435 return glob.glob(directory + "/*.log")
/rocksdb-6.9/java/jmh/
DLICENSE-HEADER.txt3 COPYING file in the root directory) and Apache 2.0 License
4 (found in the LICENSE.Apache file in the root directory).
/rocksdb-6.9/port/
DREADME1 This directory contains interfaces and implementations that isolate the
4 Code in the rest of the package includes "port.h" from this directory.
/rocksdb-6.9/java/
DRELEASE.md11 Once you have these items, run this make command from RocksDB's root source directory:
17 You can find all native binaries and JARs in the java/target directory upon completion:
49 From RocksDB's root directory, first build the Java static JARs:
/rocksdb-6.9/tools/rdb/
DREADME.md22 directory of your rocksdb installation. If not, `cd` there and run
34 located in the root of the `tools/rdb` directory to start the shell. The file is
/rocksdb-6.9/CMakeFiles/core_tools.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/tools.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/
DREADME.md31 …in the COPYING file in the root directory) and Apache 2.0 License (found in the LICENSE.Apache fil…
/rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/docs/_docs/
Dgetting-started.md18 … name which corresponds to a file system directory. All of the contents of database are stored in …
/rocksdb-6.9/CMakeFiles/build_version.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/memtablerep_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/table_reader_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/filter_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/cache_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.
/rocksdb-6.9/CMakeFiles/range_del_aggregator_bench.dir/
Dbuild.make55 # The top-level source directory on which CMake was run.
58 # The top-level build directory on which CMake was run.

1234