Searched refs:A (Results 1 – 25 of 63) sorted by relevance
123
470 using A = LoggingForwardVectorIterator::Action; in TEST_P() typedef471 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 …]
33 template <int A, int B>35 static const int result = (A > B) ? A : B;
28 * 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.
16 ## Opening A Database18 A rocksdb database has a name which corresponds to a file system directory. All of the contents of …49 ## Closing A Database
149 # define XXH_CAT(A,B) A##B argument150 # define XXH_NAME2(A,B) XXH_CAT(A,B) argument
27 A = 16807 // bits 14, 8, 7, 5, 2, 1, 0 enumerator49 uint64_t product = seed_ * A; in Next()
329 static struct A { in StaticMeta() struct330 ~A() { in StaticMeta() argument
59 #define VPERM(A, B, C, D) vperm A, B, C, D argument61 #define VPERM(A, B, C, D) argument
13 # type's namespace. A section header looks like:17 # Condition and Suggestion sections. A Rule is triggered only when all of its21 # A Condition must be associated with a data source specified by the parameter23 # A condition can be associated with one or more Rules.25 # A Suggestion is an advised change to a Rocksdb option to improve the
22 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…
64 …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…
2 title: "DeleteRange: A New Native RocksDB Operation"77 A second solution we considered is appending to the manifest. This file is86 A third candidate is using a separate column family. This has similar problems162 unsearchable form of A and converting it to the form of B, which is
33 …* A tool to migrate DB after options change. See include/rocksdb/utilities/option_change_migration…
39 A very interesting question asked by a massive number of guests is: does RocksDB plan to provide re…
3 # A typical RocksDB options file has four sections, which are20 # A statement is of the form option_name = value.
26 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
3 title: RocksDB | A persistent key-value store
48 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 extent286 WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR299 DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
12 string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
1095 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;
22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1 ## RocksDB: A Persistent Key-Value Store for Flash and RAM Storage
36 # A target that is always out of date.