You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/11/18 13:13:44 UTC

[incubator-iotdb] branch rel/0.9 updated: change default compression to SNAPPY

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new c17265c  change default compression to SNAPPY
c17265c is described below

commit c17265c8bec30b5cb6f01e0cce818a62c550d918
Author: qiaojialin <64...@qq.com>
AuthorDate: Mon Nov 18 21:13:16 2019 +0800

    change default compression to SNAPPY
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index 05c47d3..e31de76 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -408,4 +408,4 @@ value_encoder=PLAIN
 
 # Compression configuration
 # Data compression method, TsFile supports UNCOMPRESSED or SNAPPY. Default value is UNCOMPRESSED which means no compression
-compressor=UNCOMPRESSED
\ No newline at end of file
+compressor=SNAPPY
\ No newline at end of file