wolfboys commented on code in PR #389:
URL: 
https://github.com/apache/incubator-streampark-website/pull/389#discussion_r1942314993


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md:
##########
@@ -21,7 +21,21 @@ sidebar_position: 3
 
 ### 1. 基于 h2 和 docker-compose 部署 Apache StreamPark™
 
-该方式适用于入门学习、熟悉功能特性,容器重启后配置会失效,下方可以配置Mysql、Pgsql进行持久化
+该方式适用于入门学习、熟悉功能特性以及轻量规模使用
+
+H2 是一个体积小、性能高、易于嵌入 Java 应用程序的轻量级嵌入式关系型数据库。与 MySQL 有着相似的语法,并且支持数据持久化。StreamPark 
默认使用 H2 数据库,使开发者能够快速开始项目
+
+为了实现数据的持久化存储,您可以配置 datasource.h2-data-dir 参数来指定数据文件的存储路径。这确保了即便重启服务,数据也不会丢失

Review Comment:
   从 2.1.5 开始,StreamPark 支持了 h2 数据文件的本地持久化(系统重启后,数据不丢失), 您可以配置....



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to