Clarify engine comment about tsm1
parent
c7a0863371
commit
fccd6a9399
|
@ -54,11 +54,11 @@ reporting-disabled = false
|
|||
[data]
|
||||
dir = "/var/lib/influxdb/data"
|
||||
|
||||
# Controls the engine type for new shards. Options are b1, bz1, or tsm1.
|
||||
# b1 is the 0.9.2 storage engine, bz1 is the 0.9.3 and 0.9.4 engine.
|
||||
# tsm1 is the 0.9.5 engine and is currenly EXPERIMENTAL. Until 0.9.5 is
|
||||
# actually released data written into a tsm1 engine may be need to be wiped
|
||||
# between upgrades.
|
||||
# Controls the storage engine used for new shards. Engines available are b1,
|
||||
# bz1, and tsm1. b1 was the original default engine from 0.9.0 to 0.9.2. bz1
|
||||
# has been the default engine since 0.9.3. tsm1 was introduced in 0.9.5 and is
|
||||
# currently EXPERIMENTAL. Consequently, data written into the tsm1 engine may
|
||||
# need to be wiped between upgrades.
|
||||
# engine ="bz1"
|
||||
|
||||
# The following WAL settings are for the b1 storage engine used in 0.9.2. They won't
|
||||
|
|
Loading…
Reference in New Issue