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

Improve InfluxDB through-put performance #2251

Merged
merged 2 commits into from
Jan 26, 2017
Merged

Commits on Jan 25, 2017

  1. Improve the InfluxDB through-put performance

    This changes the current use of the InfluxDB client to instead use a
    baked-in client that uses the fasthttp library.
    
    This allows for significantly smaller allocations, the re-use of http
    body buffers, and the re-use of the actual bytes of the line-protocol
    metric representations.
    sparrc committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    4a5d313 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Configuration menu
    Copy the full SHA
    c9e87a3 View commit details
    Browse the repository at this point in the history