github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/tests/syncpoint/conf/diff_config_part1.toml (about)

     1  # diff Configuration.
     2  
     3  log-level = "info"
     4  chunk-size = 10
     5  check-thread-count = 4
     6  sample-percent = 100
     7  use-checksum = true
     8  fix-sql-file = "fix.sql"
     9  
    10  # tables need to check.
    11  [[check-tables]]
    12      schema = "testSync"
    13      #tables = ["usertable","simple1","simple2"]
    14      #tables = ["usertable"]
    15      tables = ["~^"]
    16  
    17  [[source-db]]
    18      host = "127.0.0.1"
    19      port = 4000
    20      user = "root"
    21      password = ""
    22      instance-id = "source-1"
    23