danny0405 commented on code in PR #9985: URL: https://github.com/apache/hudi/pull/9985#discussion_r1382486568
########## website/docs/cli.md: ########## @@ -666,4 +666,91 @@ corresponding to the library release version is used: ```shell upgrade table +``` + +### Change Hudi Table Type +There are cases we want to change the hudi table type. For example, change COW table to MOR for more efficient and +lower latency writing; change MOR to COW for for better read performance or something else. Review Comment: lower latency writing; change MOR to COW for for better read performance or something else. -> lower latency ingestion; change MOR to COW for for better read performance and compatibility with downstream engines. -- 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]
