chaoyli opened a new issue #1759: Support multi-path in RowsetGraph URL: https://github.com/apache/incubator-doris/issues/1759 Before, no used rowset will be removed from RowsetGraph after compaction. There will only one path from one version to another version. For example, (0,1), (1,10), (11, 11), (12,12), (13,13) version list. There is no problem in current code. But when decoupling storage from compute, TabletMeta will stored in remote store. If any compaction do modify tablet meta, this will be a performance issue to save meta.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
