wangmm0220
|
57d567b074
|
Merge branch 'main' of https://github.com/taosdata/TDengine into mark/sml
|
2023-06-25 15:16:04 +08:00 |
yihaoDeng
|
c36d14df77
|
add compile opt
|
2023-06-22 13:19:14 +08:00 |
Haojun Liao
|
92249d892a
|
Merge pull request #21717 from taosdata/enh/staticLibMain
Enh/static lib main
|
2023-06-21 17:46:30 +08:00 |
dapan1121
|
67f884f844
|
Merge pull request #21799 from taosdata/fix/TD-24857
fix: distinct constant value issue
|
2023-06-21 14:17:27 +08:00 |
yihaoDeng
|
e5c62cfa06
|
add static lib
|
2023-06-21 12:10:42 +08:00 |
dapan1121
|
8da28aced2
|
fix: distinct constant value issue
|
2023-06-21 10:33:50 +08:00 |
wangjiaming0909
|
eb7d23ca95
|
fix: fill operator with wrong input ts order
|
2023-06-21 09:23:58 +08:00 |
yihaoDeng
|
daa3b5238f
|
add static lib
|
2023-06-20 19:29:43 +08:00 |
Minglei Jin
|
fa5d52613e
|
fix(query/scan-oper): use META_READER_NOLOCK to init meta reader
|
2023-06-20 17:33:28 +08:00 |
dapan1121
|
3bd5fbad0c
|
Merge pull request #21754 from taosdata/fix/TD-24832
fix: invalid system table primary key and distinct order by column issue
|
2023-06-19 13:24:48 +08:00 |
dapan1121
|
f31240d4b5
|
Merge pull request #21762 from wangjiaming0909/fix/m/TD-24819
fix: show queries returned less rows when one conn has more than 100 queries
|
2023-06-19 09:13:32 +08:00 |
dapan1121
|
3b246d4a91
|
Merge pull request #21763 from taosdata/fix/TD-24845
fix: distinct column removed in union all issue
|
2023-06-19 09:08:08 +08:00 |
slzhou
|
fc523d1265
|
fix: at most 128 k-way merge to decrease memory usage
|
2023-06-18 07:53:35 +08:00 |
slzhou
|
9e781ed7a6
|
fix: destory data block to fix oom
|
2023-06-18 06:50:53 +08:00 |
slzhou
|
577c131360
|
fix: search k-way number
|
2023-06-17 22:13:08 +08:00 |
slzhou
|
0a567252f5
|
fix: oom issue since table merge scan
|
2023-06-17 18:50:33 +08:00 |
wangmm0220
|
978f639851
|
fix:[TD-24807] double quote & space escape error
|
2023-06-16 19:25:08 +08:00 |
dapan1121
|
ad9b26abac
|
fix: distinct column removed in union all issue
|
2023-06-16 18:43:36 +08:00 |
wangjiaming0909
|
bc2cc64873
|
fix: show queries returned less rows when one conn has more than 100 queries
|
2023-06-16 18:17:56 +08:00 |
dapan1121
|
1329dce320
|
Merge pull request #21712 from taosdata/fix/TS-3484
fix: fix order by ts desc error
|
2023-06-16 18:01:16 +08:00 |
dapan1121
|
bb8840d4ec
|
Merge pull request #21749 from taosdata/szhou/fix-ts3543
fix: table merge scan oom with muliti-level merge sort
|
2023-06-16 14:05:25 +08:00 |
dapan1121
|
6df2a8b53f
|
fix: invalid system table primary key and distinct order by column issue
|
2023-06-16 13:45:59 +08:00 |
dapan1121
|
9a3781ea19
|
Merge pull request #21743 from taosdata/fix/td-24784
fix: cleanup datablock so that varmeta length is right
|
2023-06-16 13:20:56 +08:00 |
wade zhang
|
01b1cfe965
|
Merge pull request #21676 from taosdata/fix/TD-24715
enh(vnd/svr): convert msyType to string
|
2023-06-16 12:06:47 +08:00 |
Haojun Liao
|
910e0aae97
|
Merge pull request #21746 from taosdata/fix/TS-3540
fix:null pointer error if restore from file
|
2023-06-16 11:57:51 +08:00 |
wade zhang
|
d5f37359f4
|
Merge pull request #21722 from taosdata/fix/TD-24761
fix(tsdb/cache): rewrite cache update to fix cpu usage
|
2023-06-16 11:52:02 +08:00 |
Minglei Jin
|
968e3cf1ea
|
lru/applyF: fix ret value
|
2023-06-16 10:00:17 +08:00 |
slzhou
|
e35553d6a0
|
fix: fix memory sanitizer error
|
2023-06-16 09:02:15 +08:00 |
shenglian zhou
|
376688479c
|
fix: remove multi-reader since two level merge is used
|
2023-06-16 09:00:50 +08:00 |
slzhou
|
0b61b88c10
|
fix: fix oom issue
|
2023-06-16 09:00:31 +08:00 |
Yihao Deng
|
97fa74ae2e
|
Merge branch 'main' into enh/staticLibMain
|
2023-06-15 21:37:01 +08:00 |
wangmm0220
|
38dc8e2107
|
Merge branch 'fix/TS-3540' of https://github.com/taosdata/TDengine into fix/TS-3540
|
2023-06-15 19:45:15 +08:00 |
wangmm0220
|
c243e470c9
|
fix:null pointer error if restore from file
|
2023-06-15 19:44:58 +08:00 |
dapan1121
|
575c48212a
|
Merge pull request #21721 from taosdata/fix/TD-24707
fix: forbid system table functions
|
2023-06-15 18:52:33 +08:00 |
Haojun Liao
|
9e78a4c5a5
|
Merge pull request #21741 from taosdata/fix/TS-3540
fix:control memory size if consumer group is too much
|
2023-06-15 17:41:21 +08:00 |
Minglei Jin
|
2cb6c7af16
|
cache/commit: use outter lock
|
2023-06-15 17:16:14 +08:00 |
Minglei Jin
|
9d6a22e35e
|
cache/apply: use tsdb's flushState as ud
|
2023-06-15 17:07:56 +08:00 |
Minglei Jin
|
c56f29c031
|
cache/flushState: init flush state when open cache
|
2023-06-15 17:01:27 +08:00 |
yihaoDeng
|
a17a8cc192
|
fix:null pointer error
|
2023-06-15 16:35:53 +08:00 |
Minglei Jin
|
158ae209bf
|
cache/lru: new applyF API for tlrucache
|
2023-06-15 16:34:51 +08:00 |
shenglian zhou
|
b7165da5e3
|
fix: cleanup datablock so that varmeta length is right
|
2023-06-15 16:10:28 +08:00 |
wangmm0220
|
22776e60d5
|
fix:control memory size if consumer group is too much
|
2023-06-15 14:51:04 +08:00 |
dapan1121
|
f1edb49891
|
Merge pull request #21737 from taosdata/fix/TD-24823
fix: partition data order requirement issue
|
2023-06-15 14:25:47 +08:00 |
yihaoDeng
|
72acbb851a
|
Merge branch 'enh/optUVSize' into enh/staticLibMain
|
2023-06-15 14:05:06 +08:00 |
Haojun Liao
|
98fbf1abb4
|
Merge pull request #21702 from taosdata/fix/changeLogLevel
change log level when filter tag
|
2023-06-15 13:46:45 +08:00 |
dapan1121
|
23d88b7e5a
|
fix: partition data order requirement issue
|
2023-06-15 11:22:32 +08:00 |
wade zhang
|
8afbc1a5c8
|
Merge pull request #21732 from taosdata/fix/TS-3524-2
fix/TS-3524
|
2023-06-15 11:03:03 +08:00 |
Ganlin Zhao
|
c520a1044b
|
fix crash
|
2023-06-15 10:21:16 +08:00 |
dapan1121
|
a65b103b1d
|
Merge pull request #21719 from taosdata/fix/td-24781
fix: calculate the rows that can be put in one page
|
2023-06-15 09:04:11 +08:00 |
Minglei Jin
|
6d23ea93ea
|
cache/update: fix memory leak
|
2023-06-15 08:40:36 +08:00 |