jiacai2050 commented on code in PR #141: URL: https://github.com/apache/horaedb-docs/pull/141#discussion_r1815150079
########## content/en/docs/design/compaction_offload.md: ########## @@ -0,0 +1,94 @@ +--- +title: "Compaction Offload" +--- + +**Note: This feature is still in development.** + +This chapter discusses compaction offload, which is designed to separate the compaction workload from the local horaedb nodes and delegate it to external compaction nodes. + +## Overview + +```plaintext +┌───────────────────────────────────────────────────────────────────────┐ +│ │ +│ HoraeMeta Cluster │ +│ │ +└───────────────────────────────────────────────────────────────────────┘ + ▲ ▲ | | Review Comment: We need to add sequence number to illustrate how the process will go. Like the first image in rocksdb: https://github.com/facebook/rocksdb/wiki/Remote-Compaction-(Experimental) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
