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

stats caching refactor #2055

Merged
merged 6 commits into from
Aug 16, 2024
Merged

stats caching refactor #2055

merged 6 commits into from
Aug 16, 2024

Conversation

jqnatividad
Copy link
Collaborator

@jqnatividad jqnatividad commented Aug 16, 2024

The "smart" commands that use stats to work faster/better (frequency, tojsonl & schema) now use a more streamlined way to get the stats cache from a plain JSONL file, rather than the old binary-encoded, snappy compressed serialization of the stats data structure.

This also allows commands to get the stats cache more easily - setting the stage for more "smart" commands.

resolves #2040 and fixes #2053

@jqnatividad jqnatividad merged commit 95dc988 into master Aug 16, 2024
16 checks passed
@jqnatividad jqnatividad deleted the 2040-2053-stats-caching-refactor branch August 24, 2024 00:00
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.

BUG: panic with qsv frequency Refactor stats caching and eliminate binary format
1 participant