From 6a1a3c2414dc5237ca038763334d09c7ddb87e83 Mon Sep 17 00:00:00 2001 From: slguan Date: Tue, 16 Jul 2019 14:12:53 +0800 Subject: [PATCH] Modify the default proportion of the last file --- src/util/src/tglobalcfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/src/tglobalcfg.c b/src/util/src/tglobalcfg.c index 71ee70e856..dddadfb7b3 100644 --- a/src/util/src/tglobalcfg.c +++ b/src/util/src/tglobalcfg.c @@ -72,7 +72,7 @@ int tsCacheBlockSize = 16384; // 256 columns int tsAverageCacheBlocks = 4; int tsRowsInFileBlock = 4096; -float tsFileBlockMinPercent = 0.25; +float tsFileBlockMinPercent = 0.05; short tsNumOfBlocksPerMeter = 100; int tsCommitTime = 3600; // seconds -- GitLab