BalaMahesh commented on issue #7657: URL: https://github.com/apache/hudi/issues/7657#issuecomment-1396439251
@nsivabalan - wrt to metadata indexing, we can enable this as async job within delta streamer job with below config right ? # ensure that both metadata and async indexing is enabled as below two configs hoodie.metadata.enable=true hoodie.metadata.index.async=true # enable column_stats index config hoodie.metadata.index.column.stats.enable=true # set concurrency mode and lock configs as this is a multi-writer scenario # check https://hudi.apache.org/docs/concurrency_control/ for differnt lock provider configs hoodie.write.concurrency.mode=optimistic_concurrency_control hoodie.write.lock.provider=org.apache.hudi.client.transaction.lock.InProcessLockProvider -- 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]
