Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Mar 21, 2024
1 parent 3dc35fc commit f95f424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/how-to/creating-catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,11 @@ You can configure any connection parameters that have been declared by JDBC thro
You can also perform logical isolation for databases under multiple catalogs by specifying "catalog-key".
Additionally, when creating a JdbcCatalog, field length limits for stored tables can be specified by configuring 'catalog-key-max-length', 'database-name-max-length', 'table-name-max-length', 'database-properties-key-max-length', 'database-properties-value-max-length', and 'lock-key-max-length'. Please adjust these configurations according to actual circumstances and consider setting them to larger values to avoid failures due to excessively long data being written to the corresponding fields.
You can define any default table options with the prefix `table-default.` for tables created in the catalog.
{{< /tab >}}
{{< /tabs >}}

0 comments on commit f95f424

Please sign in to comment.