Zhangshunyu opened a new issue, #6758: URL: https://github.com/apache/hudi/issues/6758
currenttly, the metatable of hudi stored in files dir and col_stat dir by some file groups, all the records together. however, with the size growth, the num of files and the size of col stat will increase, in many cases, the query sql will include partition filters, if we store the files in files/ or col_stat/ dir by partitions, we can read the files only in hit partitions which can avoid list many files and open request to filesystem. Is there any plan to do this? -- 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]
