Skip to content

[#4881] improvement(docs): Add documents about PostgreSQL storage backend#4885

Merged
jerryshao merged 5 commits intoapache:mainfrom
yuqi1129:issue_4881
Sep 11, 2024
Merged

[#4881] improvement(docs): Add documents about PostgreSQL storage backend#4885
jerryshao merged 5 commits intoapache:mainfrom
yuqi1129:issue_4881

Conversation

@yuqi1129
Copy link
Contributor

@yuqi1129 yuqi1129 commented Sep 9, 2024

What changes were proposed in this pull request?

Change documents accordingly as we have supported PostgreSQL storage backend.

Why are the changes needed?

#4611 lacks related documents.

Fix: #4881

Does this PR introduce any user-facing change?

N/A.

How was this patch tested?

N/A.

@yuqi1129 yuqi1129 requested review from jerryshao and xloya September 9, 2024 03:37
@xloya
Copy link
Contributor

xloya commented Sep 9, 2024

LGTM.

@yuqi1129 yuqi1129 self-assigned this Sep 9, 2024
| `gravitino.entity.store.kv.deleteAfterTimeMs` | It is deprecated since Gravitino 0.5.0. Please use `gravitino.entity.store.deleteAfterTimeMs` instead. | `604800000`(7 days) | No | 0.3.0 |
| `gravitino.entity.store.deleteAfterTimeMs` | The maximum time in milliseconds that deleted and old-version data is kept. Set to at least 10 minutes and no longer than 30 days. | `604800000`(7 days) | No | 0.5.0 |
| `gravitino.entity.store.versionRetentionCount` | The Count of versions allowed to be retained, including the current version, used to delete old versions data. Set to at least 1 and no greater than 10. | `1` | No | 0.5.0 |
| `gravitino.entity.store.relational` | Detailed implementation of Relational storage. `H2`,`MySQL` and `PostgreSQL` is currently supported, and the implementation is `JDBCBackend`. | `JDBCBackend` | No | 0.5.0 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a whitespace before mysql

@jerryshao jerryshao merged commit 3121f11 into apache:main Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement] Add document about PostgreSQL storage backend

3 participants