You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Shadow Replica indices stored in shared storage we want to delegate queries to the shadow replica nodes only. This is to maximize the ingestion rates by preventing primary shard nodes from both indexing and running queries. The preference settings (see: https://www.elastic.co/guide/en/elasticsearch/reference/1.6/search-request-preference.html ) do not include an option to delegate queries to replicas only.
This is a request to add _replicas_only preference to the current set of preferences (or _shadow_replicas_only, if we limit the feature to Shadow Replica indices).
The text was updated successfully, but these errors were encountered:
Just like specifying `?preference=_primary`, this adds the ability to
specify `?preference=_replica` or `?preference=_replica_first` on
requests that support it.
Resolveselastic#12222
For Shadow Replica indices stored in shared storage we want to delegate queries to the shadow replica nodes only. This is to maximize the ingestion rates by preventing primary shard nodes from both indexing and running queries. The preference settings (see: https://www.elastic.co/guide/en/elasticsearch/reference/1.6/search-request-preference.html ) do not include an option to delegate queries to replicas only.
This is a request to add _replicas_only preference to the current set of preferences (or _shadow_replicas_only, if we limit the feature to Shadow Replica indices).
The text was updated successfully, but these errors were encountered: