Home
last modified time | relevance | path

Searched refs:big (Results 1 – 15 of 15) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2014-09-12-new-bloom-filter-format.markdown12 …ad-Performance-Benchmarks) workload. The main idea behind is to generate a big filter that covers …
35 …e it "full filter". The data structure of full filter is very simple, there is just one big filter:
45 Though it is a big filter, the total filter size would be the same as the original filter.
D2015-04-22-integrating-rocksdb-with-mongodb-2.markdown14 The next big challenge for us is to bring RocksDB storage engine to general purpose databases. Toda…
D2014-04-07-rocksdb-2-8-release.markdown24 …sers to do partial merges against multiple operands. This function enables big speedups for worklo…
D2017-05-12-partitioned-index-filter.markdown14 ### What is the big deal with large index/filter blocks?
D2014-06-27-avoid-expensive-locks-in-get.markdown27 …e counter and returns “this” pointer. However, this simple operation posed big challenges for in-m…
D2015-07-17-spatial-indexing-in-rocksdb.markdown14 …project, the first thing that surprised us was that our planet is not that big. Earth's entire map…
/rocksdb-6.9/
DDUMP_FORMAT.md7 2) The magic is followed by an 8 byte big-endian version which is 0x00000001.
DROCKSDB_LITE.md13 When adding a new big feature to RocksDB, please add ROCKSDB_LITE compile guard if:
DWINDOWS_PORT.md227 We think that there is still big room to improve the performance, which will be an ongoing effort f…
DCMakeLists.txt418 # no debug info for IOS, that will make our library big
DHISTORY.md918 …ant to roll back to a previous version, you need to compact all files to a big file in level 0 (by…
938 * Potentially big performance improvements if you're using RocksDB with lots of column families (10…
/rocksdb-6.9/docs/_docs/
Dfaq.md29 * A spam detection application that needs fast access to big data sets.
34 ## How big is RocksDB adoption?
/rocksdb-6.9/docs/_sass/
D_reset.scss3 a, abbr, acronym, address, big, cite, code,
/rocksdb-6.9/db/
Ddb_io_failure_test.cc129 std::string big(100000, 'x'); in TEST_F() local
132 if (!Put("foo", big).ok()) { in TEST_F()
Ddb_test.cc1772 std::string big = RandomString(&rnd, 50000); in TEST_F() local
1773 Put(1, "foo", big); in TEST_F()
1782 ASSERT_EQ(big, Get(1, "foo", snapshot)); in TEST_F()
1785 ASSERT_EQ(AllEntriesFor("foo", 1), "[ tiny, " + big + " ]"); in TEST_F()