codope commented on issue #7302: URL: https://github.com/apache/hudi/issues/7302#issuecomment-1328556412
@zztttt First of all, I would suggest to switch to Hudi version 0.12.0 or later as it has an optimized file index logic due to commit https://github.com/apache/hudi/commit/e7c8df7e8b886261a9b0da7696a75e73eca04f11 Secondly, there is no config today to disable this behavior. But, do you think adding such a config would be valuable? I think in most common scenarios, users run snapshot queries while ingestion is going on, and it makes sense for the index to be refreshed. It would be great if you can elaborate more on your use case and access patterns to support disabling index refresh. -- 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]
