dapan1121
|
53094f62d8
|
Merge pull request #24359 from taosdata/FIX/TD-27003
Fix : use last row scan when select last_row, last
|
2024-01-16 08:50:23 +08:00 |
fullhonest
|
cb2ab749b5
|
Fix TD-27003: use last row scan when select last_row, last
|
2024-01-15 15:22:29 +08:00 |
wangjiaming0909
|
bc1eacf626
|
add PARTITION_BEFORE_GROUP hint to use partition node before agg
|
2024-01-12 17:41:34 +08:00 |
fullhonest
|
5bd29a413b
|
Fix: not use last row scan when select tbname and last
|
2024-01-08 19:49:15 +08:00 |
Bob Liu
|
158c5996df
|
adjust case
|
2023-12-27 15:51:36 +08:00 |
Bob Liu
|
86351d5487
|
check count & window
|
2023-12-27 01:05:04 +08:00 |
Bob Liu
|
3faf1514f4
|
doGroupedTableScan
|
2023-12-26 20:47:15 +08:00 |
Bob Liu
|
2c9fa56e9c
|
calcNeedCountEmpty
|
2023-12-26 10:24:50 +08:00 |
Bob Liu
|
15694df001
|
adjust
|
2023-12-25 11:54:10 +08:00 |
Bob Liu
|
da0ecc18b9
|
test
|
2023-12-25 02:51:52 +08:00 |
Bob Liu
|
52c244d9ec
|
adjust
|
2023-12-24 23:48:37 +08:00 |
Bob Liu
|
c9b69316c1
|
calcNeedCountEmpty
|
2023-12-24 01:19:16 +08:00 |
Bob Liu
|
e3098accc4
|
support count empty table
|
2023-12-22 18:14:26 +08:00 |
dapan1121
|
a2ee41233e
|
Merge pull request #23835 from taosdata/szhou/tms-duration
feat: tsdb output in duration order
|
2023-12-08 09:07:41 +08:00 |
shenglian zhou
|
ac531c6d7f
|
enhance: add fileset delimited front end
|
2023-12-06 10:45:12 +08:00 |
xsren
|
7bb06cb1cc
|
fix: userAlias
|
2023-12-06 09:13:18 +08:00 |
xsren
|
9bb82ac03b
|
fix merge key
|
2023-12-05 19:43:00 +08:00 |
dapan1121
|
d659bbb272
|
fix: memory reuse issue
|
2023-11-14 15:19:04 +08:00 |
dapan1121
|
537e56c904
|
fix: scan columns duplicated issue
|
2023-11-14 08:51:23 +08:00 |
dapan1121
|
dbba1385b3
|
fix: scan columns issue
|
2023-11-13 19:51:38 +08:00 |
dapan1121
|
c5d621c910
|
fix: remove usless scan columns
|
2023-11-13 18:40:55 +08:00 |
dapan1121
|
8bcb7f8741
|
fix: windows compile error
|
2023-11-10 17:29:52 +08:00 |
dapan1121
|
a8de040af2
|
fix: remove non sort usage for now
|
2023-11-10 16:13:23 +08:00 |
dapan1121
|
350fac01a0
|
Merge remote-tracking branch 'origin/3.0' into feat/TD-24802
|
2023-11-10 11:48:55 +08:00 |
dapan1121
|
dd0ac98a5f
|
fix: correct no data load
|
2023-11-09 19:25:44 +08:00 |
wangjiaming0909
|
a6600ab23a
|
correct colid in blockinfo
|
2023-11-09 15:41:01 +08:00 |
dapan1121
|
6352b28b4c
|
fix: split scan columns from cache last scan
|
2023-11-09 09:47:55 +08:00 |
dapan1121
|
38196f37b9
|
Merge remote-tracking branch 'origin/3.0' into feat/TD-24802
|
2023-11-08 18:48:13 +08:00 |
dapan1121
|
49ebb7145e
|
enh: support split cache last and other functions
|
2023-11-08 18:42:41 +08:00 |
wangjiaming0909
|
3e850df3c2
|
fix: last(ts2), ts2, ts caused data err
|
2023-11-08 14:43:11 +08:00 |
wangjiaming0909
|
fc6c4fba90
|
feat: cache scan for select last(c), ts/c
|
2023-11-08 13:39:28 +08:00 |
dapan1121
|
604c701290
|
Merge remote-tracking branch 'origin/feat/TS-4122' into feat/TD-24802
|
2023-11-07 15:59:01 +08:00 |
slzhou
|
433d3b7354
|
fix: select tags const from table
|
2023-11-07 15:47:36 +08:00 |
dapan1121
|
c2ec373557
|
Merge remote-tracking branch 'origin/3.0' into feat/TD-24802
|
2023-11-07 10:09:10 +08:00 |
dapan1121
|
0ed4d1507f
|
feat: support non_sort mode
|
2023-11-07 09:23:06 +08:00 |
wangjiaming0909
|
04a1f2ef4d
|
feat: cache scan for select last(c), ts/c
|
2023-11-06 15:26:12 +08:00 |
dapan1121
|
b2fea84a3a
|
fix: case issue and bugs
|
2023-10-30 19:14:31 +08:00 |
wangjiaming0909
|
04c60486e9
|
feat: support interval syntax of quoted duration and default unit
|
2023-10-19 15:46:19 +08:00 |
slzhou
|
34246ea001
|
fix: tag scan support limit and remove slimit optimization
|
2023-10-16 16:43:15 +08:00 |
Haojun Liao
|
eb4449999f
|
other: merge 3.0
|
2023-10-12 10:33:48 +08:00 |
wangjiaming0909
|
eea90507d4
|
feat: remove partition node for agg
|
2023-10-10 14:29:36 +08:00 |
wangjiaming0909
|
2340a952aa
|
fix: group by operator may cause client assert fail
|
2023-09-28 10:23:33 +08:00 |
wangjiaming0909
|
f2832b5aa7
|
feat: pipelined agg when partition by col slimit
|
2023-09-21 17:45:49 +08:00 |
wangjiaming0909
|
1e53e6cfeb
|
optimize count()/last() + partition by tbname/tag
|
2023-09-19 14:56:02 +08:00 |
dapan1121
|
8ef01584ee
|
Merge pull request #22629 from taosdata/feat/TD-25620
feat: optimize partition node, replace with sort node
|
2023-09-14 17:26:15 +08:00 |
wangjiaming0909
|
cb78c54d72
|
optimize sort perf
|
2023-09-13 18:37:42 +08:00 |
dapan1121
|
dd1457e49c
|
fix: join condition with single param operator
|
2023-09-12 19:18:43 +08:00 |
wangjiaming0909
|
952d6e1492
|
fix: coverity issues
|
2023-09-08 10:26:37 +08:00 |
wangjiaming0909
|
4a131000e4
|
fix: data error of partition by col + interval
|
2023-09-07 10:49:09 +08:00 |
shenglian zhou
|
6b79947402
|
fix: fix coverity scan issue
|
2023-09-06 08:48:46 +08:00 |