9074778c0c
* fixing links in the docs post guide migartion. * fixed one more * Update website/source/docs/acl/acl-legacy.html.md Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> * Update website/source/docs/enterprise/connect-multi-datacenter/index.html.md * Updating based on comments and fixing word wrap * Update website/source/api/acl-legacy.html.md * Update website/source/api/acl/acl.html.md * Update website/source/docs/agent/options.html.md * Update website/source/docs/faq.html.md * Update website/source/docs/internals/architecture.html.md * Update website/source/docs/agent/encryption.html.md
17 lines
610 B
Markdown
17 lines
610 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Consul Enterprise Enhanced Read Scalability"
|
|
sidebar_current: "docs-enterprise-read-scale"
|
|
description: |-
|
|
Consul Enterprise supports increased read scalability without impacting write latency.
|
|
---
|
|
|
|
# Consul Enterprise Enhanced Read Scalability
|
|
|
|
In [Consul Enterprise](https://www.hashicorp.com/consul.html), servers can be
|
|
explicitly marked as non-voters. Non-voters will receive the replication stream
|
|
but will not take part in quorum (required by the leader before log entries can
|
|
be committed). Adding explicit non-voters will scale
|
|
reads
|
|
without impacting write latency.
|