Skip to content

Commit

Permalink
suggest metadata store with instant ADD COLUMN semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
techdocsmith committed Nov 7, 2023
1 parent 0403e48 commit 76960d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/design/metadata-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ See [Metadata storage configuration](../configuration/index.md#metadata-storage)

## Available metadata stores

Druid supports Derby, MySQL, and PostgreSQL for storing metadata.
Druid supports Derby, MySQL, and PostgreSQL for storing metadata.

To avoid issues with upgrades that require scehma changes to a large metadata table, chose a metadata store version that supports instant ADD COLUMN semantics.

### Derby

Expand Down
2 changes: 2 additions & 0 deletions docs/development/extensions-core/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Depending on the MariaDB client library version, the connector supports both `jd

## Setting up MySQL

To avoid issues with upgrades that require scehma changes to a large metadata table, chose a MySQL version that supports instant ADD COLUMN semantics. For example, MySQL 8.

1. Install MySQL

Use your favorite package manager to install mysql, e.g.:
Expand Down

0 comments on commit 76960d6

Please sign in to comment.