Searched refs:big (Results 1 – 15 of 15) sorted by relevance
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-09-12-new-bloom-filter-format.markdown | 12 …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.
|
| D | 2015-04-22-integrating-rocksdb-with-mongodb-2.markdown | 14 The next big challenge for us is to bring RocksDB storage engine to general purpose databases. Toda…
|
| D | 2014-04-07-rocksdb-2-8-release.markdown | 24 …sers to do partial merges against multiple operands. This function enables big speedups for worklo…
|
| D | 2017-05-12-partitioned-index-filter.markdown | 14 ### What is the big deal with large index/filter blocks?
|
| D | 2014-06-27-avoid-expensive-locks-in-get.markdown | 27 …e counter and returns “this” pointer. However, this simple operation posed big challenges for in-m…
|
| D | 2015-07-17-spatial-indexing-in-rocksdb.markdown | 14 …project, the first thing that surprised us was that our planet is not that big. Earth's entire map…
|
| /rocksdb-6.9/ |
| D | DUMP_FORMAT.md | 7 2) The magic is followed by an 8 byte big-endian version which is 0x00000001.
|
| D | ROCKSDB_LITE.md | 13 When adding a new big feature to RocksDB, please add ROCKSDB_LITE compile guard if:
|
| D | WINDOWS_PORT.md | 227 We think that there is still big room to improve the performance, which will be an ongoing effort f…
|
| D | CMakeLists.txt | 418 # no debug info for IOS, that will make our library big
|
| D | HISTORY.md | 918 …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/ |
| D | faq.md | 29 * 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.scss | 3 a, abbr, acronym, address, big, cite, code,
|
| /rocksdb-6.9/db/ |
| D | db_io_failure_test.cc | 129 std::string big(100000, 'x'); in TEST_F() local 132 if (!Put("foo", big).ok()) { in TEST_F()
|
| D | db_test.cc | 1772 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()
|