leaves12138 opened a new issue, #1177: URL: https://github.com/apache/incubator-paimon/issues/1177
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Motivation Widen a foreign key dimension table by flink stream join job is too expensive. We can handle this by join two tables in paimon storage. For example: Table 1: id name (primary key is id) Table 2: out_id my_id price (primary key is my_id, out_id is a foreign key of Table 1 id) We want Table 3: out_id my_id price name Through flink join job, it's expensive for resource(join waste memory). ### Solution Not clear now, maybe we can create paimon view or something like this. ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
