anand1976

Results 4 issues of anand1976

The current integration with folly requires cherry-picking folly source files to include in RocksDB for external CI builds. Its not scaleable as we depend on more features in folly, such...

CLA Signed

RocksDB added support for a SecondaryCache in #8271, #8191 and #8312. The SecondaryCache is an additional tier of caching below the block cache. It can be used to provide a...

enhancement
up-for-grabs

Disable the RocksDB follower code for Windows to prevent errors like - ` fbcode\rocksdb\src\env\fs_on_demand.cc:184:10: error: no member named 'for_each' in namespace 'std' std::for_each(rchildren.begin(), rchildren.end(), [&](std::string& name) { ~~~~~^ `

CLA Signed

@adamretter The 9.2.fb branch is ready for testing the Java build. Let me know if you find any issues.