[ 
https://issues.apache.org/jira/browse/HDDS-12173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17947369#comment-17947369
 ] 

Wei-Chiu Chuang commented on HDDS-12173:
----------------------------------------

Weird it didn't fail on my laptop though. :(

> Follow RocksDB basic tuning guide
> ---------------------------------
>
>                 Key: HDDS-12173
>                 URL: https://issues.apache.org/jira/browse/HDDS-12173
>             Project: Apache Ozone
>          Issue Type: Task
>            Reporter: Wei-Chiu Chuang
>            Assignee: Kiruthiga Prabakaran
>            Priority: Minor
>              Labels: pull-request-available
>
> https://github.com/facebook/rocksdb/wiki/Setup-Options-and-Basic-Tuning
> Comparing RocksDB's basic tuning guide, and DBProfile 
> https://github.com/apache/ozone/blob/master/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/DBProfile.java#L72
> we're missing a few configuration properties:
> {quote}
> opts.max_background_jobs = 6;
> options.compaction_pri = kMinOverlappingRatio;
> table_options.cache_index_and_filter_blocks = true;
> {quote}
> This is nice to have, not super critical.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to