Skip to content

Commit

Permalink
Merge branch 'master' into banyandb-define-property
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Oct 27, 2023
2 parents a4596bd + 39d3659 commit 1dca6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/setup/backend/storages/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ storage:
```
All connection-related settings, including URL link, username, and password, are found in `application.yml`.
Only part of the settings is listed here. See the [HikariCP](https://github.com/brettwooldridge/HikariCP) connection pool document for full settings.
To understand the function of the parameter `rewriteBatchedStatements=true` in MySQL, see the [MySQL official document](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-connp-props-performance-extensions.html#cj-conn-prop_rewriteBatchedStatements).
To understand the function of the parameter `rewriteBatchedStatements=true` in MySQL, see the MySQL official document for more details.

In theory, all other databases that are compatible with MySQL protocol should be able to use this storage plugin,
such as TiDB. Please compose the JDBC URL according to the database's documentation.

0 comments on commit 1dca6ae

Please sign in to comment.