Note:
All parameters of a store are in the liboblog section when the store is in use.
| Parameter | Required | Default value | Description |
|---|---|---|---|
| cluster_db_name | Yes | oceanbase | The database used by liboblog. |
| cluster_password | Yes | None | The password of the user specified by LiboblogClusterUser. |
| cluster_url | Yes | None | The cluster URL specified at startup. |
| cluster_user | Yes | None | The username under the sys tenant. |
| history_schema_version_count | No | 16 | The number of retained historical schema versions. |
| instance_index | No | 0 | The proportion of liboblog instances to all instances. |
| instance_num | No | 1 | The total number of liboblog instances that share the load. |
| region | Yes | default_region | The region in which the liboblog instance is located. The logs are first pulled from OBServers in this region. |
| tb_black_list | No | | | The blacklist of the tables that will not be synchronized. |
| tb_white_list | Yes | *.*.* | The whitelist of the tables to be synchronized, in the format of tenant name.database name.table name, for example, mytenant1.db1.tb1|mytenant2.db2.*. |