Jinqing Kuang
9c7b925613
fix(query)[TD-30667]. Check hardware support for AVX instructions
...
Modify the CMake script to check for hardware support of AVX
instructions directly, instead of relying on compiler flags
for the verification.
2024-10-17 09:19:08 +08:00
Jinqing Kuang
c372959cef
fix(query)[TD-30667]. Fix avx/avx2 check and compilation on ARM platform
2024-10-15 11:32:26 +08:00
Jinqing Kuang
636c65d62f
enh(query)[TS-4661]. Add AVX2 support for decompression and MIN/MAX comparison
...
- Implement AVX2 instructions to decompress float and double data types
- Add AVX2-based MIN/MAX comparison for both integer and floating-point data types
- Include unit tests to verify functionality and performance improvements
2024-10-14 15:31:40 +08:00
dapan1121
857d9e825b
enh: add rand error test
2024-08-02 13:29:47 +08:00
Haojun Liao
04281bcd07
fix(util): uncomment the timestamp decode function with AVX2 instructions, and do some internal refactor.
2024-06-19 15:06:09 +08:00
Kai Jiang
6e2a5b9292
Improve tsDecompressIntImpl_Hw performance with AVX512.
...
Signed-off-by: Kai Jiang <kai.jiang@intel.com>
Huanrui Zhang <huanruix.zhang@intel.com>
2024-06-19 11:59:30 +08:00
Haojun Liao
bba5a4f08b
other: merge main into 3.0
2023-12-18 18:26:42 +08:00
chao.feng
241515726b
modify cmake for true of DSIMD_SUPPORT by hjliao
2023-12-06 18:27:36 +08:00
Haojun Liao
d7a19a9179
fix(stream): fix invalid decode hbmsg and memory leaks caused by invalid hb msg.
2023-12-01 14:45:18 +08:00
Haojun Liao
e6a024bcb1
refactor: do some internal refactor.
2023-12-01 10:19:58 +08:00
Haojun Liao
0099578816
enh(sys): add check for avx512vl
2023-12-01 10:19:57 +08:00
Haojun Liao
cf835c5ce4
fix(test): do some internal refactor.
2023-12-01 10:19:56 +08:00
Haojun Liao
0131fbe62d
fix(tsdb): add simd for decompress timestamp.
2023-12-01 10:19:54 +08:00
Haojun Liao
f9d717d0f2
refactor: do some internal refactor.
2023-11-27 14:42:13 +08:00
Haojun Liao
5de59a3547
enh(sys): add check for avx512vl
2023-11-27 10:32:47 +08:00
Haojun Liao
6ab14d39bb
fix(test): do some internal refactor.
2023-11-27 09:32:47 +08:00
Haojun Liao
1dd5cd17a0
fix(tsdb): add simd for decompress timestamp.
2023-11-26 23:53:05 +08:00
facetosea
9916e0d24c
build release version on windows
2023-11-20 09:55:59 +08:00
Haojun Liao
65aef15be6
refactor: do some internal refactor.
2023-11-13 23:56:36 +08:00
Haojun Liao
78b63ac4f9
refactor: do some internal refactor.
2023-11-13 00:50:26 +08:00
Haojun Liao
801b211cd8
refactor:do some internal refactor.
2023-11-11 15:39:45 +08:00
Haojun Liao
d57b5cdc55
refactor:do some internal refactor.
2023-11-08 14:29:40 +08:00
Alex Duan
32be17cae2
fix: set JEMALLOC_ENABLED default to false
2023-10-16 11:27:12 +08:00
Alex Duan
9dc3ade9e2
fix: force set all platform to JEMALLOC_ENABLED = false
2023-10-16 09:31:30 +08:00
lx1zhong
6da4088012
add TSZ and ADT-FSE algorithm
2023-09-15 14:30:23 +08:00
Haojun Liao
82222f1ab8
other: disable detail display.
2023-09-07 11:43:43 +08:00
Haojun Liao
ad9f3cbc43
other: merge main.
2023-08-16 09:14:10 +08:00
kailixu
8d0461e98c
fix: use taos_static for tmq_sim on windows
2023-08-14 16:31:58 +08:00
Alex Duan
67991804a6
test: add build
2023-07-23 18:14:07 +08:00
yihaoDeng
ff3ad6c65f
add static lib to 3.0
2023-06-21 14:38:52 +08:00
kailixu
96c91aa5cc
chore: naming optimize
2023-06-14 17:35:13 +08:00
kailixu
62c1d5cf12
enh: decrease the package size
2023-06-14 17:31:07 +08:00
yihaoDeng
4b931d3007
Merge branch 'enh/dev3.0' into enh/addCompileError
2023-05-26 13:59:16 +00:00
yihaoDeng
34d21bc03f
change parameter
2023-05-26 20:11:33 +08:00
yihaoDeng
5933f85b56
change parameter
2023-05-25 17:51:33 +08:00
Haojun Liao
ffee5ebc61
Merge branch '3.0' into feature/3_liaohj
2023-05-17 17:47:44 +08:00
Haojun Liao
041ffa91bd
other: merge main.
2023-05-17 15:42:15 +08:00
dapan1121
e4380d63de
enh: add release build option
2023-05-16 18:00:10 +08:00
yihaoDeng
941e005417
refactor code
2023-05-15 09:56:02 +00:00
yihaoDeng
b0c1e6f59b
refactor code
2023-05-15 08:57:35 +00:00
yihaoDeng
5583f69109
refactor code
2023-05-15 08:48:49 +00:00
yihaoDeng
1a8e4d7276
opt compile opt
2023-05-14 04:02:54 +00:00
yihaoDeng
5708fcb5cb
Merge branch 'enh/3.0' into enh/rocksdbSstateMerge
2023-05-10 08:02:16 +00:00
Minglei Jin
bcd051777b
rocksdb/cmake: disable iostats_context, perf_context
2023-05-04 16:06:05 +08:00
yihaoDeng
36a4413bf1
merge rocksdb inst
2023-04-27 14:38:33 +00:00
Minglei Jin
892cdfc656
rocks/cmake: fix building on mac
2023-04-26 17:36:12 +08:00
yihaoDeng
eff4257dc6
change write opt
2023-04-21 08:23:58 +00:00
chenhaoran
7d7a0769b3
Merge remote-tracking branch 'origin/main' into enh/tsbsPerf.1
2023-04-21 16:20:37 +08:00
yihaoDeng
438b3dcd65
change write opt
2023-04-20 10:18:21 +00:00
yihaoDeng
d7d0816b11
change write opt
2023-04-20 06:00:05 +00:00