ChenSammi commented on issue #665: HDDS-3160. Disable index and filter block 
cache for RocksDB.
URL: https://github.com/apache/hadoop-ozone/pull/665#issuecomment-600570432
 
 
   Hi @elek , thanks for the patch.  I tried it locally and got 50% performance 
gain.  I tested two approach,
   1. disable index and filter block cache
   2.  enable index and filter block cache, change block cache size from 256MB 
to 1GB.  
   They has the same effect while I read-write 10 million keys. 
   
   So I'm wondering if we can make these two configurable. User can choose the 
approach according to their hardware resource and key size. For example, 1GB is 
enough for 100 millions keys.  When we want to host 1000 million keys, we may 
want to configure a higher block cache size.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to