nsivabalan commented on issue #3984: URL: https://github.com/apache/hudi/issues/3984#issuecomment-997293601
@cb149 : I see you are using SIMPLE index. This caters to use-cases where you have random updates and so records could randomly spread across all partitions. If your incremental updates are mostly with fewer partitions, can you trying using "BLOOM" index. Also, I see you have some streaming configs. Did you try using MOR table instead of COW since for streaming use-cases MOR writes would be faster. -- 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]
