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: add --cache-threshold autoindex creation/deletion logic #1809

Merged
merged 4 commits into from
May 10, 2024

Commits on May 9, 2024

  1. stats: --cache-threshold tweaks

    - now supports `-c` shortcut
    - added ability to specify a negative arg. When doing so, if input file size is > abs of negative arg in bytes, an index is automatically created (as it greatly accelerates stats) AND forces caching
    jqnatividad committed May 9, 2024
    Configuration menu
    Copy the full SHA
    63ddca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917794d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. stats: added additional mode to --cache-threshold

    Added addl logic to remove auto-created index if the `--cache-threshold` arg ends with a 5.
    jqnatividad committed May 10, 2024
    Configuration menu
    Copy the full SHA
    63fdc55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d51bd5 View commit details
    Browse the repository at this point in the history