Minor changes to wording

This commit is contained in:
martinsumner 2017-02-28 11:08:26 +00:00
parent edf5879246
commit e9b16493e5
2 changed files with 2 additions and 2 deletions

View file

@ -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).

View file

@ -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