Haojun Liao
|
c2f6d4ab77
|
fix(query): add some logs.
|
2022-12-23 00:16:15 +08:00 |
yihaoDeng
|
a68b8fc43e
|
set mergeTree sst trigger to Max
|
2022-12-20 17:11:22 +08:00 |
Haojun Liao
|
48f7fc5c3d
|
Merge branch '3.0' into refact/submit_req
|
2022-12-12 18:11:17 +08:00 |
Haojun Liao
|
eeefd1a4b5
|
fix(query): does not return error code if queried table does not exists.
|
2022-12-10 14:35:56 +08:00 |
Hongze Cheng
|
73f8dc6a5b
|
more code
|
2022-12-01 14:24:10 +08:00 |
Haojun Liao
|
11c4878ca1
|
refactor(query): do some internal refactor.
|
2022-11-03 10:01:11 +08:00 |
Haojun Liao
|
fc20be8699
|
fix(query): get if the correct rows in last block exists, and set the correct flag to denote if the last blocks index have been loaded or not.
|
2022-11-02 22:27:23 +08:00 |
Haojun Liao
|
70c3825ee5
|
fix(query): remove invalid check.
|
2022-10-28 09:12:40 +08:00 |
Haojun Liao
|
e7b59ae56d
|
fix(query): handle the case of the single block in last files.
|
2022-10-27 21:51:54 +08:00 |
Haojun Liao
|
d06bcb2219
|
refactor: fix typo and do some internal refactor.
|
2022-10-26 09:47:11 +08:00 |
wade zhang
|
88c52d567b
|
Merge pull request #17548 from taosdata/szhou/fixbugs
fix: get next row from rb tree from last files when backward scaning
|
2022-10-21 15:04:42 +08:00 |
slzhou
|
416b257b5e
|
fix: get next row from rb tree from last files when backward scaning
|
2022-10-21 10:54:11 +08:00 |
Haojun Liao
|
70adc0ea33
|
fix(query): fix coverity issues.
|
2022-10-20 11:27:33 +08:00 |
Haojun Liao
|
ed9ec795eb
|
fix(query): fix coverity issues.
|
2022-10-17 14:05:40 +08:00 |
Haojun Liao
|
bcb3d41d08
|
fix(query): fix coverity issues.
|
2022-10-16 13:46:21 +08:00 |
dapan1121
|
0df311a78f
|
Merge pull request #17264 from taosdata/refact/query_opt
refactor:do some internal refactor to optimize the query performance.
|
2022-10-14 19:51:46 +08:00 |
Hongze Cheng
|
2268a1e94e
|
fix some converity scan problem
|
2022-10-14 13:34:25 +08:00 |
Hongze Cheng
|
5f010843a6
|
more code format
|
2022-10-13 16:58:43 +08:00 |
Haojun Liao
|
f5f0a7026f
|
other: merge 3.0
|
2022-10-13 14:20:51 +08:00 |
Haojun Liao
|
ab5bff4f37
|
Merge branch '3.0' into feature/3_liaohj
|
2022-10-13 14:06:26 +08:00 |
Haojun Liao
|
fbd3aac007
|
fix(query):set the correct active block index and add some logs.
|
2022-10-13 11:59:14 +08:00 |
Hongze Cheng
|
6ed0634fb7
|
format more code
|
2022-10-13 11:56:16 +08:00 |
Haojun Liao
|
d3b37ef294
|
other:merge 3.0
|
2022-10-11 22:56:54 +08:00 |
Haojun Liao
|
7c3ddc4920
|
other:merge 3.0
|
2022-10-10 15:35:38 +08:00 |
Haojun Liao
|
68842b9c64
|
refactor: do some internal refactor.
|
2022-10-10 14:55:58 +08:00 |
Haojun Liao
|
a356b4eb7c
|
fix(query): fix the last block search error for ordinary table.
|
2022-10-09 18:55:01 +08:00 |
Haojun Liao
|
5402f6bc26
|
enh(query): opt query perf when handling the query of last files.
|
2022-10-09 15:25:42 +08:00 |
Haojun Liao
|
c5e094efd0
|
enh(query): optimize the perf for ordinary table query with data in last file.
|
2022-10-09 14:34:10 +08:00 |
Haojun Liao
|
5a2c583c32
|
other:merge 3.0
|
2022-09-28 18:00:04 +08:00 |
Haojun Liao
|
14412f2811
|
refactor(query): do some internal refactor.
|
2022-09-28 11:16:52 +08:00 |
Haojun Liao
|
04f087793e
|
refactor(query): do some internal refactor.
|
2022-09-28 10:54:54 +08:00 |
Haojun Liao
|
a70a657f5f
|
fix(query): initialize array list
|
2022-09-27 14:43:57 +08:00 |
Haojun Liao
|
dbf7d01a84
|
fix(query): set the correct uid.
|
2022-09-27 14:01:17 +08:00 |
Haojun Liao
|
cbe91fd4c3
|
fix(query): initialize the blockdata before load last block.
|
2022-09-27 13:48:53 +08:00 |
Haojun Liao
|
d48a563260
|
fix(query): assign index back.
|
2022-09-19 15:42:03 +08:00 |
Haojun Liao
|
0b6070e518
|
refactor(query): add some logs.
|
2022-09-08 09:45:11 +08:00 |
Haojun Liao
|
3c952a337e
|
fix(query): fix invalid read.
|
2022-09-07 18:54:58 +08:00 |
Haojun Liao
|
a0a6c9e9b9
|
fix(query): fix bug caused by refactor.
|
2022-09-07 17:51:04 +08:00 |
Haojun Liao
|
74260ebd70
|
fix(query): add check.
|
2022-09-07 13:20:43 +08:00 |
Haojun Liao
|
e7149cce3a
|
fix(query): opt perf in query last file blocks.
|
2022-09-07 13:18:34 +08:00 |
Haojun Liao
|
cf46b22267
|
fix(query): fix error in tsdbread.
|
2022-09-06 19:27:49 +08:00 |
Haojun Liao
|
6f252d8d7a
|
fix(query): opt perf on last block query.
|
2022-09-06 16:36:56 +08:00 |
Haojun Liao
|
a5933fc682
|
fix(query): optimize last block read performance.
|
2022-09-06 15:25:54 +08:00 |
Haojun Liao
|
ef66da9e18
|
other:merge 3.0
|
2022-09-05 19:04:53 +08:00 |
Haojun Liao
|
3719da865c
|
other:merge 3.0
|
2022-09-05 19:02:04 +08:00 |
Haojun Liao
|
a6cece10df
|
fix(query): fix the invalid the check of last file blocks.
|
2022-09-05 18:57:46 +08:00 |
Hongze Cheng
|
e70db79d10
|
refact: change sst to stt
|
2022-09-05 17:31:41 +08:00 |
Hongze Cheng
|
28b56baa98
|
more code
|
2022-09-04 18:23:19 +08:00 |
Hongze Cheng
|
3607b18368
|
more code
|
2022-09-04 18:20:12 +08:00 |
Hongze Cheng
|
3e55e72ab5
|
more code
|
2022-09-04 14:31:32 +08:00 |
Hongze Cheng
|
4db67d36e1
|
Merge branch 'refact/tsdb_optimize' of https://github.com/taosdata/TDengine into refact/tsdb_new_format
|
2022-09-04 11:31:54 +08:00 |
Haojun Liao
|
8e37698430
|
other: merge
|
2022-09-03 22:15:04 +08:00 |
Haojun Liao
|
1c89972fc6
|
fix(query): add multiple blockdata structure.
|
2022-09-03 22:00:24 +08:00 |
Hongze Cheng
|
8e9f5cd9cc
|
Merge branch 'refact/tsdb_optimize' of https://github.com/taosdata/TDengine into refact/tsdb_new_format
|
2022-09-03 17:20:43 +08:00 |
Hongze Cheng
|
82f0ba3655
|
fix: windows compile error
|
2022-09-03 14:18:29 +08:00 |
Hongze Cheng
|
bbbbebab89
|
fix: windows compile
|
2022-09-03 13:37:48 +08:00 |
Hongze Cheng
|
173a8366e3
|
fix: compile warning
|
2022-09-02 17:20:50 +08:00 |
Hongze Cheng
|
687dd81c44
|
refact more code
|
2022-09-02 14:26:57 +08:00 |
Haojun Liao
|
cac1fd36b7
|
Merge remote-tracking branch 'origin/refact/tsdb_optimize' into refact/tsdb_optimize
# Conflicts:
# source/dnode/vnode/src/inc/tsdb.h
# source/dnode/vnode/src/tsdb/tsdbMergeTree.c
# source/dnode/vnode/src/tsdb/tsdbRead.c
|
2022-09-02 11:23:01 +08:00 |
Haojun Liao
|
720f3b2482
|
refactor: do some internal refactor.
|
2022-09-02 11:20:12 +08:00 |
Hongze Cheng
|
ff4fda8442
|
refact code
|
2022-09-02 10:43:49 +08:00 |
Hongze Cheng
|
1132a7f719
|
refact code
|
2022-09-02 10:17:40 +08:00 |
Haojun Liao
|
d1b7d07790
|
refactor:do some internal refactor.
|
2022-09-02 09:54:22 +08:00 |
Haojun Liao
|
72e0f09dd2
|
refactor(query): do some internal refactor.
|
2022-09-01 15:50:41 +08:00 |
Haojun Liao
|
cdeca85e31
|
refactor: do some internal refactor.
|
2022-09-01 15:19:59 +08:00 |
Haojun Liao
|
e65927bc5b
|
fix(query): fix bug in merge multiple last files.
|
2022-09-01 15:11:40 +08:00 |
Haojun Liao
|
1cfd3e74f9
|
enh(query): support merge multiple last files.
|
2022-09-01 11:56:56 +08:00 |
Hongze Cheng
|
e73b4a68bb
|
refact some code
|
2022-08-30 11:31:35 +08:00 |
Hongze Cheng
|
43f03d9eef
|
fix compile error
|
2022-08-30 11:28:06 +08:00 |
Hongze Cheng
|
3111fad1f9
|
more code
|
2022-08-30 11:27:38 +08:00 |
Hongze Cheng
|
f19b0f050f
|
more code
|
2022-08-30 11:21:09 +08:00 |
Hongze Cheng
|
e2f99ba072
|
more code
|
2022-08-30 11:19:25 +08:00 |