Minor changes to wording
This commit is contained in:
parent
edf5879246
commit
e9b16493e5
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Introduction
|
||||
|
||||
Leveled is a work-in-progress prototype of a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:
|
||||
Leveled is a <b>work-in-progress</b> prototype of a simple Key-Value store based on the concept of Log-Structured Merge Trees, with the following characteristics:
|
||||
|
||||
- Optimised for workloads with <b>larger values</b> (e.g. > 4KB).
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ There is some work required before LevelEd could be considered production ready:
|
|||
|
||||
## Riak Features Implemented
|
||||
|
||||
The following Riak features have been implemented
|
||||
The following Riak features have been implemented. Note that these features are <b>not adequately tested</b> at present. Sufficient work has been done to support the realism of volume test metrics, with mainly manual tests and some simple eunit tests.
|
||||
|
||||
### Leveled Backend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue