Skip to content

Commit

Permalink
docs: goleveldb is much more stable now
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Aug 28, 2020
1 parent 5c62ab1 commit 8e74981
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tendermint-core/running-in-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ order: 4
## Database

By default, Tendermint uses the `syndtr/goleveldb` package for its in-process
key-value database. Unfortunately, this implementation of LevelDB seems to suffer under heavy load (see
[#226](https://github.com/syndtr/goleveldb/issues/226)). It may be best to
install the real C-implementation of LevelDB and compile Tendermint to use
that using `make build TENDERMINT_BUILD_OPTIONS=cleveldb`. See the [install instructions](../introduction/install.md) for details.
key-value database. If you want maximal performance, it may be best to install
the real C-implementation of LevelDB and compile Tendermint to use that using
`make build TENDERMINT_BUILD_OPTIONS=cleveldb`. See the [install
instructions](../introduction/install.md) for details.

Tendermint keeps multiple distinct databases in the `$TMROOT/data`:

Expand Down

0 comments on commit 8e74981

Please sign in to comment.