Jackie-Jiang commented on issue #11658: URL: https://github.com/apache/pinot/issues/11658#issuecomment-1732749747
It is already done this way, where `TableUpsertMetadataManager` is the pluggable interface, `TableUpsertMetadataManagerFactory` is the factory to plug in custom implementation, `BaseTableUpsertMetadataManager` and `BasePartitionUpsertMetadataManager` contains the general logic of upsert handling independent of the back storage. At StarTree we already have the pluggable off-heap upsert metadata manager, which proves that the current model works. -- 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]
