Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the leveled description render as a list #88

Merged
merged 1 commit into from
Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/riak/kv/2.9.0p5/setup/planning/backend/leveled.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ aliases:
[config reference#aae]: {{<baseurl>}}riak/kv/2.9.0p5/configuring/reference/#active-anti-entropy

[Leveled](https://github.com/martinsumner/leveled) is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

- Optimised for workloads with larger values (e.g. > 4KB).
- Explicitly supports HEAD requests in addition to GET requests:
- Splits the storage of value between keys/metadata and body (assuming some definition of metadata is provided);
Expand Down
1 change: 1 addition & 0 deletions content/riak/kv/2.9.1/setup/planning/backend/leveled.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ aliases:
[leveled](https://github.com/martinsumner/leveled)

Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

- Optimised for workloads with larger values (e.g. > 4KB).
- Explicitly supports HEAD requests in addition to GET requests:
- Splits the storage of value between keys/metadata and body (assuming some definition of metadata is provided);
Expand Down
1 change: 1 addition & 0 deletions content/riak/kv/2.9.10/setup/planning/backend/leveled.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ aliases:
[leveled](https://github.com/martinsumner/leveled)

Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

- Optimised for workloads with larger values (e.g. > 4KB).
- Explicitly supports HEAD requests in addition to GET requests:
- Splits the storage of value between keys/metadata and body (assuming some definition of metadata is provided);
Expand Down
1 change: 1 addition & 0 deletions content/riak/kv/2.9.2/setup/planning/backend/leveled.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ aliases:
[leveled](https://github.com/martinsumner/leveled)

Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

- Optimised for workloads with larger values (e.g. > 4KB).
- Explicitly supports HEAD requests in addition to GET requests:
- Splits the storage of value between keys/metadata and body (assuming some definition of metadata is provided);
Expand Down
1 change: 1 addition & 0 deletions content/riak/kv/2.9.4/setup/planning/backend/leveled.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ aliases:
[leveled](https://github.com/martinsumner/leveled)

Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

- Optimised for workloads with larger values (e.g. > 4KB).
- Explicitly supports HEAD requests in addition to GET requests:
- Splits the storage of value between keys/metadata and body (assuming some definition of metadata is provided);
Expand Down
1 change: 1 addition & 0 deletions content/riak/kv/2.9.7/setup/planning/backend/leveled.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ aliases:
[leveled](https://github.com/martinsumner/leveled)

Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

- Optimised for workloads with larger values (e.g. > 4KB).
- Explicitly supports HEAD requests in addition to GET requests:
- Splits the storage of value between keys/metadata and body (assuming some definition of metadata is provided);
Expand Down
1 change: 1 addition & 0 deletions content/riak/kv/2.9.8/setup/planning/backend/leveled.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ aliases:
[leveled](https://github.com/martinsumner/leveled)

Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

- Optimised for workloads with larger values (e.g. > 4KB).
- Explicitly supports HEAD requests in addition to GET requests:
- Splits the storage of value between keys/metadata and body (assuming some definition of metadata is provided);
Expand Down
1 change: 1 addition & 0 deletions content/riak/kv/2.9.9/setup/planning/backend/leveled.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ aliases:
[leveled](https://github.com/martinsumner/leveled)

Leveled is a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:

- Optimised for workloads with larger values (e.g. > 4KB).
- Explicitly supports HEAD requests in addition to GET requests:
- Splits the storage of value between keys/metadata and body (assuming some definition of metadata is provided);
Expand Down