Commit Graph

1238 Commits

Author SHA1 Message Date
Cary Xu cb7d0c2256 feat: tsma insert and query 2022-06-14 20:19:25 +08:00
Liu Jicong 04593fa44e fix(stream): build table name 2022-06-14 16:38:33 +08:00
Liu Jicong acda336f4e Merge branch '3.0' into feature/stream 2022-06-14 15:14:47 +08:00
Liu Jicong 5881ef2690 refactor: convert datablock to submit block 2022-06-14 15:08:37 +08:00
dapan1121 2861534ada
Merge pull request #13781 from taosdata/feature/cacheIndex
feat: cache table index
2022-06-14 14:29:13 +08:00
Liu Jicong ae8d2fd36d merge from 3.0 2022-06-14 14:10:37 +08:00
Liu Jicong 601e454a24 enh(tmq): put offset store into vnode 2022-06-14 13:58:40 +08:00
Shengliang Guan 82112e8d4a
Merge pull request #13786 from taosdata/fix/mnode
fix(sync): send snapshot to multi nodes at the same time
2022-06-14 09:54:21 +08:00
Shengliang Guan be3de7b7df fix(sync): send snapshot to multi nodes at the same time 2022-06-13 22:20:53 +08:00
dapan1121 b83197398e fix msg decode issue 2022-06-13 19:47:14 +08:00
dapan1121 8d86b877e7 Merge branch '3.0' into feature/cacheIndex 2022-06-13 18:49:08 +08:00
dapan1121 7a78d81232 fix compile issue 2022-06-13 15:36:28 +08:00
Xiaoyu Wang 380a071551 fix: handle the memory leak of parser 2022-06-13 14:54:38 +08:00
dapan1121 eff9f9be4d add sma update 2022-06-13 14:06:11 +08:00
dapan1121 17f6275015 add sma cache 2022-06-13 10:38:45 +08:00
Haojun Liao d77979babf
Merge pull request #13747 from taosdata/feature/3_liaohj
fix(query): add more check for timestamp in converting.
2022-06-12 11:31:29 +08:00
Haojun Liao c2e8aa9659 refactor: do some internal refactor. 2022-06-12 00:31:34 +08:00
Haojun Liao f5dacec38d fix(query): add more check for timestamp in converting. 2022-06-12 00:08:01 +08:00
WANG MINGMING 0f417eb584
Merge pull request #13743 from taosdata/feature/TD-14761
fix:disable schemaless database parameters & fix insert error in multi thread in schemaless
2022-06-11 23:38:06 +08:00
Haojun Liao 38e53ec8c3
Merge pull request #13741 from taosdata/feature/3_liaohj
fix(query): add day of month check for the input timestamp.
2022-06-11 23:09:56 +08:00
Shengliang Guan c4f1316eea
Merge pull request #13724 from taosdata/fix/mnode
fix: cant drop mnode which is offline
2022-06-11 20:53:34 +08:00
dapan1121 31f3bed347 support index cache 2022-06-11 20:39:16 +08:00
wangmm0220 324e8607cc fix:disable schemaless database parameters 2022-06-11 20:26:11 +08:00
Haojun Liao 90bdf06a9a fix(query): add day of month check for the input timestamp. 2022-06-11 20:07:17 +08:00
Shengliang Guan 8d38ce5aff enh: enable show grants in community version 2022-06-11 19:33:40 +08:00
Xiaoyu Wang 0f99cc084a
Merge pull request #13736 from taosdata/feature/3.0_wxy
feat: sma index optimize
2022-06-11 19:08:28 +08:00
Xiaoyu Wang fc4b959a12 feat: sma index optimize 2022-06-11 18:21:47 +08:00
Cary Xu f0652ba4ff
Merge pull request #13719 from taosdata/feature/TD-14481-3.0
refactor: tsma
2022-06-11 16:07:17 +08:00
Cary Xu 25911e12a4 Merge branch '3.0' into feature/TD-14481-3.0 2022-06-11 15:16:20 +08:00
Cary Xu ed829455a9 feat: tsma refactor 2022-06-11 15:15:55 +08:00
Haojun Liao a91053300c other: merge 3.0 2022-06-11 14:54:31 +08:00
Haojun Liao 9f4e89a7e2 Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2022-06-11 14:52:33 +08:00
Haojun Liao 0fbf30ce6d refactor: do some internal refactor, and add some check before create exchange operator. 2022-06-11 14:51:54 +08:00
Haojun Liao a80529e810
Merge pull request #13688 from taosdata/feature/3_liaohj
fix(query): fix invalid write.
2022-06-11 14:50:35 +08:00
Haojun Liao 94c8ca1e06 fix(query): add null pointer check. 2022-06-11 14:10:00 +08:00
Haojun Liao 80b7ba902c fix(query): add null pointer check. 2022-06-11 13:48:18 +08:00
Haojun Liao f30ae95b9d fix(query): add null pointer check. 2022-06-11 11:36:13 +08:00
Haojun Liao 79552ed65d fix(query): add null pointer check. 2022-06-11 11:35:42 +08:00
Haojun Liao afe612e369 refactor: remove unnecessary check. 2022-06-11 00:51:59 +08:00
Shengliang Guan f590a362f8
Merge pull request #13687 from taosdata/fix/dnode
feat: redistribute vgroup to dnodes
2022-06-10 17:14:05 +08:00
Shengliang Guan 56ce7b1baa enh: adjust show transcations output 2022-06-10 16:45:31 +08:00
54liuyao c790ac64d6 feat(stream): distribute stream interval 2022-06-10 15:54:20 +08:00
Cary Xu 988f4126b4 other: merge 3.0 2022-06-10 15:21:16 +08:00
Xiaoyu Wang 46bac2f579 fix: a problem of interval distributed split 2022-06-10 14:28:58 +08:00
Cary Xu 2160a112f5 other: merge 3.0 2022-06-10 09:59:47 +08:00
Liu Jicong a2145321b5
Merge pull request #13663 from taosdata/feature/stream
feat(wal): support restore from snapshot
2022-06-10 00:04:13 +08:00
Liu Jicong 7ab3a1e42c feat(wal): support restore from snapshot 2022-06-09 23:08:06 +08:00
Cary Xu fff84f1cb4 other: merge 3.0 2022-06-09 20:08:50 +08:00
Cary Xu 2b2485d175 feat: tsma exp wnds process 2022-06-09 20:02:55 +08:00
Liu Jicong 7ed9da56e3
Merge pull request #13653 from taosdata/feature/stream
feat(stream): sink table can be other db
2022-06-09 19:12:35 +08:00