Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am imw on github.
  • I am imw (https://keybase.io/imw) on keybase.
  • I have a public key ASBHhDHs2aN3IuIKizp9OH0HQ-NwCPB8wBmo140nWVldvAo

To claim this, I am signing this object:

@imw
imw / 20130416-todo.md
Created April 5, 2017 14:15 — forked from mrflip/20130416-todo.md
Elasticsearch Tuning Plan

Next Steps

  • Measure time spend on index, flush, refresh, merge, query, etc. (TD - done)
  • Take hot threads snapshots under read+write, read-only, write-only (TD - done)
  • Adjust refresh time to 10s (from 1s) and see how load changes (TD)
  • Measure time of a rolling restart doing disable_flush and disable_recovery (TD)
  • Specify routing on query -- make it choose same node for each shard each time (MD)
  • GC new generation size (TD)
  • Warmers
  • measure before/after of client query time with and without warmers (MD)