Commit Graph

14729 Commits

Author SHA1 Message Date
Haojun Liao 707c20c46c
Merge pull request #16495 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor.
2022-08-30 17:58:40 +08:00
Haojun Liao 825858b52e fix(query): reset the default page id. 2022-08-30 17:04:09 +08:00
Shengliang Guan a9808efb20
Merge pull request #16509 from taosdata/fix/3.0_bugfix_wxy
fix: a plan problem of system table complex query
2022-08-30 16:23:31 +08:00
Haojun Liao dba4188f8a fix(query): reset the page id. 2022-08-30 14:33:03 +08:00
Xiaoyu Wang 417a29af0a fix: a plan problem of system table complex query 2022-08-30 14:32:07 +08:00
Shengliang Guan 059de97553
Merge pull request #16492 from taosdata/fix/ZhiqiangWang/TD-16828-update-cfg
feature: update cfg
2022-08-30 13:23:46 +08:00
Shengliang Guan 8879dc6e59
Merge pull request #16498 from taosdata/fix/TD-18722
fix(driver): initialize variable when only use tmq
2022-08-30 13:23:08 +08:00
Shengliang Guan c6fe02cff1
Merge pull request #16505 from taosdata/feature/3.0_interval_hash_optimize
enh: rsma fetch all logic optimization
2022-08-30 13:22:27 +08:00
Shengliang Guan ce0eb89465
Merge pull request #16503 from taosdata/feature/stream
feat(tmq): support taosx
2022-08-30 13:21:54 +08:00
Haojun Liao e5f5d3710d fix(query): set correct value length 2022-08-30 12:48:06 +08:00
Cary Xu e257bd3986 other: code optimization 2022-08-30 11:50:50 +08:00
Cary Xu 3b3abbc293 other: revert the code 2022-08-30 11:47:23 +08:00
Cary Xu 7a67a9be4b enh: rsma fetch all logic optimization 2022-08-30 11:44:28 +08:00
Liu Jicong 8b3489760c feat(tmq): support taosx 2022-08-30 11:12:20 +08:00
afwerar cfb62d5e07 feature: update cfg 2022-08-30 10:59:16 +08:00
Shengliang Guan 847926555b
Merge pull request #16500 from taosdata/fix/TD-18726
fix: stat timeseries every minute to avoid dnode offline caused by ma…
2022-08-30 10:56:59 +08:00
Shengliang Guan beb08d4cea
Merge pull request #16478 from taosdata/feature/3.0_interval_hash_optimize
fix: race condition between fetch all and optr serialize
2022-08-30 10:40:24 +08:00
Haojun Liao d338e4dc60 fix(query): set correct length value. 2022-08-30 10:38:32 +08:00
Minglei Jin 01aca9ffc7 fix: stat timeseries every minute to avoid dnode offline caused by massive tables 2022-08-30 10:07:33 +08:00
Cary Xu 2a45862946 other: code format 2022-08-30 09:55:47 +08:00
Haojun Liao 45616c6548 fix(query):fix syntax error. 2022-08-30 09:47:42 +08:00
Shengliang Guan 1c7eb9daac
Merge pull request #16482 from taosdata/fix/filterResErr
fix: fix filter group merge error
2022-08-30 09:08:05 +08:00
Shengliang Guan 52f8fbb997
Merge pull request #16473 from taosdata/enh/3.0_planner_optimize
enh: super table scan requires project operator to merge packets to improve performance
2022-08-30 09:07:52 +08:00
Shengliang Guan 3b4802ccf8
Merge pull request #16496 from taosdata/feat/avoidClientDeadLock
avoid deadlock
2022-08-30 09:06:53 +08:00
Cary Xu 9600840aad fix: race condition between fetch all and commit 2022-08-30 08:14:32 +08:00
Haojun Liao 37618513a6
Merge branch '3.0' into feature/3_liaohj 2022-08-29 22:47:18 +08:00
Haojun Liao d2ed6ff0e8 fix(query): set correct page buffer id. 2022-08-29 22:42:15 +08:00
Shengliang Guan fe4d13da3d
Merge pull request #16488 from taosdata/feature/TD-14761
fix: cols num error in tmq for query
2022-08-29 19:27:56 +08:00
Cary Xu 0117a5c56f Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-29 19:26:22 +08:00
Shengliang Guan b5b33d48cc
Merge pull request #16489 from taosdata/fix/taosdStmtQuery
fix: fix taosd crash while executing stmt query
2022-08-29 19:25:40 +08:00
yihaoDeng 1a67ca34b9 avoid deadlock 2022-08-29 19:14:12 +08:00
Xiaoyu Wang b5e177f151 fix: some problems of parser 2022-08-29 18:52:00 +08:00
Haojun Liao ba8b10e27b refactor(query): do some internal refactor. 2022-08-29 18:47:46 +08:00
afwerar d4c91f8a10 feature: update cfg 2022-08-29 18:39:54 +08:00
Cary Xu 5cf6ffe3c2 Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-29 17:58:35 +08:00
Cary Xu 894e713719 other: revert the assert for tpagebuf 2022-08-29 17:54:20 +08:00
Cary Xu c8d6960291 other: adjust sma log level 2022-08-29 17:53:02 +08:00
dapan1121 205299e532 fix: fix taosd stmt query crash issue 2022-08-29 17:46:34 +08:00
wangmm0220 bf3231ab9f fix: cols num error in tmq for query 2022-08-29 17:30:50 +08:00
Xiaoyu Wang cc1d37cfe5 fix: some problems of parser 2022-08-29 17:23:29 +08:00
Minglei Jin 242083786a
Merge pull request #16476 from taosdata/fix/TD-18656
fix: release pages with drop case
2022-08-29 17:03:46 +08:00
dapan1121 70f86af711 fix: fix heartbeat crash issue 2022-08-29 16:57:59 +08:00
Cary Xu 8f6e87594f enh: not fetch all during commit 2022-08-29 16:33:08 +08:00
Cary Xu 12a01a88dd fix: race condition between fetch all and optr serialize 2022-08-29 16:15:12 +08:00
dapan1121 a861537bc0 fix: fix filter group merge error 2022-08-29 15:44:10 +08:00
Minglei Jin 95e591efed fix: release pages with drop case 2022-08-29 15:30:05 +08:00
Cary Xu 66199e4e7a Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-29 14:53:39 +08:00
Cary Xu 167e58578a enh: add check for tpagebuf 2022-08-29 14:53:13 +08:00
Xiaoyu Wang a39e6f7d92 enh: super table scan requires project operator to merge packets to improve performance 2022-08-29 14:01:18 +08:00
Shengliang Guan 9f7f12bf1d
Merge pull request #16421 from taosdata/fix/3.0_bugfix_wxy
fix: plan problem with sorting the first column of the system table
2022-08-29 13:13:22 +08:00