Modify the default proportion of the last file
This commit is contained in:
parent
02d1d6c525
commit
6a1a3c2414
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue