[Minor] improvement(docs): Polish docs #4527
Conversation
| - [**PostgreSQL**](./jdbc-postgresql-catalog.md) | ||
| - [**Doris**](./jdbc-doris-catalog.md) | ||
| - [**Apache Iceberg**](./lakehouse-iceberg-catalog.md) | ||
| - [**Apache Paimon**](./lakehouse-paimon-catalog.md) |
There was a problem hiding this comment.
There're many places need to add Paimon, not just only here.
There was a problem hiding this comment.
OK, let me check it thoroughly.
There was a problem hiding this comment.
@caican00 is planing to propose a PR to fix the document today.
There was a problem hiding this comment.
Do you mean @caican00 will modify the Paimon-related content in the file manage-relational-metadata-using-gravitino.md? If so, should I make any changes to this PR?
There was a problem hiding this comment.
OK, I will revert changes to this file, if @caican00 has no time to do it, I would raise a another PR to fix it.
|
@FANNG1 |
| ### What kind of backend storage are supported | ||
|
|
||
| Currently, relational backend storage supports the `JDBCBackend`, and uses `MySQL` as the | ||
| Currently, relational backend storage supports the `JDBCBackend` and `MySQL` and `H2` are supported, `H2` is the |
There was a problem hiding this comment.
"...backend storage supports the JDBCBackend, MySQL and H2 are supported..."
| Before the version `0.5.0`, Apache Gravitino only supports KV backend storage to store metadata. Since | ||
| RDBMS is widely used in the industry, starting from the version `0.5.0`, Gravitino supports using | ||
| Before the version `0.6.0`, Apache Gravitino supports KV and Relational backend storage to store metadata. Since KV storage is | ||
| hard to manage and RDBMS is widely used in the industry, starting from the version `0.6.0`, Gravitino will not support KV backend, and it only supports using |
There was a problem hiding this comment.
You don't need to explain the reason.
"Since KV storage is
hard to manage and RDBMS is widely used in the industry, starting from the version 0.6.0, Gravitino will not support KV backend, and it only supports using"
=>
"Since 0.6.0, Gravitino only supports using"
|
@yuqi1129 can you please help me to change line changes to: |
Done. |
### What changes were proposed in this pull request? Refine docs as we are going to release version 0.6.0-incubating. ### Why are the changes needed? Better user experience. ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
What changes were proposed in this pull request?
Refine docs as we are going to release version 0.6.0-incubating.
Why are the changes needed?
Better user experience.
Does this PR introduce any user-facing change?
N/A
How was this patch tested?
N/A