Commit Graph

7241 Commits

Author SHA1 Message Date
xueyan.li 4142f9d03c
Upgrade web frontend lib for enhanced security (#152) 2021-09-11 10:21:43 +08:00
sunyuejun ee08fe4fdc
Rename class OlapMeta to KVStore (#141) 2021-09-11 10:00:07 +08:00
wyb c6dc14045e
[SR-3676] Export supports specified columns (#118)
* [SR-3676] Export supports specified columns

* Support different column order
2021-09-10 21:19:54 +08:00
liuyehcf ceff937325
[SR-4453] Provide aggregate operators for pipeline engine (#136) 2021-09-10 14:49:07 +08:00
stdpain 7b78f97683
[BUG] fix const raw string add number (#138) 2021-09-10 12:42:08 +08:00
stdpain 0593c4075b
[SR-4347] support vectorized es_http_scan_node (#28) 2021-09-10 11:22:22 +08:00
kangkaisen 078a2fbed0
Add some comments for deleting old query optimizer related codes (#133) 2021-09-10 10:45:06 +08:00
stdpain 92de223ba6
Fix variables unused warning (#130) 2021-09-09 21:36:30 +08:00
luyou86 5a8ce3c6fb
Remove the skipped tablet (#135) 2021-09-09 21:33:38 +08:00
xueyan.li e87eabbe51
Fix hyperscan thirdparty should use TP_INSTALL_DIR (#125) 2021-09-09 16:02:17 +08:00
loka 97daf1d75f
Bugfix: After copying the data from src to dst, the null flag should be set to false. (#113)
There is no corresponding setting for AggregateFuncTraits of VARCHAR type.

fixs #123
2021-09-09 14:32:57 +08:00
satanson 97dc139064
[SR-4458] Bugfix: DecimalTypeInfo from_string overflow error (#121) 2021-09-09 13:47:05 +08:00
Pslydhh 8de4ecd4ef
[SR-3554] Provide hyperscan to instead re2 in like/regexp (#64) 2021-09-09 13:09:11 +08:00
xueyan.li 3c59e4f4f0
support multi character column_separator param for load (#21) 2021-09-09 09:54:58 +08:00
wulei 0fa74f9de9
[SR-3695] Fix tablet version published in disorder sequence. (#61)
Create multiple task worker pools for publish version task and create
a work thread for each pool. The task belongs to the same partition
will be put into the same pool, so that tablet version will be published sequentially.
2021-09-09 09:46:54 +08:00
satanson 72523572e6
[SR-4073] Query making no progress for a long time is expired (#85) 2021-09-09 09:35:29 +08:00
stdpain 3fc5871bf9
[SR-3574] Optimizing bitmap deserialization performance (#86)
use right value instead of copy value

before:
mysql> select bitmap_union_count(v) from bitmap_r50E_x;
+-------------------------+
| bitmap_union_count(`v`) |
+-------------------------+
|               100000000 |
+-------------------------+
1 row in set (8.88 sec)

after:
mysql> select bitmap_union_count(v) from bitmap_r50E_x;
+-------------------------+
| bitmap_union_count(`v`) |
+-------------------------+
|               100000000 |
+-------------------------+
1 row in set (5.70 sec)
2021-09-08 22:02:58 +08:00
sduzh a871f5260f
Bugfix: should not print error log if status is EndOfFile (#106) 2021-09-08 22:01:33 +08:00
Seaven f4f00d4d7b
[#102] Fix ASAN crash for scan node use in predicate result (#103) 2021-09-08 21:36:15 +08:00
liuyehcf 274ff65d65
[SR-4407] Provide aggregate operators for pipeline engine (#65) 2021-09-08 21:29:32 +08:00
satanson 1817cb8367
[SR-4402] string_to_decimal overflow is a failure (#100) 2021-09-08 21:01:38 +08:00
Pslydhh 8f171f1149
[SR-4078] Provide Sort Operator (#83) 2021-09-08 16:59:45 +08:00
liuyehcf 732738d960
Revert "[SR-4378] extract common code of aggregate algo in order to reuse (#15)" (#49)
This reverts commit a78bf3901e.
2021-09-08 10:30:35 +08:00
satanson 8e280259a3
[SR-4404] use _mm_pause and sched_yield instead of sleep (#40) 2021-09-08 10:23:58 +08:00
ZiChen Qian 17c8e886df
just hotfix it for daily. (#31) 2021-09-07 21:14:57 +08:00
ricky 658dbbb2b6
doc: correct some comments (#46) 2021-09-07 21:09:03 +08:00
sduzh 2e570336e5
[SR-4401] Bugfix: trash sweep thread deadloop (#34) 2021-09-07 20:57:07 +08:00
Binglin Chang 8dc92bc4bf
[SR-4371] PrimaryIndex add prefetch (#39) 2021-09-07 20:38:05 +08:00
ricky 286510e520
docs: Fix comment typo (#43) 2021-09-07 20:25:21 +08:00
satanson dcb531dba3
Remove deprecated code (#42) 2021-09-07 20:23:56 +08:00
trueeyu 0d529c27d2
[SR-4400] fix the bug of null aware left anti join processing convert data type (#33) 2021-09-07 19:12:38 +08:00
Binglin Chang 0e5757cc05
[SR-4383] bugfix: bad total_rows value in PrimaryIndex loading causing OOM (#16) 2021-09-07 17:21:34 +08:00
xueyan.li a962928edd
[SR-4391] Add more log when be can not startup (#26)
port collisions are a very common problem.
but user can not figure out from log
so add more log for more easy to find this problem.
2021-09-06 23:24:29 +08:00
sduzh 7250304670
[SR-4381] Bugfix: forgot to init tablet meta (#17) 2021-09-06 15:50:21 +08:00
satanson 27043f2dd8
[SR-4072] Pipeline ScanOperator asynchronization (#2) 2021-09-06 15:33:34 +08:00
HangyuanLiu 75e1df69ad
[SR-4344] Fix materialized view column rewrite error bug (#9) 2021-09-06 14:06:09 +08:00
gengjun-git 8ffd9556fb
[SR-4388] Change be storage conf desc (#12) 2021-09-06 13:57:43 +08:00
liuyehcf a78bf3901e
[SR-4378] extract common code of aggregate algo in order to reuse (#15) 2021-09-06 13:48:18 +08:00
Binglin Chang e1b4fcc7c5
[SR-4336] bugfix: wrong _compaction_running value after BE restart (#11) 2021-09-06 13:01:27 +08:00
Binglin Chang 96245d8f8f
[SR-4357] add imbalanced phmap (#10) 2021-09-06 13:01:19 +08:00
Zhao Chun 5fa55b8199 Init commit 2021-09-04 22:14:12 +08:00