dapan1121
|
884144ba23
|
Merge pull request #17960 from taosdata/fix/TD-20267
fix: filter merge issue
|
2022-11-08 17:52:31 +08:00 |
dapan1121
|
d5874419ec
|
Merge pull request #17935 from taosdata/fix/TD-20246
fix: fix tsdbRead crash caused by reuse after free
|
2022-11-08 17:48:25 +08:00 |
Haojun Liao
|
cc3e97da36
|
fix(query): fix an typo.
|
2022-11-08 17:41:29 +08:00 |
Haojun Liao
|
6e1a2b1e54
|
enh(query): improve the perf.
|
2022-11-08 17:38:09 +08:00 |
Xiaoyu Wang
|
1c9b0b38d8
|
fix: set operator subplan type error
|
2022-11-08 17:35:38 +08:00 |
Shengliang Guan
|
5a5d2c448b
|
enh: process some msg in mnode read queue
|
2022-11-08 17:26:31 +08:00 |
chenhaoran
|
c4f0c340f9
|
test:modify two options that downloads the installPackages
|
2022-11-08 17:25:28 +08:00 |
Shengliang Guan
|
1dbb086045
|
enh: check vgroup status changes at regular intervals
|
2022-11-08 17:17:24 +08:00 |
chenhaoran
|
e238e6e946
|
test:modify two options that downloads the installPackages
|
2022-11-08 17:09:31 +08:00 |
chenhaoran
|
df2c9819a6
|
test:modify two options that downloads the installPackages
|
2022-11-08 17:01:09 +08:00 |
Haojun Liao
|
f85d66f5ee
|
enh(query): opt query perf.
|
2022-11-08 16:59:00 +08:00 |
chenhaoran
|
2bf72657b8
|
test:modify two options that downloads the installPackages
|
2022-11-08 16:50:27 +08:00 |
Shengliang Guan
|
8f0ecd46cd
|
Merge pull request #17961 from taosdata/feature/stream
enh(tmq): offset commit only when needed
|
2022-11-08 16:08:10 +08:00 |
Shengliang Guan
|
920fc400a0
|
Merge pull request #17964 from taosdata/fix/TD-20264
fix: add log for use db rsp
|
2022-11-08 16:07:55 +08:00 |
Shengliang Guan
|
cad4c156d7
|
Merge pull request #17962 from taosdata/perf/row_iter_optimize
perf: row iter optimize
|
2022-11-08 15:46:37 +08:00 |
Xuefeng Tan
|
f7fe64aa6d
|
fix(taosAdapter): fix cors config (#17958)
|
2022-11-08 15:15:05 +08:00 |
dapan1121
|
398ccbcc9d
|
Merge pull request #17957 from taosdata/fix/compareIssue
fix: fix compare invalid read issues
|
2022-11-08 15:07:22 +08:00 |
Haojun Liao
|
b0a54d3fab
|
enh(query): improve the perf.
|
2022-11-08 14:54:42 +08:00 |
Shengliang Guan
|
c016266989
|
Merge pull request #17951 from taosdata/fix/3.0_bugfix_wxy
fix: state_window error
|
2022-11-08 14:48:24 +08:00 |
Liu Jicong
|
118e5bf5d3
|
enh(tmq): offset commit only when needed
|
2022-11-08 14:46:34 +08:00 |
54liuyao
|
f66eded1e1
|
fix(stream): state window, error result after deleting data
|
2022-11-08 14:40:44 +08:00 |
Hongze Cheng
|
7bba9996cf
|
perf: optimize insert
|
2022-11-08 14:36:18 +08:00 |
Hongze Cheng
|
df69e060b2
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into perf/row_iter_optimize
|
2022-11-08 14:29:54 +08:00 |
dapan1121
|
d09351da68
|
fix: filter merge issue
|
2022-11-08 14:22:00 +08:00 |
Haojun Liao
|
032208e36a
|
enh(query): optimize the query perf.
|
2022-11-08 14:01:29 +08:00 |
Shengliang Guan
|
7a5be43d14
|
Merge pull request #17954 from taosdata/feature/stream
fix(stream): delete tb should be checked in write thread
|
2022-11-08 13:50:15 +08:00 |
Shengliang Guan
|
fb7d45303b
|
fix: add log for use db rsp
|
2022-11-08 13:46:18 +08:00 |
dapan1121
|
fc73d39add
|
fix: fix compare invalid read issues
|
2022-11-08 13:27:17 +08:00 |
Shengliang Guan
|
75d7ae5a9d
|
Merge pull request #17953 from taosdata/enh/TD-20263
enh: optimize the error code when create and drop a db in dropping status
|
2022-11-08 13:24:48 +08:00 |
Shengliang Guan
|
abd95562a0
|
enh: optimize the error code when create and delete a database in a dropping state
|
2022-11-08 12:36:28 +08:00 |
Shuduo Sang
|
fd53afd70c
|
fix: add installation folder to system path (#17943)
* fix: add installation folder to system path
* fix: add c:\tdengine in env path to issc setup
|
2022-11-08 12:23:22 +08:00 |
Haojun Liao
|
2621dec4ae
|
enh(query): improve the perf.
|
2022-11-08 12:02:44 +08:00 |
Hongze Cheng
|
b8d15c0167
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into perf/row_iter_optimize
|
2022-11-08 11:45:39 +08:00 |
Hongze Cheng
|
080f531b32
|
perf: optimize col data api
|
2022-11-08 11:44:58 +08:00 |
dapan1121
|
222c25d9df
|
Merge pull request #17950 from taosdata/fix/TD-19489-V3.0
fix(shell): adjust show result format
|
2022-11-08 11:42:32 +08:00 |
Xiaoyu Wang
|
8f7c0b8c60
|
fix: state_window error
|
2022-11-08 11:35:12 +08:00 |
Liu Jicong
|
bc469f7f7b
|
fix(stream): delete tb should be checked in write thread
|
2022-11-08 11:30:29 +08:00 |
wade zhang
|
2ccffd01a2
|
Merge pull request #17956 from taosdata/docs/query_doc_wxy
docs: add examples of case expressions
|
2022-11-08 11:19:22 +08:00 |
Xiaoyu Wang
|
cac2764cd6
|
docs: add examples of case expressions
|
2022-11-08 11:15:13 +08:00 |
Shengliang Guan
|
36450e6dd7
|
enh: optimize the error code when create and delete a database in a dropping state
|
2022-11-08 11:08:14 +08:00 |
Shengliang Guan
|
30058f7619
|
enh: optimize the error code when create and delete a database in a dropping state
|
2022-11-08 10:46:32 +08:00 |
Xiaoyu Wang
|
2d6c4ebda8
|
fix: state_window error
|
2022-11-08 10:18:27 +08:00 |
wade zhang
|
1aa18d3890
|
Merge pull request #17947 from taosdata/test/jcy
test: modify case delete_data.py to three test cases
|
2022-11-08 10:18:15 +08:00 |
dapan1121
|
ba570b2bb7
|
Merge pull request #17938 from taosdata/fix/preprocessQuery
fix: fix error handling for query msg preprocessing
|
2022-11-08 10:13:14 +08:00 |
Shengliang Guan
|
dfbb958128
|
Merge pull request #17929 from taosdata/perf/sma_optimize
perf: optimize sma calculation
|
2022-11-08 10:03:12 +08:00 |
Alex Duan
|
4b49dde403
|
fix(shell): adjust show result format
|
2022-11-08 09:54:19 +08:00 |
Shengliang Guan
|
1f91eef038
|
Merge pull request #17932 from taosdata/fix/tdb-prep-async-commit
enh(tdb): new interface of meta prep async commit
|
2022-11-08 09:43:36 +08:00 |
wade zhang
|
52cd026a62
|
Merge pull request #17948 from taosdata/enh/TD-20263
docs: set monitor default value
|
2022-11-08 09:43:10 +08:00 |
dapan1121
|
b5ab7eaf5e
|
Merge pull request #17891 from taosdata/fix/TD-19906
fix(query): add mode with selectivity rows
|
2022-11-08 09:36:21 +08:00 |
Shengliang Guan
|
fe685e723a
|
docs: set monitor default value
|
2022-11-08 09:32:12 +08:00 |