Replies: 1 comment 3 replies
-
你好,这个部分的代码是在哪里呢,我设置了 overrides 但是没生效,代码里面也没看到是在哪里设置的 @lykpass |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@wuchong @leonardBang scan.incremental.snapshot.enabled为true时,通过snapshot.select.statement.overrides传入的statement不生效,为false时生效。两个功能能同时支持吗?开启增量快照,能加快快照速度这个功能超级好用,如果能同时支持snapshot.select.statement.overrides传个过滤sql,只快照自己需要的数据范围就更好了,那样就能进一步较少快照的时间,和快照的数据量了,减少了数据库的压力。
Beta Was this translation helpful? Give feedback.
All reactions