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

TSM1 Open Limiter #9918

Merged
merged 1 commit into from
May 30, 2018
Merged

TSM1 Open Limiter #9918

merged 1 commit into from
May 30, 2018

Commits on May 29, 2018

  1. Add tsm1 open limiter

    This commit restricts the number of TSM1 files that can be opened
    concurrently across the entire `tsdb.Store`. There is currently
    a limit for the number of shards that can be opened concurrently,
    however, this limit does not help when the number of CPU cores
    is higher than the number of shards. Because TSM1 files have a 2GB
    limit and there is no limit on the number of files per shard,
    extremely large shards (1TB+) can load 1,000s of files simultaneously.
    benbjohnson committed May 29, 2018
    Configuration menu
    Copy the full SHA
    d3e3b05 View commit details
    Browse the repository at this point in the history