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

Experimental: Added lz compression to local graph storage #719

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

puehringer
Copy link
Contributor

We are facing the issue that restoring provenance graph dumps > 10MB is not working due to the LocalStorage limit of ~5-10MB.
Ideally, we compress the data before storing it in the local storage (or session storage), and decompress it as soon as it is read again.

This should be backwards compatible, but needs more testing with existing graphs.

@puehringer puehringer force-pushed the mp/prov_graph_lz_compression branch from b4f7496 to 4ac6ee0 Compare May 13, 2022 10:31
@puehringer puehringer requested a review from thinkh May 13, 2022 10:31
@puehringer puehringer force-pushed the mp/prov_graph_lz_compression branch from 4ac6ee0 to 0802d9b Compare May 13, 2022 10:48
@puehringer puehringer marked this pull request as ready for review January 12, 2023 22:06
@puehringer puehringer requested a review from a team as a code owner January 12, 2023 22:06
@puehringer puehringer marked this pull request as draft January 12, 2023 22:06
@thinkh thinkh removed their request for review July 5, 2023 14:03
@thinkh thinkh removed their assignment Sep 12, 2023
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.

2 participants