add tsz compress

This commit is contained in:
Alex Duan 2024-02-01 21:04:38 +08:00
parent 43ff259d5d
commit 68fe671cbc
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,11 @@ from frame import *
class TDTestCase(TBase): class TDTestCase(TBase):
updatecfgDict = { updatecfgDict = {
"countAlwaysReturnValue" : "0" "countAlwaysReturnValue" : "0",
"lossyColumns" : "float|double",
"fPrecision" : "0.000000001",
"dPrecision" : "0.00000000000000001",
"ifAdtFse" : "1"
} }
def insertData(self): def insertData(self):