Remove LevelDB and HyperLevelDB backends:

The LevelDB and HyperLevelDB are removed from the backend choices. Neither
were recommended for production environments. As RocksDB is not available
on Windows platforms yet, the recommended backend choice for Windows is NuDB.
This commit is contained in:
Vinnie Falco
2015-01-25 08:22:37 -08:00
committed by Nik Bougalis
parent b5c7232d6f
commit f3c1f63444
292 changed files with 7 additions and 58590 deletions

View File

@@ -666,16 +666,14 @@
# ...
#
# Examples:
# type=HyperLevelDB
# path=db/hyperldb
# type=RocksDB
# path=db/rocksdb
# compression=0
#
# Choices for 'type' (not case-sensitive)
# RocksDB Use Facebook's RocksDB database (preferred)
# NuDB Use Ripple Labs' NuDB (Windows preferred)
# HyperLevelDB (Deprecated)
# SQLite (Deprecated)
# LevelDB (Deprecated)
# none (No backend)
#
# Required keys:
@@ -697,7 +695,9 @@
# The 'temp_db' configures a look-aside cache for high volume storage
# which doesn't necessarily persist between server launches. This
# is an optional configuration parameter. If it is left out then
# no look-aside database is created or used.
# no look-aside database is created or used. Use of temp_db may
# improve performance in some environments, but should be tested
# with and without to determine if beneficial.
#
# The 'import_db' is used with the '--import' command line option to
# migrate the specified database into the current database given