You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2023/01/06 22:37:05 UTC

[GitHub] [samza] shekhars-li opened a new pull request, #1648: Update RocksDB to version 7.8.3 to reduce write amplification

shekhars-li opened a new pull request, #1648:
URL: https://github.com/apache/samza/pull/1648

   What: Updated RocksDB to version 7.8.3
   Why: This version reduces the write compaction by aligning compaction output file boundaries. More details can be found in [this blog post](http://rocksdb.org/blog/2022/10/31/align-compaction-output-file.html). TL;DR: Write amplification was observed to be reduced by 10% by optimizing cutting the compaction output file earlier. 
   How: Feature is enabled by default in version 7.8.0 and above of RocksDB. 
   Tests: None. Past tests were re-run to verify they are still passing.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [samza] mynameborat commented on pull request #1648: Update RocksDB to version 7.8.3 to reduce write amplification

Posted by GitBox <gi...@apache.org>.
mynameborat commented on PR #1648:
URL: https://github.com/apache/samza/pull/1648#issuecomment-1376380697

   @shekhars-li can you run the build locally/publish another dummy commit to trigger the checks again? 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [samza] mynameborat merged pull request #1648: Update RocksDB to version 7.8.3 to reduce write amplification

Posted by GitBox <gi...@apache.org>.
mynameborat merged PR #1648:
URL: https://github.com/apache/samza/pull/1648


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org