empiredan commented on pull request #646: URL: https://github.com/apache/incubator-pegasus/pull/646#issuecomment-733689877
> > If `rocksdb_cache_index_and_filter_blocks = false`, you have to use `rocksdb_max_open_files` to take control. > > Why is the two configs relevant? If `rocksdb_cache_index_and_filter_blocks=false`, table reader will pre-load index and filter blocks from files, whose number can be limited by `rocksdb_max_open_files`, to control the memory consumption. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
