Issues with Parameter Configuration Effectiveness

| username: xfworld | Original post link

DDL for large tables in 4.x… seems like there’s no feature support, just a bunch of pitfalls… :rofl:

There are actually several ways to modify configurations, for example:

  • File configuration
  • In-memory configuration
  • Global in-memory configuration
  • Automatic loading configuration with tiup

Each corresponds to different scenarios and parameters…

As for the configuration of driner.toml, there are two ways to modify it:

  1. Through tiup edit-config, by overriding parameters to replace the default values
  2. By adjusting the configuration information in the local deploy directory’s toml to ensure successful loading, which is quite troublesome…
  3. Or by specifying a configuration file to make the configuration effective…

You can refer to this: