jerqi commented on code in PR #4248:
URL: https://github.com/apache/gravitino/pull/4248#discussion_r1690740611


##########
docs/gravitino-server-config.md:
##########
@@ -42,7 +42,12 @@ You can also specify filter parameters by setting 
configuration entries of the f
 
 ### Storage configuration
 
-Currently, Gravitino only supports JDBC backend, and the default 
implementation is H2, if you are going to use H2 in the production environment, 
Gravitino will not guarantee the data consistency and durability. We recommend 
using MySQL as the backend database.  
+#### Storage backend configuration
+
+Currently, Gravitino only supports JDBC database backend, and the default 
implementation is H2 database as it's an embedded database, has no external 
dependencies and is very suitable for local development or tests.
+If you are going to use H2 in the production environment, Gravitino will not 
guarantee the data consistency and durability. We highly recommend using MySQL 
as the backend database.  

Review Comment:
   Avoid using we.



-- 
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