Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Sep 11, 2024

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.

@xloya
Copy link
Collaborator

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
31 checks passed
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