You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "xuzhiwen1255 (via GitHub)" <gi...@apache.org> on 2023/03/03 06:35:52 UTC

[GitHub] [flink-table-store] xuzhiwen1255 commented on a diff in pull request #577: [FLINK-31287]Modify the default value of changelog-producer.compactio…

xuzhiwen1255 commented on code in PR #577:
URL: https://github.com/apache/flink-table-store/pull/577#discussion_r1124074482


##########
docs/content/docs/concepts/primary-key-table.md:
##########
@@ -150,7 +150,7 @@ If your input can’t produce a complete changelog but you still want to get rid
 
 By specifying `'changelog-producer' = 'full-compaction'`, Table Store will compare the results between full compactions and produce the differences as changelog. The latency of changelog is affected by the frequency of full compactions.
 
-By specifying `changelog-producer.compaction-interval` table property (default value `30min`), users can define the maximum interval between two full compactions to ensure latency. This table property does not affect normal compactions and they may still be performed once in a while by writers to reduce reader costs.
+By specifying `changelog-producer.compaction-interval` table property (default value `0s`), users can define the maximum interval between two full compactions to ensure latency. This table property does not affect normal compactions and they may still be performed once in a while by writers to reduce reader costs.

Review Comment:
   @SteNicholas Thanks for the reminder, I was sloppy.



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org