Haojun Liao
842b75cd9d
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
2022-04-26 14:10:45 +08:00
Hongze Cheng
6fe299cdcd
Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge
2022-04-26 05:49:42 +00:00
Haojun Liao
9b40ec72d6
fix(query): handle the optimized order by in tablescan operator.
2022-04-26 13:09:29 +08:00
Hongze Cheng
883a65f63b
refact more
2022-04-25 12:23:00 +00:00
Cary Xu
834e6b5711
feat: rollup refactor
2022-04-25 16:41:22 +08:00
Haojun Liao
5eed1159b1
other: merge 3.0
2022-04-25 09:16:37 +08:00
Haojun Liao
1d681a9e4b
enh(query): Add the group id in the serialized block format to support the multi-table(super table) interval query.
2022-04-24 20:48:42 +08:00
Cary Xu
dd3091778e
sma: refactor
2022-04-21 15:58:52 +08:00
Haojun Liao
4cb1d131b4
Merge pull request #11669 from taosdata/feature/3.0_liaohj
...
fix(query): taosd crash caused by time range query
2022-04-20 16:54:08 +08:00
Haojun Liao
3c3c9c4256
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
2022-04-20 16:49:04 +08:00
Haojun Liao
ec3e3a7520
fix(query): fix time range query caused taosd crash.
2022-04-20 16:33:50 +08:00
Haojun Liao
98a4e09962
Merge pull request #11652 from taosdata/feature/3.0_liaohj
...
fix(query): set the start row index to be the correct value.
2022-04-20 09:34:50 +08:00
Haojun Liao
cf486c5752
fix(query): set the start row index to be the correct value.
2022-04-20 09:09:04 +08:00
Cary Xu
a6e69b9704
trow: SKVRow read logic
2022-04-19 21:04:02 +08:00
Haojun Liao
a036d2f3ff
fix(query): fix the bug caused by refactor in first/last function implementation.
2022-04-19 13:07:23 +08:00
Hongze Cheng
ad94090654
Merge pull request #11569 from taosdata/feature/vnode_refact1
...
refactor: vnode
2022-04-18 09:28:55 +08:00
Hongze Cheng
553f0aa11d
refact vnode
2022-04-16 12:07:28 +00:00
Haojun Liao
fd9e520865
other: merge 3.0 branch to resolve conflict.
2022-04-16 10:07:28 +08:00
Haojun Liao
774e4ad62c
enh(query): add more load conditions check before load data block from file.
2022-04-15 20:06:27 +08:00
Hongze Cheng
aa266dea41
refact vnode
2022-04-15 06:47:39 +00:00
Hongze Cheng
83c8be3088
refact
2022-04-15 06:38:18 +00:00
Hongze Cheng
bb6806b59e
refact vnode
2022-04-14 02:25:49 +00:00
Yihao Deng
c2d1c480d0
Merge pull request #11403 from taosdata/feature/filter_tag
...
enh: add tag filter
2022-04-12 17:57:48 +08:00
yihaoDeng
b6b4c57a72
fix compile error
2022-04-12 16:18:17 +08:00
Haojun Liao
ec0637df8d
Merge pull request #11412 from taosdata/feature/3.0_liaohj
...
fix(query): load the null data in nchar/binary columns.
2022-04-12 14:26:01 +08:00
Haojun Liao
9899a5e6b0
fix(query): load the null data in nchar/binary columns.
2022-04-12 13:16:36 +08:00
yihaoDeng
4c54e3b303
add tag filter
2022-04-11 22:10:58 +08:00
Cary Xu
72e39b2bf5
adaption for update function
2022-04-11 17:05:24 +08:00
Haojun Liao
9d7d12b397
Merge pull request #11322 from taosdata/feature/3.0_liaohj
...
<fix>[query]: fix filter caused taosd crash.td-14566.
2022-04-09 22:52:32 +08:00
Cary Xu
7254263a29
use 1 bit in bitmap for super block
2022-04-09 18:21:03 +08:00
Haojun Liao
6af7e1810f
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
2022-04-09 11:56:45 +08:00
Haojun Liao
94e19cc32a
<fix>[query]: fix scalar function calculate bug in scalar module. td-14576
2022-04-09 10:10:56 +08:00
Haojun Liao
cd71bf4816
<fix>[query]: move the reset columnInfoData to the right place.
2022-04-08 23:48:01 +08:00
Haojun Liao
fce5d48835
<fix>[query]: reset the null value bitmap before fetch next data block from tsdb. TD-14581.
2022-04-08 20:04:17 +08:00
Hongze Cheng
94bcbf6bac
refact more
2022-04-08 06:41:42 +00:00
Hongze Cheng
6faaafb7a2
remove tsdb.h and meta.h
2022-04-08 06:09:15 +00:00
Haojun Liao
6863999ec5
[td-14493] support having in group by
2022-04-06 17:59:08 +08:00
Haojun Liao
29fd5ec11e
[td-14393] fix bug.
2022-04-02 15:42:45 +08:00
Haojun Liao
cf25aca809
[td-13039] refactor.
2022-04-02 15:08:48 +08:00
Haojun Liao
7b0dfc6c4e
[td-13039] support limit/offset
2022-04-01 17:21:24 +08:00
Liu Jicong
e21ba1637e
revert uid
2022-03-31 18:39:11 +08:00
afwerar
222db126bc
[TD-13758]<fix>: redefine memory api.
2022-03-26 00:29:53 +08:00
Haojun Liao
a2d7ce3045
[td-14246] fix bug.
2022-03-24 11:43:39 +08:00
Haojun Liao
311e65daa7
[td-13039] support add group by keys.
2022-03-23 22:53:49 +08:00
Haojun Liao
21aaecd016
[td-13039] fix null value retrieval.
2022-03-23 19:10:24 +08:00
Xiaoyu Wang
9ca80596e4
merge 3.0
2022-03-21 02:00:30 -04:00
afwerar
79057240bd
[TD-13759]<fix>: redefine thread api.
2022-03-20 00:47:45 +08:00
Haojun Liao
b0bc243413
[td-13039] fix bug in select *
2022-03-19 15:15:03 +08:00
afwerar
159c2671a2
[TD-13767]<fix>: forbid wchar_t.
2022-03-18 16:48:12 +08:00
Haojun Liao
459b0ef442
[td-13039] refactor.
2022-03-09 10:22:53 +08:00
Cary Xu
db0c47cc1f
Feature/td 11463 3.0 - block-wise SMA ( #10510 )
...
* Block-wise SMA extraction
* refactor the SBlock
* add method tsdbLoadBlockOffset
* set method tsdbLoadBlockOffset static
* refactor
* trigger CI
* minor change
* trigger CI
2022-03-03 12:39:27 +08:00
Shengliang Guan
e5606ccf38
Merge remote-tracking branch 'origin/3.0' into feature/config
2022-02-28 16:35:36 +08:00
Haojun Liao
6afebf9a1c
[td-13039] merge 3.0
2022-02-28 10:16:59 +08:00
Shengliang Guan
39bf54bba5
rename files
2022-02-28 09:52:30 +08:00
Haojun Liao
3be59e4e24
[td-11818] merge 3.0
2022-02-11 15:50:20 +08:00
Haojun Liao
86e230cf8a
[td-11818] opt perf.
2022-02-09 13:44:16 +08:00
Haojun Liao
0b4d01227b
[td-11818] Refactor and add error check.
2022-02-08 15:40:13 +08:00
Haojun Liao
ab45cd6611
[td-11818]refactor sort operator.
2022-02-04 22:41:54 +08:00
Haojun Liao
afd1ce63db
[td-11818] Refactor API.
2022-01-28 10:44:02 +08:00
Haojun Liao
699b37cc18
[td-11818] fix bug in topic .
2022-01-27 19:03:58 +08:00
Haojun Liao
02a50b50e0
[td-11818] Update the API in topic-related function.
2022-01-27 18:27:26 +08:00
Haojun Liao
8ee8785dd6
[td-11818] refactor, fix bug in select
2022-01-25 23:08:22 +08:00
Haojun Liao
b97ab5db3f
[td-11818]Update log and remove unused code.
2022-01-25 19:11:22 +08:00
Haojun Liao
16cd734b72
[td-11818]update log.
2022-01-25 14:13:11 +08:00
Haojun Liao
ac2609594d
[td-11818] update log.
2022-01-25 13:42:33 +08:00
yihaoDeng
92bef71ec7
rename MAX/MIN/POW2/SWAP name
2022-01-24 12:53:17 +08:00
Haojun Liao
6d9ae1af99
[td-11818]Support select * from super_table.
2022-01-18 19:08:07 +08:00
Haojun Liao
7ee4403d84
[td-11818] Return result to query worker
2022-01-18 11:21:13 +08:00
Haojun Liao
31dba259e2
[td-11818]fix bug in tsdbread.
2022-01-17 17:21:09 +08:00
Haojun Liao
23b3981415
Merge remote-tracking branch 'origin/feature/vnode' into feature/3.0_liaohj
2022-01-13 16:54:09 +08:00
Hongze Cheng
c78f3e357f
refact vnode code
2022-01-12 09:26:42 +00:00