Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 29) sorted by relevance

12

/rocksdb-6.9/util/
Dhash_test.cc92 uint64_t here = Hash64(str.data(), size, kSeed); in TEST() local
98 EXPECT_EQ(here, (uint64_t{Upper32of64(here)} << 32) | Lower32of64(here)); in TEST()
99 EXPECT_EQ(here, (uint64_t{Upper32of64(here)} << 32) + Lower32of64(here)); in TEST()
100 EXPECT_EQ(here, (uint64_t{Upper32of64(here)} << 32) ^ Lower32of64(here)); in TEST()
104 EXPECT_NE(here, Hash64(str.data(), size, var_seed)); in TEST()
124 uint64_t here = Hash64("", 0, seed); in TEST() local
125 EXPECT_NE(Lower32of64(here), 0u); in TEST()
126 EXPECT_NE(Upper32of64(here), 0u); in TEST()
136 uint64_t here = Hash64(input, len, kSeed); in TEST() local
137 EXPECT_NE(Lower32of64(here), 0u); in TEST()
[all …]
/rocksdb-6.9/docs/
D_config.yml13 # http://jekyllrb.com/news/2016/10/06/jekyll-3-3-is-here/
20 # http://jekyllrb.com/news/2016/10/06/jekyll-3-3-is-here/
28 # http://jekyllrb.com/news/2016/10/06/jekyll-3-3-is-here/
51 # Here you can specify other types of documentation. The names here are `docs`
DTEMPLATE-INFORMATION.md3 … the available settings to your project's standard. When you make changes here, you'll have to kil…
DCONTRIBUTING.md53 Stuff here
/rocksdb-6.9/docs/_posts/
D2015-04-22-integrating-rocksdb-with-mongodb-2.markdown10 Over the last couple of years, we have been busy integrating RocksDB with various services here at …
14 …ocksDB in production and seeing great results! You can read more about it here: [http://blog.parse…
D2019-08-15-unordered-write.markdown19 …. You can read [here](https://github.com/facebook/rocksdb/wiki/unordered_write) to learn about the…
D2015-01-16-migrating-from-leveldb-to-rocksdb-2.markdown54 // add rocksdb specific options here
77 + // add rockdb specific options here
D2014-09-12-new-bloom-filter-format.markdown25 …or each individual data block in SST file. It has complex structure (ref [here](https://github.com…
52 You can refer to the document here for [usage](https://github.com/facebook/rocksdb/wiki/RocksDB-Blo…
D2014-03-27-how-to-persist-in-memory-rocksdb-database.markdown21 … easily backup the snapshot of your database. You can learn more about it here: [How to backup Roc…
27 To reiterate, here's what you have to do:
D2015-07-23-dynamic-level.markdown26 … / 1000GB = 1.111, which is a very good number. However, there is a catch here: how to make sure t…
29 …vel/100 = 2GB, and next level to be size_last_level/1000 = 200MB. We stop here because 200MB is wi…
D2014-09-12-cuckoo.markdown12 …able-Format). This prompted a hashing based file format, which we present here. The new table form…
74 …mproving it further. End to end RocksDB performance results can be found [here](https://github.com…
D2015-07-22-rocksdb-is-now-available-in-windows-platform.markdown12 …unce](http://bit.ly/1OmWBT9) the availability of the Windows Port created here at Microsoft which …
D2015-02-27-write-batch-with-index.markdown18 …terator of the write batch, before checking data in RocksDB. For example, here is the we implement…
D2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown28 …this optimization improves lookup QPS by ~5% for similar setup mentioned [here](https://github.com…
D2017-05-12-partitioned-index-filter.markdown34 Learn more [here](https://github.com/facebook/rocksdb/wiki/Partitioned-Index-Filters).
D2017-12-19-write-prepared-txn.markdown41 Learn more [here](https://github.com/facebook/rocksdb/wiki/WritePrepared-Transactions).
D2017-06-26-17-level-based-changes.markdown60 …ensive benchmarking of this feature's impact on MyRocks. See his results [here](http://smalldatum.…
/rocksdb-6.9/docs/doc-type-examples/
Ddocs-hello-world.md12 …you can remove the entire `_docs` folder. Otherwise add markdown files in here. See CONTRIBUTING.m…
D2016-04-07-blog-post-example.md21 …ou can remove the entire `_posts` folder. Otherwise add markdown files in here. See CONTRIBUTING.m…
/rocksdb-6.9/
DCONTRIBUTING.md14 Complete your CLA here: <https://code.facebook.com/cla>
DUSERS.md27 …gine for their biggest distributed data store Sherpa. Learn more about it here: http://yahooeng.tu…
51 …engine for their personalized search service. You can learn more about it here: https://www.youtub…
DREADME.md19 Start with example usage here: https://github.com/facebook/rocksdb/tree/master/examples
DWINDOWS_PORT.md12 … We would like to explore the opportunity to embrace open source, RocksDB here, to use, enhance an…
42 We plan to use this port for our business purposes here at Bing and this provided business justific…
DINSTALL.md53 If this doesn't work and you're using Ubuntu, here's a nice tutorial:
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml126 #include "..." search starts here:
127 #include <...> search starts here:
187 ignore line: [#include "..." search starts here:]
188 ignore line: [#include <...> search starts here:]
279 #include "..." search starts here:
280 #include <...> search starts here:
337 ignore line: [#include "..." search starts here:]
338 ignore line: [#include <...> search starts here:]

12