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

Data Store: Add support for compressing telemetry data at rest #12

Closed
rtamalin opened this issue Jun 4, 2024 · 1 comment
Closed

Data Store: Add support for compressing telemetry data at rest #12

rtamalin opened this issue Jun 4, 2024 · 1 comment
Assignees
Labels
Client Data Store enhancement New feature or request good first issue Good for newcomers

Comments

@rtamalin
Copy link
Collaborator

rtamalin commented Jun 4, 2024

When a telemetry provider successfully generates telemetry data we currently store it as is in the client data store.

Provided telemetry data is a JSON blob and can potentially be highly compressible, depending on the complexity of the telemetry data.

This will factor into client data store capacity management (#1), and may be relevant for telemetry report request compression (#11).

@rtamalin
Copy link
Collaborator Author

I think we can close this one as completed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client Data Store enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants