Skip to content

Instantly share code, notes, and snippets.

View srikanthgr1's full-sized avatar
🎯
Focusing

Srikanth GR srikanthgr1

🎯
Focusing
View GitHub Profile
@srikanthgr1
srikanthgr1 / 20130416-todo.md
Created July 26, 2020 16:06 — 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)