Commit Graph

17 Commits

Author SHA1 Message Date
Cary Xu 72e39b2bf5 adaption for update function 2022-04-11 17:05:24 +08:00
Cary Xu 7254263a29 use 1 bit in bitmap for super block 2022-04-09 18:21:03 +08:00
Hongze Cheng 94bcbf6bac refact more 2022-04-08 06:41:42 +00:00
Hongze Cheng eafc0f88bc remove tid from tsdb 2022-04-06 11:00:52 +00:00
Cary Xu b3bb652708 data and bitmap compress/store/decompress separatedly 2022-04-03 18:02:30 +08:00
Cary Xu d2a2427738 block-wise SMA adaption 2022-03-28 17:58:55 +08:00
Cary Xu eb5471fdd6 tsdb merge 2022-03-22 14:57:16 +08:00
Cary Xu db0c47cc1f
Feature/td 11463 3.0 - block-wise SMA (#10510)
* Block-wise SMA extraction

* refactor the SBlock

* add method tsdbLoadBlockOffset

* set method tsdbLoadBlockOffset static

* refactor

* trigger CI

* minor change

* trigger CI
2022-03-03 12:39:27 +08:00
afwerar 8d9b2fdd92 [TD-13062]<fix>: file system getline error. 2022-02-25 11:16:30 +08:00
Cary Xu 2349be9e4a use const * 2022-02-10 16:22:36 +08:00
Cary Xu 1805642aed
Merge branch '3.0' into feature/TD-11381-3.0 2022-02-10 16:16:00 +08:00
Cary Xu 3d42cd548e code optimization 2022-02-10 16:12:48 +08:00
Liu Jicong 432f8bfd6b rewrite rebalance 2022-02-10 11:22:50 +08:00
Cary Xu d71fece2aa STSRow refactor 2022-02-09 20:34:11 +08:00
Cary Xu e2d4c81cdc
Feature/td 11463 update colId to PRIMARYKEY_TIMESTAMP_COL_ID during commit (#10150)
* initial commit

* fix commit error

* update colId to PRIMARYKEY_TIMESTAMP_COL_ID during commit

* update colId to PRIMARYKEY_TIMESTAMP_COL_ID during commit

* update colId to PRIMARYKEY_TIMESTAMP_COL_ID during commit

Co-authored-by: Hongze Cheng <hzcheng@taosdata.com>
2022-02-09 10:30:39 +08:00
Haojun Liao 31dba259e2 [td-11818]fix bug in tsdbread. 2022-01-17 17:21:09 +08:00
Hongze Cheng c78f3e357f refact vnode code 2022-01-12 09:26:42 +00:00