Skip to content

Commit

Permalink
remove a few places we recommend the schema version and consolidate i…
Browse files Browse the repository at this point in the history
…n the configuration doc

Signed-off-by: Edward Welch <edward.welch@grafana.com>
  • Loading branch information
slim-bean authored and Ed Welch committed Mar 26, 2020
1 parent 3dd2d51 commit 00ee652
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ writes to the chunk store into appropriate operations on the index. Schemas have
been added as Loki has evolved, mainly in an attempt to better load balance
writes and improve query performance.

> The current schema recommendation is the **v11 schema**.
## Read Path

To summarize, the read path works as follows:
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ store: <string>
# cassandra. If omitted, defaults to same value as store.
[object_store: <string>]
# The schema to use. Set to v9 or v10.
# The schema version to use, current recommended schema is v11.
schema: <string>
# Configures how the index is updated and stored.
Expand All @@ -725,7 +725,7 @@ chunks:
tags:
[<string>: <string> ...]
# How many shards will be created. Only used if schema is v10.
# How many shards will be created. Only used if schema is v10 or greater.
[row_shards: <int> | default = 16]
```

Expand Down
2 changes: 0 additions & 2 deletions docs/overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,3 @@ A set of schemas are used to map the matchers and label sets used on reads and
writes to the chunk store into appropriate operations on the index. Schemas have
been added as Loki has evolved, mainly in an attempt to better load balance
writes and improve query performance.

> The current schema recommendation is the **v10 schema**.

0 comments on commit 00ee652

Please sign in to comment.