Commit Graph

34 Commits

Author SHA1 Message Date
wangmm0220 bd3a7838c0 Merge branch '3.0' into feature/TD-14422 2022-04-08 16:53:56 +08:00
Hongze Cheng 94bcbf6bac refact more 2022-04-08 06:41:42 +00:00
wangmm0220 1f8d2ea446 <fix>: fix index map error from table scan to sort output 2022-04-08 14:17:32 +08:00
wangmm0220 8df8c60f60 merge from 3.0 2022-04-08 10:58:39 +08:00
Cary Xu c3b5f435b0 tsma integration with stream computing 2022-04-07 17:13:55 +08:00
wangmm0220 12c3a10a9b fix error in order by logic & fix no return error 2022-04-02 14:29:43 +08:00
Cary Xu 7a8642ff53 memory clear 2022-03-30 17:54:29 +08:00
Cary Xu 8627b593d5 insert tSma by SSDataBlock 2022-03-30 15:48:51 +08:00
Cary Xu ded8843367 SSDatablock refactor 2022-03-28 07:35:57 +08:00
Cary Xu 42eda785b0 merge 3.0 2022-03-26 10:00:15 +08:00
afwerar 222db126bc [TD-13758]<fix>: redefine memory api. 2022-03-26 00:29:53 +08:00
Cary Xu 380a84e237 update 2022-03-25 16:52:32 +08:00
Cary Xu 1fbd79bafb add updateExpiredWindow test case 2022-03-25 16:40:59 +08:00
Cary Xu 585ae95d0d expired window/tsma msg adaption 2022-03-25 07:50:28 +08:00
Cary Xu 4e8ebdef3a support drop sma in tsdb 2022-03-24 10:25:58 +08:00
Cary Xu 6bd84f7fb2 drop tSma logic of tsdb 2022-03-23 21:06:17 +08:00
afwerar 79057240bd [TD-13759]<fix>: redefine thread api. 2022-03-20 00:47:45 +08:00
Cary Xu 8a709fdbf3 refactor and put sma file in smaUid dir 2022-03-18 20:11:33 +08:00
Cary Xu 36751ea53f logic optimization and resource release 2022-03-18 16:33:53 +08:00
Cary Xu 22d93248f3 add multithread protection when init SSmaEnv/SSmaStat 2022-03-17 19:35:17 +08:00
Cary Xu b44ef3c81e use dataDir to init sma env 2022-03-17 18:16:57 +08:00
Cary Xu 91df290152 add REF for SSmaStat in case of delete SSmaStatItem when drop sma index 2022-03-17 11:46:34 +08:00
Cary Xu 231ac079be refactor 2022-03-16 19:01:45 +08:00
Cary Xu e10f471b95 refactor 2022-03-16 18:19:26 +08:00
Cary Xu 7d070abbe6 resource release 2022-03-14 17:43:25 +08:00
Cary Xu 65870538fd test insert and query 2022-03-14 17:38:10 +08:00
Cary Xu abbd818fe6 import SmaEnv/SmaStat to facilitate save data 2022-03-13 23:32:33 +08:00
Cary Xu 421d087a8f add tsdbBDBImpl files 2022-03-12 19:19:21 +08:00
Cary Xu 0c307568e4 code refactor 2022-03-11 19:38:13 +08:00
Cary Xu 7ad5e7429f ajust STSma definition 2022-03-10 15:34:15 +08:00
Cary Xu c3920c4697 reset smsStatWindow 2022-03-09 20:44:15 +08:00
Cary Xu a455105de3 mark expired query window by SSmaStat 2022-03-09 18:33:23 +08:00
Cary Xu aad01e0155 add SSmaStat in tsdb to demonstrate window valid status 2022-03-09 16:38:26 +08:00
Cary Xu b64bfa979f
Feature/td 11463 3.0 (#10573)
* Block-wise SMA extraction

* refactor the SBlock

* add method tsdbLoadBlockOffset

* set method tsdbLoadBlockOffset static

* refactor

* trigger CI

* minor change

* trigger CI

* add STSma defintion

* add STSma schema encode/decode

* restore

* code optimization

* put/get sma schema from bdb

* add/check tSma schema methods

* code optimization

* code optimization
2022-03-06 20:05:41 +08:00