dataroaring commented on issue #17065: URL: https://github.com/apache/doris/issues/17065#issuecomment-1441360922
We can create a mow unique table using property "enable_unique_key_merge_on_write" = "true". https://doris.apache.org/docs/dev/data-table/data-model?_highlight=merge#merge-on-write-of-unique-model We can set cooldown property according to https://doris.apache.org/docs/dev/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-POLICY?_highlight=cooldown#example. This issue want to disable cooldown on merge on write unique key. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
