Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 31) sorted by relevance

12

/rocksdb-6.9/java/src/test/java/org/rocksdb/test/
DRocksJunitRunner.java62 public RocksJunitListener(final JUnitSystem system) { in RocksJunitListener() argument
63 this(system.out()); in RocksJunitListener()
157 final JUnitSystem system = new RealSystem(); in main() local
158 runner.addListener(new RocksJunitListener(system)); in main()
/rocksdb-6.9/build_tools/
Dfb_compile_mongo.sh17 ALLOC=system
53 --use-system-snappy \
/rocksdb-6.9/java/
DRELEASE.md3 …e cross-platform jar can be used on any 64-bit OSX system, 32-bit Linux system, or 64-bit Linux sy…
/rocksdb-6.9/utilities/
Denv_librados.md2 …tomized RocksDB Env to use RADOS as the backend file system of RocksDB. It overrides all file syst…
86 cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_SSL=system \
/rocksdb-6.9/
DWINDOWS_PORT.md29 ## Build system
30 We have chosen CMake as a widely accepted build system to build the Windows port. It is very fast a…
35 …d be beneficial to merge the existing make-based build system and the new cmake-based build system
69 … read-ahead log via `fadvise` mechanism. Windows does not have `fadvise` system call. What is more…
Dthirdparty.inc170 # This makes use of built-in Windows API, no additional includes, links to a system lib
182 # We are using the implementation provided by the system
DDEFAULT_OPTIONS_HISTORY.md15 …TailRecords to kPointInTimeRecovery. Avoid some false positive when file system or hardware reorde…
DCOPYING163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
221 through that system in reliance on consistent application of that
222 system; it is up to the author/donor to decide if he or she is willing
223 to distribute software through any other system and a licensee cannot
DUSERS.md37 Iron.io is using RocksDB as a storage engine for their distributed queueing system.
54 [Alluxio](https://www.alluxio.io) uses RocksDB to serve and scale file system metadata to beyond 1 …
DINSTALL.md114 …* You can either install RocksDB from the Ports system using `cd /usr/ports/databases/rocksdb && m…
/rocksdb-6.9/docs/
DREADME.md21 > version of Ruby for your Mac OS X system.
56 …version of Jekyll from our `Gemfile`. Just running `jekyll` will use the system version and may no…
/rocksdb-6.9/docs/_posts/
D2015-06-12-rocksdb-in-osquery.markdown10 …reeded) about how osquery leverages RocksDB to build an embedded pub-sub system. This article is a…
D2018-02-05-rocksdb-5-10-2-released.markdown12 …gorithm `crc32c_3way` on supported platforms to improve performance. The system will choose to use…
D2014-03-27-how-to-backup-rocksdb.markdown73 … log, and etc). It is used to make sure files are kept sound in the file system. Checksum is also …
115 …ed between backups. If a mismatch is detected, backup is aborted and the system is restored back t…
D2014-05-14-lock.markdown35 …to hard drives takes several milliseconds. It can be even longer if file system journal is involve…
49 …ened and those metadata is loaded. In some cases, users want to tune the system in a way that tabl…
D2014-03-27-how-to-persist-in-memory-rocksdb-database.markdown16 …le is obsolete). However, if your table file is stored in in-memory file system, you may need the …
D2014-06-27-avoid-expensive-locks-in-get.markdown27 …t beyond 8 cores. Running 32 read threads on a 32-core CPU leads to [70% system CPU usage](https:/…
D2015-11-16-analysis-file-read-latency-by-level.markdown10 … verifying effective of the OS page caching is challenging, because file system is a black box to …
/rocksdb-6.9/examples/
Dcompaction_filter_example.cc63 int ret = system("rm -rf /tmp/rocksmergetest"); in main()
/rocksdb-6.9/logging/
Dauto_roll_logger_test.cc73 ASSERT_TRUE(system(deleteCmd.c_str()) == 0); in InitTestDb()
652 ASSERT_EQ(system(deleteCmd.c_str()), 0); in TEST_F()
/rocksdb-6.9/docs/_docs/
Dgetting-started.md18 A rocksdb database has a name which corresponds to a file system directory. All of the contents of …
/rocksdb-6.9/db_stress_tool/
DMakefile161 …CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefil…
472 …CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefil…
/rocksdb-6.9/tools/
DMakefile161 …CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefil…
496 …CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefil…
Dldb_test.py35 return os.system(cmd + " 2>/dev/null ")
/rocksdb-6.9/CMakeFiles/
DMakefile2694 # Special rule to run CMake to check the build system integrity.
698 …$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makef…

12