Haojun Liao
|
f85cf08f87
|
fix(query): set the initial iterator table before check data in buffer.
|
2023-02-12 22:09:46 +08:00 |
Haojun Liao
|
f6a262eeb1
|
fix(query): fix invalid write.
|
2023-02-11 01:56:28 +08:00 |
Haojun Liao
|
a7fdc4bae3
|
other: merge 3.0
|
2023-02-10 19:20:24 +08:00 |
Haojun Liao
|
6839ed22f2
|
fix(query): fix bug in tag filter.
|
2023-02-10 18:28:35 +08:00 |
Haojun Liao
|
e378668571
|
Merge pull request #19915 from taosdata/fix/nodisk
ehn(query): dynamic set the initial buffer size for data block from d…
|
2023-02-10 17:49:46 +08:00 |
Haojun Liao
|
c8f1c3b6e4
|
fix(query): set the max rows as the default block buffer rows.
|
2023-02-10 16:18:30 +08:00 |
Haojun Liao
|
72287a3b5f
|
fix(query): set correct tag value during tag filter and do some internal refactor.
|
2023-02-10 16:03:11 +08:00 |
Haojun Liao
|
17f05c0020
|
refactor: disable the limitation of maximum buffer size.
|
2023-02-10 14:40:37 +08:00 |
Haojun Liao
|
4908c563cc
|
ehn(query): dynamic set the initial buffer size for data block from disk.
|
2023-02-10 14:35:18 +08:00 |
Haojun Liao
|
440122e010
|
Merge pull request #19900 from taosdata/fix/nodisk
fix(query): set lastkey during check of valid ts.
|
2023-02-10 13:45:08 +08:00 |
Haojun Liao
|
4f4d39a16b
|
fix(query): set correct last key.
|
2023-02-10 11:32:18 +08:00 |
Haojun Liao
|
0fbaf4eab0
|
fix(query): set lastkey during check of valid ts.
|
2023-02-09 23:01:44 +08:00 |
Xiaoyu Wang
|
277469083f
|
Merge pull request #19848 from taosdata/FIX/TD-22121-main
enh: set terrno as Invalid table ID while tdbTbGet suid failure in metaUpdateTagIdx
|
2023-02-08 16:29:23 +08:00 |
Xiaoyu Wang
|
50819c46ec
|
Merge pull request #19852 from taosdata/FIX/TD-22184-main
enh: return error on unexpected snapshot msg
|
2023-02-08 16:29:10 +08:00 |
Haojun Liao
|
9dc8946143
|
Merge pull request #19859 from taosdata/fix/nodisk
fix(query): reset the data load flag when build clean file block.
|
2023-02-08 14:24:35 +08:00 |
Xiaoyu Wang
|
44a5e0070b
|
Merge pull request #19840 from taosdata/fix/TD-22245-batch-delete
fix(vnd): no rlock on writing thread's path
|
2023-02-08 09:17:33 +08:00 |
Haojun Liao
|
e199f96d94
|
fix(query): reset the data load flag when build clean file block.
|
2023-02-08 09:14:38 +08:00 |
Benguang Zhao
|
9b522cec3a
|
enh: return error on unexpected snapshot msg
|
2023-02-07 19:16:39 +08:00 |
Haojun Liao
|
445c3bd250
|
fix(query): remove sleep.
|
2023-02-07 18:27:32 +08:00 |
Haojun Liao
|
5dfdb91135
|
fix(query): check if table exists or not during build data block in tsdbread.
|
2023-02-07 17:16:20 +08:00 |
Benguang Zhao
|
2330bf5b49
|
enh: set terrno as TSDB_CODE_TDB_INVALID_TABLE_ID while tdbTbGet suid failure
|
2023-02-07 16:20:06 +08:00 |
Minglei Jin
|
2f0e5eae32
|
fix(vnd): no wlock on writing thread's path
|
2023-02-07 15:15:56 +08:00 |
Haojun Liao
|
5e2bb75275
|
fix(query):set correct initial key value for mem/imem data.
|
2023-02-06 17:56:45 +08:00 |
Haojun Liao
|
3822225231
|
other: merge main.
|
2023-02-06 16:24:15 +08:00 |
Haojun Liao
|
08b3ce7cc0
|
fix(query): remove timing code.
|
2023-02-06 16:08:41 +08:00 |
Haojun Liao
|
b53d2669da
|
other: merge main
|
2023-02-06 16:02:54 +08:00 |
Haojun Liao
|
e7b97cc086
|
fix(query): set the correct timestamp value in case that only imem has data.
|
2023-02-06 15:59:47 +08:00 |
Xiaoyu Wang
|
0b6852d7eb
|
Merge pull request #19813 from taosdata/enh/TD-22139
enh(tsdb/cache): new block index cache for querying
|
2023-02-06 15:42:42 +08:00 |
Minglei Jin
|
b83f93d564
|
fix(query): release lru handle before returning from block idx loading
|
2023-02-06 14:41:17 +08:00 |
Minglei Jin
|
a6d52aed4f
|
fix(tsdb/cache): use 5M cache for block index instead of 1M
|
2023-02-06 14:18:49 +08:00 |
Minglei Jin
|
023b8377fb
|
enh(tsdb/cache): new block index cache for querying
|
2023-02-06 14:12:57 +08:00 |
Haojun Liao
|
882451df0b
|
Merge pull request #19809 from taosdata/fix/nodisk
fix(query): add null ptr check when retrieving the block info.
|
2023-02-06 12:57:23 +08:00 |
Haojun Liao
|
89b1843382
|
fix(query): add null ptr check when retrieving the block info.
|
2023-02-06 10:59:45 +08:00 |
Haojun Liao
|
8dcd73abf0
|
Merge pull request #19790 from taosdata/fix/nodisk
fix(query): set the correct number of rows when calculating using sma
|
2023-02-04 00:58:59 +08:00 |
dapan1121
|
225bf28536
|
Merge pull request #19744 from taosdata/fix/TD-22009
enhance: optimize building table delete skyline performance
|
2023-02-03 19:00:47 +08:00 |
Haojun Liao
|
845530e125
|
other: add some logs.
|
2023-02-03 17:33:35 +08:00 |
Haojun Liao
|
f803fa44b5
|
fix(query): set the correct number of rows when calculating using sma for min/max function.
|
2023-02-03 16:50:13 +08:00 |
Hongze Cheng
|
49631f6e96
|
fix: snapshot coredump caused by type
|
2023-02-03 14:34:55 +08:00 |
Haojun Liao
|
e29ca4f5d8
|
refactor(query): use real number of stt instead of default value.
|
2023-02-03 10:04:15 +08:00 |
Haojun Liao
|
baaa57567e
|
refactor: do some internal refactor.
|
2023-02-03 09:13:13 +08:00 |
Haojun Liao
|
9c32ebc011
|
Merge pull request #19745 from taosdata/fix/tq
fix: tq open
|
2023-02-03 09:11:51 +08:00 |
Haojun Liao
|
7168f90c51
|
refactor(query): disable file size check when reading data files.
|
2023-02-02 17:49:07 +08:00 |
Haojun Liao
|
40b7718078
|
refactor(query): disable file size check when reading data files.
|
2023-02-02 17:45:21 +08:00 |
Haojun Liao
|
e9490a3235
|
refactor(query): disable tag filter cache by default.
|
2023-02-02 17:38:21 +08:00 |
Haojun Liao
|
edca89b731
|
refactor: opt query perf.
|
2023-02-02 15:15:46 +08:00 |
Haojun Liao
|
fd6ea6ba2f
|
other: merge main.
|
2023-02-02 14:12:24 +08:00 |
Haojun Liao
|
ab8c977417
|
other: merge main.
|
2023-02-02 14:00:36 +08:00 |
Minglei Jin
|
69d6fb5bfe
|
fix(meta): use metaAbort instead of tdbAbort with metaClose
|
2023-02-02 10:20:34 +08:00 |
Haojun Liao
|
3897a91a95
|
refactor: do some internal refactor.
|
2023-02-02 10:17:39 +08:00 |
Haojun Liao
|
6a5ce7d663
|
refactor: opt tag filter perf.
|
2023-02-02 10:11:36 +08:00 |