baojinri opened a new issue, #1592: URL: https://github.com/apache/horaedb/issues/1592
### Describe This Problem Now, when meta information of TimeMergeStorage changes, the efficiency of persisting manifest sst files is very low. Each time, the new sst file will be added to the manifest and then persisted it whole. ### Proposal Each time, the new sst file will be persisted instantly, then add the new sst into snapshot background. The manifest file is organized as follows: ``` /root/manifest/snapshot /root/manifest/new_sst_0 /root/manifest/new_sst_1 /root/manifest/new_sst_2 ... ``` ### Additional Context _No response_ -- 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]
