Skip to content

Commit

Permalink
Changing default reversible=false
Browse files Browse the repository at this point in the history
  • Loading branch information
Puckfist committed Aug 1, 2016
1 parent c692897 commit b70d2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/classes/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b70d2c6

Please sign in to comment.