Skip to content

Commit

Permalink
Updated Scalability benefit to call out decoupled read/write paths an… (
Browse files Browse the repository at this point in the history
#9032)

**What this PR does / why we need it**:
Updated Scalability benefit to call out decoupled read/write paths and
that benefit - this is a huge competitive edge over tools like Splunk
and Elastic and it makes sense to explicitly call it out under our
benefits
  • Loading branch information
Alex3k authored Apr 14, 2023
1 parent b26ff7d commit 1ff4ad7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/sources/fundamentals/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ and allows for efficient query execution.
- **Scalability**

Loki is designed for scalability,
as each of Loki's components can be run as microservices.
Configuration permits scaling the microservices individually,
permitting flexible large-scale installations.
as each of Loki's components can be run as microservices designed to run statelessly and natively within Kubernetes.
Loki's read and write path are decoupled meaning that you can independently scale read or write leading to flexible large-scale installations that can quickly adapt to meet your workload at any given time.

- **Flexibility**

Expand Down

0 comments on commit 1ff4ad7

Please sign in to comment.