fix: reduce compa size from 1M to 36k with 2 table 2000 rows
This commit is contained in:
parent
d57cf692e4
commit
e70be44c8c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -71,9 +71,9 @@ class TDTestCase(TBase):
|
||||||
|
|
||||||
# compare sum(pk)
|
# compare sum(pk)
|
||||||
stb = "meters"
|
stb = "meters"
|
||||||
self.checkSame(db, stb, "count(ts)", 100000)
|
self.checkSame(db, stb, "count(ts)", 2000)
|
||||||
self.checkSame(db, stb, "sum(current)", 1005767.2491703)
|
self.checkSame(db, stb, "sum(current)", 20241.627464294433594)
|
||||||
self.checkSame(db, stb, "avg(voltage)", 208.58818)
|
self.checkSame(db, stb, "avg(voltage)", 209.538000000000011)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
# database
|
# database
|
||||||
|
|
Loading…
Reference in New Issue