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][Investigate]: MetaDB: Use protobuf for data encoding instead of json #1831

Closed
andaaron opened this issue Sep 19, 2023 · 2 comments · Fixed by #1842
Closed

[Refactor][Investigate]: MetaDB: Use protobuf for data encoding instead of json #1831

andaaron opened this issue Sep 19, 2023 · 2 comments · Fixed by #1842
Assignees
Labels
feature New feature or request

Comments

@andaaron
Copy link
Contributor

andaaron commented Sep 19, 2023

Currently we use jsons, and marshal/unmarshal is very time consuming and if the data set is very large, zot performance decreases.

@andaaron andaaron added the feature New feature or request label Sep 19, 2023
@rchincha
Copy link
Contributor

#1829

Some working and non-working pseudocode ...

@rchincha
Copy link
Contributor

First step is to remove unnecessary unmarshals.
Second step is PR #1829

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants