Haojun Liao
|
d6368798da
|
fix(query): disable the set quit flag for tsdbreader.
|
2023-08-29 18:11:17 +08:00 |
Haojun Liao
|
cbd24bb254
|
refactor: do some internal refactor
|
2023-08-16 18:20:34 +08:00 |
Haojun Liao
|
6609882f9f
|
fix(tsdb): add stt statistics block buffer, and do some internal refactor.
|
2023-08-16 10:55:07 +08:00 |
Haojun Liao
|
610f9d19c1
|
Merge pull request #22188 from taosdata/fix/3_liaohj
fix(stream): set the correct step2 scan time window range.
|
2023-07-26 16:34:10 +08:00 |
Haojun Liao
|
b6eb739ae0
|
fix(tsdb): fix the
|
2023-07-26 09:14:19 +08:00 |
Minglei Jin
|
9b0b4061e0
|
tsdb/cache: relayout cache row reader
|
2023-07-17 14:16:54 +08:00 |
Haojun Liao
|
f41bcd73b0
|
other: merge main.
|
2023-07-13 11:02:09 +08:00 |
kailixu
|
8f58f9aa5b
|
fix: skip primary key for block sma
|
2023-07-12 18:07:01 +08:00 |
Haojun Liao
|
3ffdbe923d
|
other: merge 3.0
|
2023-07-11 09:12:57 +08:00 |
Haojun Liao
|
ff2bf35603
|
fix(stream): fix error in set the version range for secondary scan.
|
2023-07-04 15:08:39 +08:00 |
Haojun Liao
|
622e1cb608
|
fix: fix coverity issue.
|
2023-06-29 15:54:09 +08:00 |
Haojun Liao
|
3289ad62be
|
other: merge 3.0
|
2023-06-27 11:33:40 +08:00 |
dapan1121
|
4dae9f4eff
|
merge main to 3.0
|
2023-06-26 18:43:00 +08:00 |
Ganlin Zhao
|
4bd1ae90fa
|
fix: fix order by ts desc error
|
2023-06-14 09:52:41 +08:00 |
Ganlin Zhao
|
647ddaad97
|
fix: fix order by ts desc error
|
2023-06-13 17:28:31 +08:00 |
Haojun Liao
|
6a3c935b4a
|
fix(stream): fix error in fill history scan.
|
2023-06-07 09:15:55 +08:00 |
Haojun Liao
|
becacbc84b
|
fix(query): fix syntax error.
|
2023-06-02 23:36:47 +08:00 |
Haojun Liao
|
b5b4cd2a05
|
fix(query): load del info with upper version limitation.
|
2023-06-02 23:15:27 +08:00 |
Haojun Liao
|
5301c5756a
|
other: merge main into 3.0.
|
2023-06-01 09:29:18 +08:00 |
Haojun Liao
|
fa5c024b3e
|
refactor: do some internal refactor.
|
2023-05-31 17:22:59 +08:00 |
Haojun Liao
|
18b971c666
|
fix(query): check the version range when dump partial rows of file block to sdata block directly.
|
2023-05-31 17:06:38 +08:00 |
dapan1121
|
2d6859d5d6
|
Merge pull request #21510 from taosdata/szhou/fix-ts3461
fix: if block row num is less than definit min rows, set the bucket index to 0
|
2023-05-30 08:51:24 +08:00 |
shenglian zhou
|
43c0656df2
|
fix: if block row num is less than definit min rows, set the bucket index to 0
|
2023-05-29 10:45:26 +08:00 |
Haojun Liao
|
953a69a829
|
refactor: do some internal refactor.
|
2023-05-29 10:12:27 +08:00 |
Haojun Liao
|
87957e2bb0
|
Merge pull request #21478 from taosdata/fix/TD-23423
fix tsdb read error version
|
2023-05-26 16:56:09 +08:00 |
Haojun Liao
|
ccbea13012
|
Merge branch '3.0' into refact/fillhistory
|
2023-05-26 10:40:53 +08:00 |
Haojun Liao
|
974b59c238
|
fix(query): fix bug in iterating the table list.
|
2023-05-26 10:10:10 +08:00 |
Haojun Liao
|
409656f7b6
|
fix(query): fix bug in iterating the table list.
|
2023-05-26 10:05:54 +08:00 |
Haojun Liao
|
cea8334427
|
Merge pull request #21449 from taosdata/refact/fillhistory
refactor: remove the module dependency. TD-24279
|
2023-05-26 09:01:45 +08:00 |
liuyao
|
75eb724c37
|
fix tsdb read error version
|
2023-05-26 08:55:23 +08:00 |
Haojun Liao
|
a9b18d203d
|
fix:fix error.
|
2023-05-24 23:49:26 +08:00 |
Ganlin Zhao
|
89bea7100f
|
fix: fix count var type error
|
2023-05-24 00:31:05 -07:00 |
Haojun Liao
|
1f7f326bed
|
refactor: do some internal refactor and set the api function ptr.
|
2023-05-24 13:22:05 +08:00 |
kailixu
|
ef899a0cc3
|
fix: delete index filter for desc query
|
2023-05-24 11:28:45 +08:00 |
kailixu
|
82b8c3c3d1
|
fix: delete index filter for desc query
|
2023-05-23 18:21:21 +08:00 |
kailixu
|
18e83173c8
|
fix: delete index filter for desc query
|
2023-05-23 17:21:45 +08:00 |
kailixu
|
a171c0c860
|
Merge branch '3.0' into fix/TD-21457-3.0
|
2023-05-23 09:27:31 +08:00 |
kailixu
|
a3bf49d22f
|
chore: revert
|
2023-05-22 20:35:52 +08:00 |
kailixu
|
c75aa54a3d
|
fix: tsdb read and append _wstart for tsma
|
2023-05-22 20:33:29 +08:00 |
dapan1121
|
08ff4f4540
|
fix: crash issue
|
2023-05-22 17:06:01 +08:00 |
kailixu
|
f18fc19d76
|
fix: tsdb read and tsma _wstart append
|
2023-05-22 16:13:50 +08:00 |
Haojun Liao
|
d8525123a2
|
enh(stream): add API to retrieve last ts for multi-tables.
|
2023-05-19 11:03:41 +08:00 |
dapan1121
|
e882601b67
|
fix: last table scan issue
|
2023-05-19 09:15:48 +08:00 |
Haojun Liao
|
041ffa91bd
|
other: merge main.
|
2023-05-17 15:42:15 +08:00 |
dapan1121
|
3ca5559b37
|
fix: invalid read issue
|
2023-05-12 19:27:11 +08:00 |
dapan1121
|
1a52b3d519
|
fix: taosd crash issue
|
2023-05-12 18:13:16 +08:00 |
dapan1121
|
69795286fa
|
Merge remote-tracking branch 'origin/main' into enh/tsbsPerf.4
|
2023-05-12 13:46:16 +08:00 |
dapan1121
|
0dd0b16842
|
enh: optimize table scan for last query
|
2023-05-12 13:30:17 +08:00 |
yihaoDeng
|
8356533eb1
|
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
|
2023-05-09 12:13:16 +00:00 |
Ganlin Zhao
|
76dd5a962a
|
fix: fix crash caused by tsdbReaderResume error not handled
|
2023-05-09 17:19:45 +08:00 |