Commit Graph

42837 Commits

Author SHA1 Message Date
Haojun Liao 81d795c293 fix(query): enable limit in grouped scan. 2022-10-26 17:11:56 +08:00
Haojun Liao 8d2de8d723 fix(query): handle the offset value. 2022-10-26 16:25:33 +08:00
Haojun Liao b13e7c150d fix(query): remove invalid code check. 2022-10-26 13:44:53 +08:00
Haojun Liao 8cf3339b25 enh(query): enable the limit clause to be push down to the table scan operator. 2022-10-26 11:31:31 +08:00
Hongze Cheng 4b15cd5efe
Merge pull request #17621 from taosdata/fix/TD-19468-2
fix: optimize tsdb cache loading speed
2022-10-26 09:47:50 +08:00
Hui Li 29456c06d8
Merge pull request #17649 from taosdata/feature/sync2-merge
refactor(sync): adjust elect timer
2022-10-26 09:20:05 +08:00
Shuduo Sang 61797504bd
feat: taosbenchmark kill slow query (#17651) 2022-10-26 09:01:00 +08:00
Minglei Jin b52ad0f740 tsdb/cache: new separate dataf reader for last file reading 2022-10-26 08:58:38 +08:00
Shengliang Guan 8f63b9f4da
Merge pull request #17644 from taosdata/test3.0/lihui
modify start api for no remove taosdlog file
2022-10-26 00:07:40 +08:00
Shengliang Guan 015db4bc67
Merge pull request #17636 from taosdata/fix/3.0_bugfix_wxy
fix: alter table check
2022-10-26 00:07:11 +08:00
Shengliang Guan 08a85b16ed
Merge pull request #17643 from taosdata/fix/TD-19825
fix: fix merge join crash issue
2022-10-26 00:06:48 +08:00
Minghao Li 7723a9ac28 refactor(sync): delete %ld 2022-10-25 23:17:52 +08:00
Minghao Li 16e6273d9d refactor(sync): delete assert 2022-10-25 20:31:20 +08:00
Shengliang Guan c9c685b4ff
Merge pull request #17642 from taosdata/enh/TD-19783-D
enh: improve test coverage of tsma
2022-10-25 20:20:51 +08:00
Shengliang Guan 3574ca08c0
Merge pull request #17640 from taosdata/test/TD-19817
test: refine query cases
2022-10-25 20:20:36 +08:00
Shengliang Guan 0522cedccb
Merge pull request #17641 from taosdata/feature/stream_ly
fix(executor):add lock to hash map
2022-10-25 20:20:24 +08:00
Shengliang Guan 02b47daa44
Merge pull request #17639 from taosdata/fix/TD-19743
fix: zero new dest pages to avoid double free ovfl cell
2022-10-25 20:19:55 +08:00
Minghao Li 49af601e19 refactor(sync): add SElectTimer 2022-10-25 19:56:49 +08:00
Minghao Li 9caea0f944 refactor(sync): adjust elect timer 2022-10-25 19:43:07 +08:00
Xiaoyu Wang c449e49087 fix: alter table check 2022-10-25 19:38:22 +08:00
Hui Li eb87a0d103
Merge pull request #17625 from taosdata/test/TD19597
test: add data and topic of taosdshell cases
2022-10-25 19:28:39 +08:00
Minghao Li 96a8a80cd7 refactor(sync): add trace log 2022-10-25 19:22:25 +08:00
Ping Xiao 05a34b5310 modify start api for no remove taosdlog file 2022-10-25 19:14:43 +08:00
Minghao Li 01b712fbfd refactor(sync): add trace log 2022-10-25 19:11:28 +08:00
Xiaoyu Wang d63eee8b49 fix: alter table check 2022-10-25 19:00:46 +08:00
Shengliang Guan a2ceb04c79
Merge pull request #17634 from taosdata/fix/TD-19794-V30
fix(util):  improve coverage rate with removing no reference function
2022-10-25 18:25:32 +08:00
Shengliang Guan 77da4a0959
Merge pull request #17637 from taosdata/fix/TD-19827
fix: remove/comment out unused code for more coverage
2022-10-25 18:25:03 +08:00
Shengliang Guan 9520ef4b41
Merge pull request #17613 from taosdata/enh/TD-19460
enh: redistribute vgroup
2022-10-25 18:24:37 +08:00
dapan1121 16f9c172ac fix: fix merge join crash issue 2022-10-25 18:20:20 +08:00
Cary Xu 12743a17af chore: revert the code change 2022-10-25 18:12:38 +08:00
Cary Xu 94c0c60997 Merge branch '3.0' into enh/TD-19783-D 2022-10-25 18:03:44 +08:00
Minghao Li 64f539cacb refactor(sync): adjust timer 2022-10-25 18:03:22 +08:00
Cary Xu b07670a680 enh: improve test case coverage of tsma 2022-10-25 18:03:09 +08:00
chenhaoran c09c82abd9 test: modify the way to stop taosd'cluster 2022-10-25 17:57:08 +08:00
54liuyao 796cf764f4 fix(executor):add lock to hash map 2022-10-25 17:54:01 +08:00
“happyguoxy” 847b2bd37f test: refine query cases 2022-10-25 17:50:08 +08:00
Xiaoyu Wang f87209d4dc Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-10-25 17:48:18 +08:00
Minglei Jin 4dc0eaf0be fix: zero new dest pages to avoid double free ovfl cell 2022-10-25 17:48:06 +08:00
Shengliang Guan 414fe9c03d
Merge pull request #17629 from taosdata/feature/stream_ly
fear(stream): add log
2022-10-25 17:46:27 +08:00
Minglei Jin c84618ea3f
Merge branch '3.0' into fix/TD-19468-2 2022-10-25 17:36:56 +08:00
Xiaoyu Wang 658055090a Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-10-25 17:36:29 +08:00
Haojun Liao 0a007131d1
Merge pull request #17631 from taosdata/fix/liao_cov
fix(query):set correct column match info size.
2022-10-25 17:35:19 +08:00
Xiaoyu Wang b7056f58b7 fix: alter table check 2022-10-25 16:59:05 +08:00
Alex Duan b607fe277a fix(util): remove no reference function 2022-10-25 16:46:11 +08:00
Ganlin Zhao 28689c508a remove unused code 2022-10-25 16:45:00 +08:00
Ganlin Zhao 3125f3ea26 remove unused code 2022-10-25 16:42:52 +08:00
Ganlin Zhao 7fa93222f4 remove interp unused code 2022-10-25 16:40:56 +08:00
Ganlin Zhao cf60bf98d6 fix: add elapsed partial/merge 2022-10-25 16:37:01 +08:00
Shengliang Guan 7ebf2d5de0
Merge pull request #17614 from taosdata/opt/optSysIdxPerf
enh: opt sys idx perf
2022-10-25 16:25:47 +08:00
Shengliang Guan 011843d8f4
Merge pull request #17626 from taosdata/feature/sync2-merge
fix(sync): fix coverity scan issues
2022-10-25 16:25:14 +08:00