Haojun Liao
|
20d099dfa6
|
Merge pull request #21901 from taosdata/fix/liaohj
fix: fix coverity issue.
|
2023-07-03 15:15:21 +08:00 |
Haojun Liao
|
622e1cb608
|
fix: fix coverity issue.
|
2023-06-29 15:54:09 +08:00 |
Haojun Liao
|
c24a7f6454
|
Merge pull request #21876 from taosdata/feature/TS-3495
fix:add log & init to 0 specific
|
2023-06-29 13:44:25 +08:00 |
wade zhang
|
80130b2691
|
Merge pull request #21851 from luckeverda/fix/TD-24473
fix/TD-24542/TD-24484/TD-24473
|
2023-06-29 10:42:53 +08:00 |
Shungang Li
|
308ba7a02e
|
fix: type geometry predicates support
support "=, <>, is null, is not null, in, not in"
|
2023-06-29 09:44:51 +08:00 |
wangmm0220
|
6cd0f98e44
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TS-3495
|
2023-06-28 18:09:30 +08:00 |
wangmm0220
|
1fc664693e
|
fix:continue consume if wal is dropped
|
2023-06-28 11:54:48 +08:00 |
wangjiaming0909
|
57ddb3437d
|
feature: optimize order by limit using priority queue
|
2023-06-27 17:50:50 +08:00 |
Haojun Liao
|
600607ef84
|
Merge pull request #21846 from taosdata/fix/TD-24969
stream single session op end window function
|
2023-06-27 10:38:38 +08:00 |
dapan1121
|
4dae9f4eff
|
merge main to 3.0
|
2023-06-26 18:43:00 +08:00 |
liuyao
|
d1ca2ae2a0
|
stream single session op end window function
|
2023-06-26 17:10:06 +08:00 |
liuyao
|
1d22e6ba52
|
stream session end window function
|
2023-06-26 10:51:45 +08:00 |
Haojun Liao
|
e4e66ad0a4
|
fix: fix memory leak.
|
2023-06-25 14:56:08 +08:00 |
wade zhang
|
254a20bdf3
|
Merge pull request #21660 from luckeverda/feat/TD-23739
feat/TD-23739: enhance ttl, deletetime modified by writing-op
|
2023-06-25 09:06:57 +08:00 |
wangjiaming0909
|
eb7d23ca95
|
fix: fill operator with wrong input ts order
|
2023-06-21 09:23:58 +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 |
Shungang Li
|
b93f653d7e
|
feat: enhance ttl, deletetime modified by writing-ops
new config item: ttlChangeOnWrite (default 0)
ttl delete time changes on last write if true
|
2023-06-19 19:03:35 +08:00 |
dapan1121
|
1ca24fea6b
|
Merge pull request #21742 from wangjiaming0909/feature/3.0/TD-24656
feature: add input, output ts order for execution plans
|
2023-06-18 19:24:29 +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 |
wangjiaming0909
|
61309862c2
|
fix comments of TD-24656
|
2023-06-16 18:12:02 +08:00 |
Ganlin Zhao
|
9cddf06053
|
handle 0 result case for groups
|
2023-06-16 16:11:56 +08:00 |
Ganlin Zhao
|
e4c9a7474e
|
remove test code
|
2023-06-16 14:58:23 +08:00 |
Ganlin Zhao
|
e74c0ac987
|
save index instead of ts
|
2023-06-16 14:11:19 +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
|
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
|
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 |
wangjiaming0909
|
fb4f174fbc
|
feature: add input, output ts order for execution plans
|
2023-06-16 10:26:09 +08:00 |
Ganlin Zhao
|
fe2629d061
|
Merge branch '3.0' into feat/TD-22193
|
2023-06-16 10:16:51 +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 |
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 |
Haojun Liao
|
1b9eca5ce0
|
other: merge main.
|
2023-06-15 13:03:17 +08:00 |
yihaoDeng
|
ed33e6ea43
|
change log level when filter tag
|
2023-06-13 07:06:08 +00:00 |
slzhou
|
13ddd37529
|
fix: fix memory sanitizer error
|
2023-06-13 14:51:41 +08:00 |
yihaoDeng
|
8dc6d1cc6a
|
change log level when filter tag
|
2023-06-13 01:51:22 +00:00 |
dapan1121
|
7956a8c420
|
fix: row size too big issue
|
2023-06-09 13:49:25 +08:00 |
Ganlin Zhao
|
bef6214904
|
remove test code
|
2023-06-08 19:30:05 +08:00 |
Ganlin Zhao
|
145bb93967
|
fix block only have one row
|
2023-06-08 19:21:04 +08:00 |
Ganlin Zhao
|
21fccc2d48
|
fix switchin group issue
|
2023-06-08 18:25:32 +08:00 |
Ganlin Zhao
|
7ee05df7c6
|
fix lastBlock remain ts not saved
|
2023-06-08 17:46:25 +08:00 |
Ganlin Zhao
|
b4c2085ddc
|
feat: add pipeline processing for timeslice operator
|
2023-06-08 16:32:35 +08:00 |
dapan1121
|
a9ed1f6d46
|
Merge pull request #21567 from wangjiaming0909/fix/3.0/TD-24525
fix: prevent projectoperator scanning all rows when limit with no group
|
2023-06-08 15:14:48 +08:00 |
dapan1121
|
958160be0b
|
Merge pull request #21599 from taosdata/enh/TD-24274
enh: enable interp fill value support scarlar expression
|
2023-06-08 10:39:38 +08:00 |
dapan1121
|
6c74282946
|
Merge pull request #21597 from taosdata/enh/TD-24586
enh: optimize filter performance
|
2023-06-08 09:05:56 +08:00 |
Ganlin Zhao
|
c612d945ec
|
fix fill value bug
|
2023-06-07 18:27:29 +08:00 |