zuston opened a new pull request, #8658:
URL: https://github.com/apache/paimon/pull/8658

   ### Purpose
   
   We plan to use Apache Paimon as the cold storage layer for Fluss primary-key 
tables. The Fluss Flink connector will provide hybrid lookup: active partitions 
are queried from Fluss, while expired partitions fall back to Paimon.
   
   Since fallback lookups are infrequent and sparse, building a local SST from 
the entire data file on the first LocalTableQuery access introduces significant 
and difficult-to-amortize overhead. For this workload, directly pushing 
primary-key lookups down to the underlying Parquet files should provide better 
latency and efficiency.
   
   ### Tests
   


-- 
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]

Reply via email to