hudi-bot opened a new issue, #15007: URL: https://github.com/apache/hudi/issues/15007
Today inline reading can only be turned on for the entire metadata table. Mean all partitions either have this feature enabled or not. But, for smaller partitions like "files" inline is not preferable as it turns off external spillable map caching of records. Where as for other partitions like bloom_filters, inline reading is preferred. We need Partition specific inline reading strategy for metadata table. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-3317 - Type: Improvement - Epic: https://issues.apache.org/jira/browse/HUDI-1822 - Fix version(s): - 1.1.0 --- ## Comments 25/Jan/22 02:57;manojg;Related to * https://issues.apache.org/jira/browse/HUDI-3300 * https://issues.apache.org/jira/browse/HUDI-3301;;; -- 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]
