Commit Graph

1175 Commits

Author SHA1 Message Date
Hongze Cheng 0abe329fce Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-04 12:42:36 +00:00
Cary Xu fc4c08ef46 other: code optimization for exp/del msg 2022-06-04 19:34:53 +08:00
wangmm0220 a2ebeda89c feat: add sort/group logic for json 2022-06-04 19:28:30 +08:00
Cary Xu 075d881c7f feat: add msg of exp wnd and del 2022-06-04 18:44:39 +08:00
Hongze Cheng b6e79b2693 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-04 06:57:36 +00:00
Haojun Liao 31096b1c57
Merge pull request #13463 from taosdata/feature/3_liaohj
enh(query): add retension for the results of show databases;
2022-06-04 14:51:49 +08:00
Haojun Liao 2b3ff4d888 fix: update the column type in show. 2022-06-04 14:22:30 +08:00
Haojun Liao 978f73393d enh(query): add retension for the results of show databases; 2022-06-04 12:31:35 +08:00
Hongze Cheng 07d13f2e32 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-04 01:26:15 +00:00
Hongze Cheng 802f6d246c more 2022-06-04 01:26:05 +00:00
Cary Xu f5ad5883f8 Merge branch '3.0' into feature/TD-14481-3.0 2022-06-03 20:08:44 +08:00
Haojun Liao 4b9ea626ae Merge branch '3.0' into feature/3_liaohj 2022-06-03 00:18:54 +08:00
Cary Xu 28d7f8f31d Merge branch '3.0' into feature/TD-14481-3.0 2022-06-02 21:02:30 +08:00
Cary Xu e607f5a16e fix: add htonl to numOfBlocks 2022-06-02 21:01:24 +08:00
Shengliang Guan 2a8b999ca8
Merge pull request #13424 from taosdata/fix/mnode
refactor: adjust vnode queue
2022-06-02 19:00:11 +08:00
Shengliang Guan a9b32dc327 refactor: adjust vnode queue 2022-06-02 18:26:29 +08:00
Hongze Cheng 6b17c1cacd Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-02 09:28:07 +00:00
Haojun Liao 343f912ddd Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
# Conflicts:
#	source/client/inc/clientInt.h
#	source/client/src/clientImpl.c
#	source/client/src/clientMsgHandler.c
2022-06-02 17:27:51 +08:00
Haojun Liao 84158d861d enh(query): query APIs are built on top of async APIs. 2022-06-02 16:54:35 +08:00
Hongze Cheng 39f6e30826 feat: row refact 2022-06-02 08:26:07 +00:00
Liu Jicong c28af7001f
Merge pull request #13256 from taosdata/feature/3_liaohj
enh(query): enable twa function in select clause.
2022-06-02 15:39:18 +08:00
WANG MINGMING 0ac78291ae
Merge pull request #13384 from taosdata/feature/TD-14761
feat:add schemaless param from db
2022-06-02 15:18:29 +08:00
Liu Jicong 77fe6a4ef7
Merge branch '3.0' into feature/3_liaohj 2022-06-02 15:05:49 +08:00
wangmm0220 8cba836611 fix:fix CI error in schemaless parameters 2022-06-02 14:54:21 +08:00
Hongze Cheng 2b3845b801 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-02 06:04:42 +00:00
Hongze Cheng 5070bb3a6f more 2022-06-02 06:04:31 +00:00
Hongze Cheng 6a204ca486 more 2022-06-02 05:28:45 +00:00
Hongze Cheng fa1d70824c Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-02 05:14:11 +00:00
Hongze Cheng 89d53fb60a more 2022-06-02 05:06:11 +00:00
dapan1121 7251634534 Merge branch '3.0' into feature/qnode 2022-06-02 12:39:14 +08:00
Cary Xu 6a7fb64086 Merge branch '3.0' into feature/TD-11274-3.0 2022-06-02 10:22:51 +08:00
Cary Xu 7fceb5a709 other: code optimization and do more check 2022-06-02 10:22:34 +08:00
Hongze Cheng 554c66d78c Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-02 01:27:08 +00:00
Shengliang Guan 95c9dea9d6
Merge pull request #13391 from taosdata/fix/tsim
enh: add creating and dropping states to mnode
2022-06-01 21:38:59 +08:00
Shengliang Guan 1907c0e66c enh: add creating and dropping states to mnode 2022-06-01 21:16:22 +08:00
Hongze Cheng 02b81258f5 more 2022-06-01 12:44:23 +00:00
Hongze Cheng 1aeb5a540d more 2022-06-01 12:42:29 +00:00
dapan1121 d8093c91c2 alter table return meta 2022-06-01 20:28:29 +08:00
wangmm0220 478fa8b601 fix:fix length error in tag insert 2022-06-01 20:12:13 +08:00
WANG MINGMING 9cb385f0b8
Merge pull request #13388 from taosdata/3.0
3.0
2022-06-01 20:07:09 +08:00
wangmm0220 0ecd49205f feat:merge from 3.0 2022-06-01 18:59:01 +08:00
Shengliang Guan c01a898df8
Merge pull request #13379 from taosdata/fix/tsim
feat: increase the number of database replicas
2022-06-01 18:25:41 +08:00
wangmm0220 fea92600a1 fix:fix memory error in Address Sanitizer 2022-06-01 18:08:46 +08:00
Liu Jicong 5ca27cd440
Merge pull request #13378 from taosdata/feature/tq
refactor(tmq): tq sink and push
2022-06-01 17:39:55 +08:00
Shengliang Guan 141be56075 Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-06-01 17:31:47 +08:00
Shengliang Guan 7fcfd45a03 feat: increase the number of database replicas 2022-06-01 17:26:36 +08:00
Liu Jicong e1a5000e50 refactor(tmq): tq sink and push 2022-06-01 17:26:15 +08:00
Hongze Cheng 8e1a922057 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-06-01 07:32:09 +00:00
Hongze Cheng c2d95cbc0d more 2022-06-01 07:28:57 +00:00
Cary Xu 737820ee24
Merge pull request #13371 from taosdata/feature/TD-14481-3.0
feat: tsma/rsma refactor
2022-06-01 15:24:27 +08:00
Hongze Cheng 62e01aba28 refact: more 2022-06-01 07:16:18 +00:00
Hongze Cheng 540923c6a4 feat: data format 2022-06-01 07:10:33 +00:00
Cary Xu 648e0ac1c1 Merge branch '3.0' into feature/TD-14481-3.0 2022-06-01 15:08:44 +08:00
Cary Xu 15b25eeec5 feat: tsma/rsma refactor 2022-06-01 15:06:12 +08:00
wangmm0220 588c4f5abf Merge branch '3.0' into feat/tag_refact 2022-06-01 13:25:41 +08:00
Hongze Cheng be2bfd513e more 2022-06-01 03:16:09 +00:00
Hongze Cheng 646357f1dc more 2022-06-01 03:08:46 +00:00
Shengliang Guan 321e23fe7b
Merge pull request #13339 from taosdata/fix/tsim
fix: the max number of mnodes is limited to 3
2022-06-01 10:13:37 +08:00
Shengliang Guan 70e6e15920 Merge branch 'fix/mnode' into fix/tsim 2022-06-01 09:41:54 +08:00
wangmm0220 19b0932781 feat:merge from 3.0 2022-05-31 23:46:04 +08:00
wangmm0220 f6b700ff45 feat:add new logic for new tag format 2022-05-31 22:30:08 +08:00
Cary Xu 6ae33e242b Merge branch '3.0' into feature/TD-14481-3.0 2022-05-31 21:08:12 +08:00
Cary Xu d8405d82dc feat: tsma refactor 2022-05-31 21:07:52 +08:00
wangmm0220 d95ec693c0 feat:add new logic for new tag format 2022-05-31 21:05:43 +08:00
Shengliang Guan 5f74daa5e4 enh: display the ertransaction error reason 2022-05-31 20:36:54 +08:00
dapan1121 d85457833f
Merge pull request #13289 from taosdata/feature/qnode
feat: scheduler based on load
2022-05-31 19:59:41 +08:00
Hongze Cheng f0045e3f38 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-05-31 11:41:01 +00:00
wangmm0220 816cea07f9 feat:add new logic for new tag format 2022-05-31 17:49:33 +08:00
Haojun Liao d358212a14 fix(query): move the bitmap when drop first rows. 2022-05-31 17:02:44 +08:00
Liu Jicong c3296fe890 merge from 3.0 2022-05-31 16:44:27 +08:00
dapan1121 52988b6da6 Merge branch '3.0' into feature/qnode 2022-05-31 14:04:47 +08:00
dapan1121 496ae4ca89 schedule based on qnode's load 2022-05-31 14:03:47 +08:00
Haojun Liao c06316537e enh(query): the results of count and hyperloglog is configurable. 2022-05-31 15:04:52 +08:00
Hongze Cheng 607ae9e6a4 refact more 2022-05-31 03:44:44 +00:00
Hongze Cheng 2baee09b58 more 2022-05-31 03:34:38 +00:00
Hongze Cheng d6f02761a0 more refact 2022-05-31 03:08:29 +00:00
Hongze Cheng 010f1d2e2f more refact 2022-05-31 02:59:55 +00:00
Hongze Cheng 0c31c89b38 refact more 2022-05-31 02:48:45 +00:00
wangmm0220 35635ea68c feat:add schemaless db paras 2022-05-31 10:42:18 +08:00
Hongze Cheng f42ce55aad Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-05-31 01:26:10 +00:00
Haojun Liao a7feca23fe other: merge 3.0 2022-05-30 23:32:00 +08:00
Liu Jicong 2248bc4207 Merge branch '3.0' into feature/topic_grammar 2022-05-30 23:31:22 +08:00
Haojun Liao bb2146cd75 refactor(query): do some internal refactor. 2022-05-30 22:35:01 +08:00
Haojun Liao 70927458e5 refactor(query): do some internal refactor. 2022-05-30 20:10:30 +08:00
Cary Xu 5fa27b27ba fix: support fetching specific schema version from table 2022-05-30 19:52:06 +08:00
wangmm0220 f7c21c4502 feat:add schemaless db paras 2022-05-30 18:00:03 +08:00
Hongze Cheng aa6da0b5ea Merge branch 'feat/tag_refact' of https://github.com/taosdata/TDengine into feat/row_refact 2022-05-30 05:07:51 +00:00
Xiaoyu Wang fdd00a6582 feat: sql command 'create topic as {database | stable| query}' 2022-05-30 11:59:23 +08:00
Hongze Cheng 79e000a056 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-05-30 03:57:15 +00:00
Hongze Cheng 5b6f9bdb9c refact: tag api 2022-05-30 03:51:36 +00:00
Cary Xu fdf7d77856 fix: bug fix for tag refactor 2022-05-29 20:28:54 +08:00
Cary Xu 890075ef4a fix: init buf to avoid invalid write 2022-05-29 00:59:23 +08:00
dapan1121 5da1ead67b
Merge pull request #13174 from taosdata/feature/qnode
fix: fix memory leak
2022-05-28 22:44:00 +08:00
Haojun Liao 067e29f728
Merge pull request #13169 from taosdata/feature/3_liaohj
fix(query): set correct start offset of binary data when trimming values.
2022-05-28 22:32:09 +08:00
dapan1121 5ce7dd2a4d qnode load 2022-05-28 22:13:26 +08:00
Hongze Cheng 8db7566fc6 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/row_refact 2022-05-28 12:20:14 +00:00
Cary Xu 174eb2d862 fix: add more debug logs 2022-05-28 20:13:59 +08:00
Haojun Liao 041cb3f055 fix(query): set correct start offset of binary data when trimming first value. 2022-05-28 20:10:18 +08:00
Yihao Deng 7710766583
Merge branch '3.0' into enh/tagFlt 2022-05-28 18:40:54 +08:00
Cary Xu b73cf23cc6 fix: adapt the code according to large or small offset 2022-05-28 18:24:57 +08:00