Hongze Cheng
60efd600b8
refact
2022-05-10 01:57:08 +00:00
Hongze Cheng
76a9ef186e
refact row apis
2022-05-09 13:10:16 +00:00
Hongze Cheng
db998d29b6
refact: tdata
2022-05-09 09:43:15 +00:00
Cary Xu
bcdf9c19b2
feat: update refactor
2022-05-06 19:31:20 +08:00
Cary Xu
7a8f8e11a5
feat: support update in mem/file
2022-05-05 16:00:35 +08:00
afwerar
f4f11fdc01
fix(os): fix win open file error.
2022-04-28 19:46:37 +08:00
Cary Xu
ff123fb6ec
refactor
2022-04-28 18:17:02 +08:00
Cary Xu
15acae3d01
Merge branch '3.0' into feature/TD-13066-3.0
2022-04-28 18:15:11 +08:00
Cary Xu
555caef50e
feat: add tdSRowSetTpInfo method
2022-04-28 18:14:12 +08:00
Cary Xu
e6a83367c8
merge 3.0
2022-04-28 09:47:49 +08:00
Cary Xu
66ba959f21
feat: trow refinement
2022-04-28 00:32:24 +08:00
Cary Xu
18fdb85747
add debug log
2022-04-28 00:24:14 +08:00
dapan1121
c7464a7c55
stmt
2022-04-27 20:12:30 +08:00
Cary Xu
771e83fd73
feat: rollup refactor
2022-04-27 19:49:04 +08:00
Hongze Cheng
57d642b9b4
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
2022-04-22 05:33:29 +00:00
afwerar
fc24521621
fix(os): windows compile 3.0.
2022-04-22 09:54:27 +08:00
Hongze Cheng
1fe0daaf36
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
2022-04-21 03:49:47 +00:00
Hongze Cheng
2bb03ed330
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
2022-04-20 10:58:19 +00:00
dapan1121
c83bae339e
Merge remote-tracking branch 'origin/3.0' into feature/qnode5
2022-04-20 18:27:28 +08:00
dapan1121
b77731702e
stmt
2022-04-20 18:27:00 +08:00
Cary Xu
62b2fc09dd
trow refactor
2022-04-20 17:56:45 +08:00
Hongze Cheng
5ccfb0fac8
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
2022-04-20 05:29:48 +00:00
Cary Xu
95b94621e3
trow: set other bit 0 in offset 0
2022-04-20 10:00:16 +08:00
Hongze Cheng
1dcdc0a0a4
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
2022-04-20 01:19:37 +00:00
Hongze Cheng
3cc66adcb7
refact meta 1
2022-04-19 13:10:03 +00:00
Cary Xu
a6e69b9704
trow: SKVRow read logic
2022-04-19 21:04:02 +08:00
Cary Xu
8959e4437b
trow refactor
2022-04-19 14:13:34 +08:00
Cary Xu
5569c84624
bsma integrate
2022-04-18 15:06:13 +08:00
Haojun Liao
5f9bce661f
Merge branch 'feature/3.0_liaohj' of github.com:taosdata/tdengine into feature/3.0_liaohj
2022-04-16 14:57:27 +08:00
Cary Xu
3faf5a3914
statisFunc use bitmap
2022-04-16 14:44:35 +08:00
Cary Xu
d268fbf68d
feat: Rollup SMA integration
2022-04-16 10:18:03 +08:00
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
Cary Xu
b3bb652708
data and bitmap compress/store/decompress separatedly
2022-04-03 18:02:30 +08:00
Liu Jicong
e163197573
merge from 3.0
2022-03-31 15:55:34 +08:00
Liu Jicong
3e5da8bedb
fix
2022-03-31 15:52:54 +08:00
Cary Xu
fd4455aa23
colIdx bugfix
2022-03-30 19:13:24 +08:00
Cary Xu
d4c636589a
update definition of SSchema/STColumn to support columns larger than 1MB(int16_t to int32_t)
2022-03-27 10:42:23 +08:00
Cary Xu
867ca85ab1
reset buf
2022-03-23 16:51:43 +08:00
Cary Xu
eb5471fdd6
tsdb merge
2022-03-22 14:57:16 +08:00
Cary Xu
575ab14439
trow bug fix
2022-03-16 19:28:33 +08:00
Shuduo Sang
ba8d9a798e
Feature/sangshuduo/td 13063 3.0 windows ( #10708 )
...
* [TD-13063]<feature>: 3.0 on Windows
* add pthread in contrib
* fix linux compile
* fix osSemaphore
* add gnu regex for Windows
* fix compile error for Windows
2022-03-11 19:39:20 +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
Shengliang Guan
5101c0571f
minor changes
2022-02-28 17:39:07 +08:00
Haojun Liao
c48fd11157
[td-11818] merge 3.0
2022-02-12 23:09:22 +08:00
Cary Xu
4a388c4223
Feature/td 11381 3.0 ( #10220 )
...
* calculate boundNullLen
* add extendedRowSize
2022-02-11 16:08:28 +08:00
Haojun Liao
3be59e4e24
[td-11818] merge 3.0
2022-02-11 15:50:20 +08:00
Cary Xu
3d42cd548e
code optimization
2022-02-10 16:12:48 +08:00
Cary Xu
d71fece2aa
STSRow refactor
2022-02-09 20:34:11 +08:00
Cary Xu
e1c9534cff
support STSRow
2022-02-03 17:31:16 +08:00