Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Add docs about memcache tuning #6

Open
weeco opened this issue Nov 19, 2019 · 0 comments
Open

Add docs about memcache tuning #6

weeco opened this issue Nov 19, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@weeco
Copy link
Member

weeco commented Nov 19, 2019

Memcache can have a great positive impact on performance. If setup incorrectly you won't benefit much from it. It's not easy to tell whether you are properly utilizing memcache. For instance:

  1. Is your Memcache cluster oversized / undersized?
  2. Should you reserve some memcache storage for the different components?
    a) Is it more important to cache Query Frontend stuff than index writes?
    b) If yes, does it make sense to have multiple memcache clusters, each component has it's own to make sure they have dedicated storage sizes? Or is it possible to configure memcache so that each component can have it's own dedicated storage within a single cluster

Slack discussion: https://cloud-native.slack.com/archives/CCYDASBLP/p1574096262229600

@weeco weeco added enhancement New feature or request help wanted Extra attention is needed labels Nov 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant