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

Add instrumentation to monitor the impact of schema updates on compression efficiency #77

Closed
wants to merge 0 commits into from

Conversation

lquerel
Copy link
Contributor

@lquerel lquerel commented Nov 1, 2023

This PR is the first in a series of two PRs with the ultimate goal of eliminating the observed degradation of the compression rate over time for Lightstep's span-type data.
This first PR focuses on the instrumentation of the code to better understand the impact of certain schema changes on the average compression rate (see the chart below).

image

The second PR will address this issue by identifying dictionary overflow that could be better handled as dictionary reset.

@lquerel lquerel self-assigned this Nov 1, 2023
@lquerel lquerel changed the title [WIP] Add instrumentation to monitor the impact of schema updates on compression efficiency Add instrumentation to monitor the impact of schema updates on compression efficiency Nov 2, 2023
@lquerel lquerel marked this pull request as ready for review November 2, 2023 19:29
@jmacd
Copy link
Contributor

jmacd commented Nov 3, 2023

I apparently closed this by pushing

@jmacd
Copy link
Contributor

jmacd commented Nov 3, 2023

Opening again.

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

Successfully merging this pull request may close these issues.

2 participants