fix metadata warning

This commit is contained in:
liujianhuan 2020-04-04 20:11:54 +08:00
parent 6a39893e05
commit 53f2a37f4d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Derby是Druid的默认元数据存储但是它不适合生产环境。[MySQL]()和[PostgreSQL]()是更适合生产的元数据存储。
> ![WARNING]
> [!WARNING]
> 元数据存储存储了Druid集群工作所必需的整个元数据。对于生产集群考虑使用MySQL或PostgreSQL而不是Derby。此外强烈建议设置数据库的高可用因为如果丢失任何元数据将无法恢复。
### 使用Derby