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

[docdb] Move tablet schema information into rocksdb #7550

Open
bmatican opened this issue Mar 8, 2021 · 0 comments
Open

[docdb] Move tablet schema information into rocksdb #7550

bmatican opened this issue Mar 8, 2021 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Milestone

Comments

@bmatican
Copy link
Contributor

bmatican commented Mar 8, 2021

Jira Link: DB-2149
Currently, we store some type of metadata (eg: raft, schema) on disk in a separate file, in PB format. This makes it hard to version correctly and reason about atomicity guarantees.

One option we've discussed before is moving some of this into rocksdb, say, as a set of custom keys. This would ensure that it's versioned, due to our mvcc setup.

On the data integrity piece, it might help with issues such as #5271

On the data versioning piece, it could help with issues such as #7135, #7495

@bmatican bmatican added the area/docdb YugabyteDB core features label Mar 8, 2021
@bmatican bmatican self-assigned this Mar 8, 2021
@bmatican bmatican added this to the 2.7.x milestone Mar 19, 2021
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 9, 2022
@bmatican bmatican assigned rthallamko3 and unassigned bmatican Jul 19, 2022
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants