You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Manoj Govindassamy (Jira)" <ji...@apache.org> on 2022/01/25 02:58:00 UTC

[jira] [Created] (HUDI-3317) Partition specific inline reading strategy for metadata table

Manoj Govindassamy created HUDI-3317:
----------------------------------------

             Summary: Partition specific inline reading strategy for metadata table
                 Key: HUDI-3317
                 URL: https://issues.apache.org/jira/browse/HUDI-3317
             Project: Apache Hudi
          Issue Type: Task
          Components: writer-core
            Reporter: Manoj Govindassamy
            Assignee: Manoj Govindassamy
             Fix For: 0.11.0


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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)