GitHub user danny0405 added a comment to the discussion: Support Selective Metafield Population: Enable only _hoodie_commit_time for Incremental Reads
+1, the gains are remarkable: 1. better read/write performance(eliminate unnecessary row transformation like appending metadata rows, also Ser/De IO); 2. less storage cost; 3. simpler read/write logic, we have many logic branches to handle the metadata fields specifically in read/write paths, which introduces unnecessary complexities. GitHub link: https://github.com/apache/hudi/discussions/17959#discussioncomment-15555569 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
