Haojun Liao
|
cbe91fd4c3
|
fix(query): initialize the blockdata before load last block.
|
2022-09-27 13:48:53 +08:00 |
Hongze Cheng
|
4bfdfe89a5
|
adjust api
|
2022-09-27 11:02:04 +08:00 |
Hongze Cheng
|
f0fea204f2
|
enh: col value optimize
|
2022-09-23 18:55:27 +08:00 |
Haojun Liao
|
5ba41111b4
|
refactor: add some logs.
|
2022-09-15 16:17:39 +08:00 |
Hongze Cheng
|
bb0b1fda91
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_new_snapshot
|
2022-09-08 15:16:22 +08:00 |
Haojun Liao
|
0b6070e518
|
refactor(query): add some logs.
|
2022-09-08 09:45:11 +08:00 |
Hongze Cheng
|
0e4b0459bd
|
more code
|
2022-09-07 17:06:42 +08:00 |
Haojun Liao
|
a5933fc682
|
fix(query): optimize last block read performance.
|
2022-09-06 15:25:54 +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
|
0eb29455ae
|
refact code
|
2022-09-02 11:19:34 +08:00 |
Hongze Cheng
|
aec4297eb4
|
refact code
|
2022-09-02 11:16:23 +08:00 |
Minglei Jin
|
97d533d520
|
tsdbCache/usage: new cacheload column for db.vgroups to check usage
|
2022-09-01 16:41:08 +08:00 |
Minglei Jin
|
bd0523ddb9
|
tsdbCache/last: add DCLP to last lookup
|
2022-09-01 15:48:49 +08:00 |
Minglei Jin
|
94f4d746b4
|
tsdbCache: support multi-last data reading
|
2022-09-01 15:33:01 +08:00 |
Hongze Cheng
|
71e1049377
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_optimize
|
2022-08-26 17:53:06 +08:00 |
Minglei Jin
|
083ce4e67d
|
fix: use sizeof(SBlockL) from aBlockL array's element size
|
2022-08-26 15:43:20 +08:00 |
Hongze Cheng
|
eb2fb724b1
|
more code
|
2022-08-25 18:15:20 +08:00 |
Hongze Cheng
|
478d5ebb64
|
more code
|
2022-08-23 13:49:10 +08:00 |
Minglei Jin
|
ab94107310
|
fix: create block data for last files
|
2022-08-22 19:10:55 +08:00 |
Minglei Jin
|
2ed38aad93
|
fix: use new API tBlockDataInit to init pBlockData
|
2022-08-22 17:08:19 +08:00 |
Haojun Liao
|
03879752a1
|
fix(query): fix syntax error on the darwin platform.
|
2022-08-20 19:17:17 +08:00 |
Hongze Cheng
|
538f130ac0
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last
|
2022-08-18 21:49:56 +08:00 |
Minglei Jin
|
65903a7c0d
|
fix: refact mutex locking
|
2022-08-18 20:14:50 +08:00 |
Minglei Jin
|
45dc2ec1f2
|
fix(tsdb/cache): add DCLP to tsdbCache
|
2022-08-18 14:32:11 +08:00 |
Minglei Jin
|
4b47476de1
|
fix: upgrade last files reading for last/last_row caching
|
2022-08-17 16:51:15 +08:00 |
Hongze Cheng
|
3359b8e620
|
more optimize
|
2022-08-15 10:16:07 +00:00 |
Hongze Cheng
|
4f06c4bbdd
|
make it compile
|
2022-08-08 07:32:02 +00:00 |
Hongze Cheng
|
33c3f34f34
|
more work
|
2022-08-08 03:22:24 +00:00 |
Hongze Cheng
|
71691eb7da
|
make code compile
|
2022-08-07 13:14:43 +00:00 |
Hongze Cheng
|
43dec55fd7
|
more work
|
2022-08-06 12:48:58 +00:00 |
Hongze Cheng
|
3436d52316
|
more refact
|
2022-08-06 12:23:29 +00:00 |
Hongze Cheng
|
3324f4e5b7
|
more work
|
2022-08-06 12:04:42 +00:00 |
Minglei Jin
|
8cee6817ca
|
fix: init mergedRow to NULL
|
2022-07-29 16:23:20 +08:00 |
Minglei Jin
|
34b0208f14
|
refact: tsdbCache/cleanup, remove tsRowFromTsdbRow
|
2022-07-28 15:29:22 +08:00 |
Minglei Jin
|
6e92950a4d
|
fix: cleanup tsdbCache, removing unused functions
|
2022-07-28 14:06:44 +08:00 |
Hongze Cheng
|
684dd82358
|
fix read concurrency
|
2022-07-21 11:42:42 +00:00 |
Hongze Cheng
|
657c2dcaa4
|
more r/w concurrency
|
2022-07-19 07:21:15 +00:00 |
Hongze Cheng
|
58135a1aeb
|
tsdb r/w concurrency
|
2022-07-19 06:19:01 +00:00 |
Hongze Cheng
|
e6e9926d38
|
more vnode snapshot writer
|
2022-07-13 12:02:59 +00:00 |
Hongze Cheng
|
583742089e
|
more vnode snapshot writer
|
2022-07-13 08:14:20 +00:00 |
Minglei Jin
|
d220690d3c
|
fix: skip file set if null pBlockIdx
|
2022-07-12 10:43:02 +08:00 |
Minglei Jin
|
e7a920e430
|
fix: fix file set index bug
|
2022-07-11 20:44:55 +08:00 |
Minglei Jin
|
53f56217f7
|
tsdbCache: use cachelast & cachelastsize cfg from vnode
|
2022-07-11 20:16:48 +08:00 |
Minglei Jin
|
22eb20bb67
|
tsdbCache: new row iterator for mem/imem/fs
|
2022-07-11 14:29:10 +08:00 |
Minglei Jin
|
e4c45e507f
|
fix: release handle to keep refs correct
|
2022-07-08 18:51:44 +08:00 |
Minglei Jin
|
2ef8cd9a8f
|
fix: invalidate last cache when it's covered by delete range
|
2022-07-08 17:37:49 +08:00 |
Minglei Jin
|
23fc0f0008
|
tsdbCache/last: save ts info of each column
|
2022-07-08 15:54:11 +08:00 |
Minglei Jin
|
4288ab412e
|
fix: fix tsdb cache del index reading
|
2022-07-07 14:58:59 +08:00 |
Hongze Cheng
|
1145aabb94
|
adjust some apis
|
2022-07-05 03:20:25 +00:00 |
Minglei Jin
|
9aa5ee6ccf
|
tsdbCache: fix row duplication
|
2022-07-04 16:58:42 +08:00 |