JingsongLi commented on PR #1770: URL: https://github.com/apache/incubator-paimon/pull/1770#issuecomment-1672919328
> Hi, @JingsongLi ,currently in paimon, flink look up join is leveraging rocksdb's backend storage capabilities. This is a conversion from the original memory to back-end storage, and the timeliness is not inferior. However, I have a question: paimon has the storage capability of LSM, why not use the ordering capability of LSM to implement lookup? Yes, we can change to lookup LSM directly if the lookup key is the primary key of the table. This is a TODO. -- 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]
