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

Update the config doc #835

Closed
4 tasks done
rkuchan opened this issue Oct 31, 2016 · 0 comments
Closed
4 tasks done

Update the config doc #835

rkuchan opened this issue Oct 31, 2016 · 0 comments
Assignees
Milestone

Comments

@rkuchan
Copy link
Contributor

rkuchan commented Oct 31, 2016

At least:

  • In the [http] section:

    unix-socket-enabled = true # enable http service over unix domain socket
    bind-socket = "/var/run/influxdb.sock"

(influxdata/influxdb#7135)

  • In the [data] section: max-values-per-tag = 100000. Can be disabled with 0.
    Existing measurements with tags that exceed this limit will continue to load, but writes that would cause the tags cardinality to increase will be dropped and a partial write error will be returned to the caller. This limit can be used to prevent high cardinality tag values from being written to a measurement.

  • defaults for cache-max-memory-size from 524288000 to 1048576000, cache-snapshot-write-cold-duration from 1h to 10m, and compact-full-write-cold-duration from 24h to 4h

  • do general run-through

@rkuchan rkuchan added this to the 1.1 milestone Oct 31, 2016
@rkuchan rkuchan self-assigned this Nov 1, 2016
rkuchan added a commit that referenced this issue Nov 2, 2016
@rkuchan rkuchan closed this as completed Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant