diff --git a/tsdb/config.go b/tsdb/config.go index 115f895f13..52d182c117 100644 --- a/tsdb/config.go +++ b/tsdb/config.go @@ -8,7 +8,7 @@ import ( const ( // DefaultEngine is the default engine for new shards - DefaultEngine = "tsm1" + DefaultEngine = "bz1" // DefaultMaxWALSize is the default size of the WAL before it is flushed. DefaultMaxWALSize = 100 * 1024 * 1024 // 100MB