From b70d2c694971f13992b071107e3abd7f520d9e5b Mon Sep 17 00:00:00 2001 From: Phillip Dunlap Date: Mon, 1 Aug 2016 17:15:21 -0600 Subject: [PATCH] Changing default reversible=false --- Core/classes/env.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/classes/env.properties b/Core/classes/env.properties index f014758686..8281f356f2 100644 --- a/Core/classes/env.properties +++ b/Core/classes/env.properties @@ -71,7 +71,7 @@ db.nosql.flushInterval=300000 #Query Performance Tuning, File Access Type: Available[INPUT_STREAM,FILE_CHANNEL,RANDOM_ACCESS_FILE,MAPPED_BYTE_BUFFER] db.nosql.shardStreamType=INPUT_STREAM #Setting to speed up NoSQL queries at the expense of a small increase in disk usage -db.nosql.reversible=true +db.nosql.reversible=false #Setting this will convert your existing point value store [NONE, REVERSIBLE, UNREVERSIBLE] db.nosql.convert=NONE #Number of concurrent threads to use to convert the database