slzhou
|
5c691685ba
|
fix: review comments
|
2024-03-12 16:53:56 +08:00 |
|
shenglian zhou
|
3db2c1edf5
|
feat: add hint smalldata_ts_sort to disable row id sort
|
2024-03-08 14:36:55 +08:00 |
|
slzhou
|
a42a897c85
|
enhance: assert the region offset is keep increasing
|
2024-03-08 10:47:32 +08:00 |
|
slzhou
|
f690e5cfb9
|
fix: add error processing
|
2024-03-07 14:26:46 +08:00 |
|
slzhou
|
53aa45e225
|
Revert "feat: use tdfile api"
This reverts commit ffc8c8d148.
|
2024-03-07 11:31:02 +08:00 |
|
slzhou
|
ffc8c8d148
|
feat: use tdfile api
|
2024-03-07 09:52:56 +08:00 |
|
slzhou
|
4f8ff5b1a6
|
feat: remove seek when write to file and use a small write buf
|
2024-03-06 09:44:14 +08:00 |
|
shenglian zhou
|
b6095261f2
|
feat: ordered region and blocks
|
2024-03-04 15:42:14 +08:00 |
|
slzhou
|
049f27bf3e
|
fix: use C File API
|
2024-02-29 09:47:16 +08:00 |
|
slzhou
|
2fb0c1a00f
|
feat: check temp space availability
|
2024-02-28 14:31:31 +08:00 |
|
slzhou
|
67559afcae
|
fix: check ret value of lseek
|
2024-02-28 14:29:30 +08:00 |
|
slzhou
|
4474fcdd69
|
fix: add error processing related to files
|
2024-02-28 11:11:42 +08:00 |
|
slzhou
|
d021138f3b
|
remove sort by row id and comments
|
2024-02-27 09:47:55 +08:00 |
|
slzhou
|
dc6d96da70
|
fix: remove taosMemoryTrim when free write buf
|
2024-02-26 16:45:15 +08:00 |
|
slzhou
|
830de66111
|
fix: compilation error and force sort by row id for CI
|
2024-02-23 13:55:10 +08:00 |
|
slzhou
|
ca6d10cdda
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-wc/save-row-simplebuf
|
2024-02-23 11:29:12 +08:00 |
|
dapan1121
|
fb953e439d
|
Merge pull request #24831 from taosdata/szhou/fix/3.0/td-28742
fix: free datablocks that is skipped decided by firt row ts
|
2024-02-23 11:18:42 +08:00 |
|
slzhou
|
754a15cac8
|
feat: change from FILE* to TDFilePtr
|
2024-02-23 10:55:19 +08:00 |
|
54liuyao
|
c7a50acd63
|
rebuild sliding window
|
2024-02-23 09:05:30 +08:00 |
|
slzhou
|
3fb6ed8a42
|
feat: free write buf after reading all blocks
|
2024-02-23 08:35:01 +08:00 |
|
slzhou
|
fbc1d6244f
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-wc/save-row-simplebuf
|
2024-02-23 08:26:22 +08:00 |
|
slzhou
|
0ae2e2905d
|
fix: change fseek to fseeko for 64 bit offset
|
2024-02-23 08:24:16 +08:00 |
|
slzhou
|
c859213ce5
|
fix: free datablocks that is skipped decided by firt row ts
|
2024-02-22 15:35:03 +08:00 |
|
54liuyao
|
8c6ea4079c
|
delete invalid result
|
2024-02-22 14:15:35 +08:00 |
|
dapan1121
|
3c7923a77e
|
Merge pull request #24806 from taosdata/szhou/tms/port-3
feat: add para_tables_sort hint document and change typo error
|
2024-02-22 13:56:09 +08:00 |
|
slzhou
|
b5bc45c73b
|
fix: save to ext mem file only when sort by row id
|
2024-02-22 11:21:44 +08:00 |
|
slzhou
|
a769bc7217
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-wc/save-row-simplebuf
|
2024-02-22 10:03:47 +08:00 |
|
slzhou
|
9e1446aa88
|
fix: initialize result block
|
2024-02-22 10:03:29 +08:00 |
|
54liuyao
|
9739b9feb6
|
set group id of delete range
|
2024-02-21 16:22:51 +08:00 |
|
shenglian-zhou
|
955d3df15e
|
Merge branch '3.0' into szhou/tms-wc/save-row-simplebuf
|
2024-02-21 10:12:52 +08:00 |
|
dapan1121
|
ba41231373
|
Merge pull request #24614 from taosdata/szhou/tms/port-3
feat: multi-readers and one merge tree
|
2024-02-21 10:00:52 +08:00 |
|
slzhou
|
73cced005d
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms/port-3
|
2024-02-20 13:22:45 +08:00 |
|
slzhou
|
b3c4fe489f
|
feat: remove todo
|
2024-02-20 13:22:35 +08:00 |
|
shenglian zhou
|
ee7edac825
|
Merge branch 'szhou/tms-wc/save-row-simplebuf' of github.com:taosdata/TDengine into szhou/tms-wc/save-row-simplebuf
|
2024-02-20 11:27:46 +08:00 |
|
shenglian zhou
|
73695f2431
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/tms-wc/save-row-simplebuf
|
2024-02-20 11:25:58 +08:00 |
|
dapan1121
|
617494fd32
|
Merge pull request #24721 from taosdata/szhou/fix/mergelimit-oom
fix: when rows is greater than merge limit, skip the block
|
2024-02-20 09:09:45 +08:00 |
|
Haojun Liao
|
46b1fe520f
|
Merge pull request #24538 from taosdata/feat/TD-22023
stream count window
|
2024-02-20 08:50:25 +08:00 |
|
54liuyao
|
b53dc5602e
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
|
2024-02-19 10:58:20 +08:00 |
|
Haojun Liao
|
e62dd2ff5c
|
refactor: do some internal refactor.
|
2024-02-19 10:31:25 +08:00 |
|
54liuyao
|
05eaa90c11
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023
|
2024-02-19 08:59:15 +08:00 |
|
wangmm0220
|
a8e45440c0
|
fix:conflicts from 3.0
|
2024-02-18 18:02:14 +08:00 |
|
54liuyao
|
e2352875fe
|
mid pull over
|
2024-02-07 14:43:04 +08:00 |
|
54liuyao
|
6e19f452ce
|
mid pull over
|
2024-02-07 13:55:01 +08:00 |
|
54liuyao
|
b66260d4e9
|
mid pull over
|
2024-02-07 13:29:29 +08:00 |
|
54liuyao
|
5473c22585
|
mid pull over
|
2024-02-07 11:30:13 +08:00 |
|
54liuyao
|
9b9ddd9159
|
batch count window
|
2024-02-06 17:19:12 +08:00 |
|
wangmm0220
|
871ebfa7ba
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into mark/3.0
|
2024-02-06 14:02:46 +08:00 |
|
54liuyao
|
eaf10fcb43
|
count window fill history
|
2024-02-05 18:37:24 +08:00 |
|
wangmm0220
|
5796f411e4
|
Merge branch 'mark/3.0' of https://github.com/taosdata/TDengine into mark/3.0
|
2024-02-05 17:08:05 +08:00 |
|
wangmm0220
|
a656d75ca7
|
opti:consume data excluded from some source
|
2024-02-05 17:07:50 +08:00 |
|