danny0405 commented on issue #11962: URL: https://github.com/apache/hudi/issues/11962#issuecomment-2359933403
> I have thought that all data,no matter insert or update, will go to delta log file first, and then go to base parquet file during compaction. That depends on the index you choose, for bucket_index, we do append style upsert, so everything does into the avro log first, but for bloom index, only updates can be put into the log because the bloom_filter in parquets are utilities for key existence check. -- 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]
