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

refactor: use SerdeVecMap in PersistedSnapshot #25541

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

hiltontj
Copy link
Contributor

Closes #25491

This changes from the use of a HashMap to store the DB -> Table structure
in the PersistedSnapshot files to using a SerdeVecMap, which will have
the identifiers serialized as integers instead of strings.
@hiltontj hiltontj merged commit 2ac3df1 into main Nov 12, 2024
13 checks passed
@hiltontj hiltontj deleted the hiltontj/snapshot-int-keys branch November 12, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serialize IDs as integers and not strings in PersistedSnapshot
2 participants