Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 63) sorted by relevance

123

/rocksdb-6.9/db/compaction/
Dcompaction_iterator_test.cc470 using A = LoggingForwardVectorIterator::Action; in TEST_P() typedef
471 using T = A::Type; in TEST_P()
472 std::vector<A> expected_actions = { in TEST_P()
473 A(T::SEEK_TO_FIRST), in TEST_P()
474 A(T::NEXT), in TEST_P()
475 A(T::NEXT), in TEST_P()
476 A(T::SEEK, test::KeyStr("d+", kMaxSequenceNumber, kValueTypeForSeek)), in TEST_P()
477 A(T::NEXT), in TEST_P()
478 A(T::NEXT), in TEST_P()
479 A(T::SEEK, test::KeyStr("g+", kMaxSequenceNumber, kValueTypeForSeek)), in TEST_P()
[all …]
/rocksdb-6.9/include/rocksdb/
Dthread_status.h33 template <int A, int B>
35 static const int result = (A > B) ? A : B;
/rocksdb-6.9/docs/_docs/
Dfaq.md28 * A user-facing application that stores the viewing history and state of users of a website.
29 * A spam detection application that needs fast access to big data sets.
30 * A graph-search query that needs to scan a data set in realtime.
31 * A cache data from Hadoop, thereby allowing applications to query Hadoop data in realtime.
32 * A message-queue that supports a high number of inserts and deletes.
Dgetting-started.md16 ## Opening A Database
18 A rocksdb database has a name which corresponds to a file system directory. All of the contents of …
49 ## Closing A Database
/rocksdb-6.9/util/
Dxxhash.h149 # define XXH_CAT(A,B) A##B argument
150 # define XXH_NAME2(A,B) XXH_CAT(A,B) argument
Drandom.h27 A = 16807 // bits 14, 8, 7, 5, 2, 1, 0 enumerator
49 uint64_t product = seed_ * A; in Next()
Dthread_local.cc329 static struct A { in StaticMeta() struct
330 ~A() { in StaticMeta() argument
Dcrc32c_ppc_asm.S59 #define VPERM(A, B, C, D) vperm A, B, C, D argument
61 #define VPERM(A, B, C, D) argument
/rocksdb-6.9/tools/advisor/advisor/
Drules.ini13 # type's namespace. A section header looks like:
17 # Condition and Suggestion sections. A Rule is triggered only when all of its
21 # A Condition must be associated with a data source specified by the parameter
23 # A condition can be associated with one or more Rules.
25 # A Suggestion is an advised change to a Rocksdb option to improve the
/rocksdb-6.9/docs/_posts/
D2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown22 Level 1 has 2 files and level 2 has 8 files. Now, we want to look up key 80. A binary search based …
24 … get key 230. A binary search on level 1 locates to file 2 (this also implies key 230 is larger th…
D2014-06-27-avoid-expensive-locks-in-get.markdown64 …resources (e.g., memtables, files) which belong to that version are frozen. A “supervisor” is requ…
69 (1) A reader thread uses CAS to acquire SuperVersion from its local storage and to put in a special…
79 …(CAS) across all threads’ local storage and frees encountered SuperVersion. A reader thread must r…
D2018-11-21-delete-range.markdown2 title: "DeleteRange: A New Native RocksDB Operation"
77 A second solution we considered is appending to the manifest. This file is
86 A third candidate is using a separate column family. This has similar problems
162 unsearchable form of A and converting it to the form of B, which is
D2016-09-28-rocksdb-4-11-2-released.markdown33 …* A tool to migrate DB after options change. See include/rocksdb/utilities/option_change_migration…
D2014-04-02-the-1st-rocksdb-local-meetup-held-on-march-27-2014.markdown39 A very interesting question asked by a massive number of guests is: does RocksDB plan to provide re…
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini3 # A typical RocksDB options file has four sections, which are
20 # A statement is of the form option_name = value.
/rocksdb-6.9/tools/advisor/test/input_files/
DLOG-026 2018/05/25-14:34:21.049000 7f82bd676200 [db/db_impl.cc:563] [col-fam-A] random log message for test…
29 2018/05/25-14:34:21.049020 7f82bd676200 [db/db_impl.cc:653] [col-fam-A] another random log message
/rocksdb-6.9/docs/
Dindex.md3 title: RocksDB | A persistent key-value store
DLICENSE-DOCUMENTATION48 rights in the material. A licensor may make special requests,
185 provided in Section 3(a)(1)(A)(i).
251 information required by Section 3(a)(1)(A) to the extent
286 WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
299 DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
/rocksdb-6.9/db_stress_tool/
Dcmake_install.cmake12 string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
/rocksdb-6.9/tools/
Dcmake_install.cmake12 string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h1095 template <typename Atomic, template <typename> class A, bool T>
1096 auto tryLockNoLoad(Atomic& atomic, DistributedMutex<A, T>&)
1097 -> typename DistributedMutex<A, T>::DistributedMutexStateProxy {
1104 using Proxy = typename DistributedMutex<A, T>::DistributedMutexStateProxy;
/rocksdb-6.9/
DLICENSE.leveldb22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
DREADME.md1 ## RocksDB: A Persistent Key-Value Store for Flash and RAM Storage
/rocksdb-6.9/CMakeFiles/core_tools.dir/
Dbuild.make36 # A target that is always out of date.
/rocksdb-6.9/CMakeFiles/tools.dir/
Dbuild.make36 # A target that is always out of date.

123