[Improve] Add h2 dialect usage documentation#389
[Improve] Add h2 dialect usage documentation#389VampireAchao wants to merge 10 commits intoapache:devfrom
Conversation
i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md
Outdated
Show resolved
Hide resolved
|
You didn't explain what h2 can configure. Do these configurations need a simple parameter list? Otherwise, I don't think it makes much sense to add them. |
|
Thanks for your contribution, but this document is indeed incomplete. It should clearly explain to users the purpose of h2, how to configure the data-dir/ username and password, and how to access the h2 management page... |
Thx for review,I'll modify them |
Ok. 😄 |
|
PTAL @caicancai @wolfboys |
|
I tried to develop on Windows and Mac. I think it is not very friendly to Windows. I suggest to explain it first. This function is currently best developed on Linux and Mac. |
I don't quite understand what you mean. Could you explain how I should modify the documentation? Specifically, what adjustments are needed to make this feature more friendly on Windows, or should I explicitly mention the limitations on Windows in the documentation? Thank you! |
|
i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md
Outdated
Show resolved
Hide resolved
|
Thanks @VampireAchao for the contribution & @caicancai @wolfboys for the review. eg.
|
i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md
Outdated
Show resolved
Hide resolved
…3.dockerDeployment.md Co-authored-by: Yuepeng Pan <panyuepeng@apache.org>
Co-authored-by: Yuepeng Pan <panyuepeng@apache.org>
# Conflicts: # docs/get-started/3.dockerDeployment.md # i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md
|
|
||
| - H2 是一个体积小、性能高、易于嵌入 Java 应用程序的轻量级嵌入式关系型数据库。与 MySQL 有着相似的语法,并且支持数据持久化。StreamPark 默认使用 H2 数据库,使开发者能够快速开始项目 | ||
|
|
||
| - 从 2.1.5 开始,StreamPark 支持了 h2 数据文件的本地持久化(系统重启后,数据不丢失), 您可以配置 datasource.h2-data-dir 参数来指定数据文件的存储路径。这确保了即便重启服务,数据也不会丢失 |
There was a problem hiding this comment.
| - 从 2.1.5 开始,StreamPark 支持了 h2 数据文件的本地持久化(系统重启后,数据不丢失), 您可以配置 datasource.h2-data-dir 参数来指定数据文件的存储路径。这确保了即便重启服务,数据也不会丢失 | |
| - 从 2.1.5 开始,StreamPark 支持了 h2 数据文件的本地持久化(系统重启后,数据不丢失), 你可以配置 datasource.h2-data-dir 参数来指定数据文件的存储路径。这确保了即便重启服务,数据也不会丢失 |
#388