类 PropertyConfig.DorisConfig

java.lang.Object
org.dromara.autotable.core.config.PropertyConfig.DorisConfig
封闭类:
PropertyConfig

public static class PropertyConfig.DorisConfig extends Object
  • 字段详细资料

    • rollupPrefix

      private String rollupPrefix
      自己定义的物化视图前缀
    • rollupAutoNameMaxLength

      private int rollupAutoNameMaxLength
      物化视图自动生成名字的最大长度
    • updateLimitTableDataLength

      private long updateLimitTableDataLength
      更新表时,允许更新表的最大容量上限,默认为1G,当表容量大于1G时,不执行更新
    • updateBackupOldTable

      private boolean updateBackupOldTable
      更新时,是否备份旧表
  • 构造器详细资料

    • DorisConfig

      public DorisConfig()