WTa-hash commented on issue #2255: URL: https://github.com/apache/hudi/issues/2255#issuecomment-731602398
@nsivabalan - I am using MOR table type because I want to provide users with the option of using it more COW-like by setting hoodie.compact.inline.max.delta.commits=1 if data latency is not a concern, or set hoodie.compact.inline.max.delta.commits to a higher value if they want lower data latency. Users will know that with lower data latency (higher hoodie.compact.inline.max.delta.commits value), the read-optimized table may not be the latest, and this is fine. We're trying to give users that option between data latency and read-optimized table freshness using MOR table. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
