|
|
0fc9160eb7
|
[CP] [batch rescan] bug fix about 425 DAS batch rescan
|
2024-12-11 05:48:19 +00:00 |
|
|
|
5b6af76499
|
[FEAT MERGE] support NLJ/SPF vectorization 2.0
|
2024-11-21 13:14:25 +00:00 |
|
|
|
0446a2136b
|
[ARRAY] fix nested expr vector header assign
|
2024-10-18 10:14:17 +00:00 |
|
|
|
5cbd86c9e6
|
[FEAT MERGE] Vector Index & Array Type
Co-authored-by: helloamateur <magiccheery@163.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: JLY2015 <1623359870@qq.com>
|
2024-08-29 07:52:22 +00:00 |
|
|
|
2a2929c246
|
fix for subplan filter core, lost ret
|
2024-07-29 13:04:59 +00:00 |
|
|
|
da5aece3e1
|
[FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: fkuner <784819644@qq.com>
Co-authored-by: lucky-sinx <2549261744@qq.com>
|
2024-06-17 13:46:16 +00:00 |
|
|
|
f1a6170c93
|
[FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
|
2024-04-22 05:46:19 +00:00 |
|
|
|
8d56362278
|
[CP] fix: fix the bug of spf group-rescan induced by hash-map optimize
|
2024-03-12 04:26:22 +00:00 |
|
|
|
1dbf5325d8
|
Tracepoint: Add trace point to test NLJ and SPF batch rescan
|
2024-02-08 07:37:05 +00:00 |
|
|
|
0d0b11c0cc
|
[FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
|
2024-02-08 05:32:54 +00:00 |
|
|
|
6cdcf2bcec
|
fix spf hashmap is disabled by typo
|
2024-02-07 23:27:09 +00:00 |
|
|
|
d09e2de876
|
[CP] fix: fix the core induced by spf batch rescan
|
2024-02-07 21:34:12 +00:00 |
|
|
|
bd15b1d306
|
Fixing bug: PX hangs due to calling get_next_batch after coordinater being drained.
|
2024-02-07 03:58:39 +00:00 |
|
|
|
c8ef409bf3
|
Do not report ERROR when sample rate equals 100
|
2024-02-06 14:49:36 +00:00 |
|
|
|
abef1a89a4
|
Tracepoint: Add trace point to test NLJ and SPF batch rescan
|
2023-12-22 15:42:36 +00:00 |
|
|
|
b6773084c6
|
[FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
|
2023-12-22 03:43:22 +00:00 |
|
|
|
5186fc5b19
|
fix spf hashmap is disabled by typo
|
2023-12-18 17:22:46 +00:00 |
|
|
|
07edb2482e
|
[CP] fix: fix the core induced by spf batch rescan
|
2023-12-18 14:04:23 +08:00 |
|
|
|
511eb3f076
|
Fixing bug: PX hangs due to calling get_next_batch after coordinater being drained.
|
2023-11-28 12:47:30 +00:00 |
|
|
|
b1be3d77c4
|
Support spf left rows dump and control rpc package size
|
2023-11-17 03:11:13 +00:00 |
|
|
|
38d3830962
|
[CP] fix partition wise join and global index lookup -4016
|
2023-11-02 05:12:51 +00:00 |
|
|
|
f46cc5847d
|
additional fix for fix subplan stack overflow
|
2023-10-19 08:09:56 +00:00 |
|
|
|
f57b979472
|
fix subplan stack overflow
|
2023-10-17 13:13:35 +00:00 |
|
|
|
a0add89d3f
|
fix spf iter do not release memory context
|
2023-10-07 07:40:15 +00:00 |
|
|
|
c72fbafe90
|
Merge branch 'master' of https://github.com/shuangzi52/ob4 into fix_new_05
|
2023-09-11 10:18:26 +08:00 |
|
|
|
de8174ebf2
|
discard ObChunkRowDE mod && do not push view task when queue size almost full
|
2023-09-09 11:44:07 +00:00 |
|
|
|
8e88ce9fed
|
Adding ObTMArray to solve memory bloat issue
|
2023-08-04 04:42:28 +00:00 |
|
|
|
65218721e1
|
add checksum for chunk datum store dump && reset onetime expr after calc
|
2023-08-03 07:54:59 +00:00 |
|
|
|
41d581549c
|
fix spf do not init memory_used leads hashmap disable
|
2023-07-17 09:48:09 +00:00 |
|
|
|
37489786d0
|
Unpivot op not skip child row in vectorized scenarios
|
2023-06-27 10:12:28 +00:00 |
|
|
|
4f31c69e63
|
adjust subquery iter hash map memory mode && adjust table columns rewrite error code
|
2023-05-16 04:11:22 +00:00 |
|
|
|
46ef83cdb8
|
disable spf das group rescan for unsupported cases
|
2023-05-05 11:38:30 +00:00 |
|
|
|
17abf2818a
|
[FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
|
2023-04-28 03:45:10 +00:00 |
|
|
|
16b713759f
|
fix dtl interm result leak
|
2023-04-24 04:18:38 +00:00 |
|
|
|
ff0be6d455
|
fix dynamic memory leak in subplan filter onetime expr datum deep copy
|
2023-04-19 08:11:42 +00:00 |
|
|
|
8cd9103c3d
|
fix some typo error
|
2023-04-07 17:10:22 +08:00 |
|
|
|
c9b053fcc8
|
[das group rescan] clear eval flag when fill param for right op
|
2023-03-13 06:11:09 +00:00 |
|
|
|
263a44af96
|
[FEAT MERGE] merge NLJ/SPF group rescan
|
2023-01-12 15:17:04 +00:00 |
|
|
|
2c8c28887f
|
[FEAT MERGE]support ddl real time monitoring
|
2023-01-12 19:02:33 +08:00 |
|
|
|
51de5b5911
|
[SCN] fix farm failure
|
2023-01-12 19:02:33 +08:00 |
|
|
|
87a9357186
|
set the initial value of wrs to scn min
|
2023-01-12 19:02:33 +08:00 |
|
|
|
54b64a7263
|
[scn] fix failure of mittest after refresh feature scn
|
2023-01-12 19:02:20 +08:00 |
|
|
|
e7dc7c5edf
|
[CP] [Asan Core] heap use after free with unpivot operator.
|
2022-11-22 09:08:02 +00:00 |
|
|
|
0c704f0ff0
|
[CP] fix subplan fiter exec param not reset caused core
|
2022-11-09 02:38:07 +00:00 |
|
|
|
93a1074b0c
|
patch 4.0
|
2022-10-24 17:57:12 +08:00 |
|
|
|
d1636b9051
|
[CP] [CP] [CP] Fix rollup SIGSEGV when building stored row
|
2022-06-06 14:20:53 +08:00 |
|
|
|
b9fc792163
|
fix user variable not do eval
|
2022-04-01 16:52:17 +08:00 |
|
|
|
a6a56e21f4
|
Remove cmake warning configuration (August)
|
2021-08-30 15:49:44 +08:00 |
|
|
|
4640a92c31
|
Bugfixs patched from 3.1.x to 3.1_opensource_release
|
2021-07-29 14:14:16 +08:00 |
|
|
|
0b7773c43f
|
add double-destroy check for MemoryContext
|
2021-07-27 19:54:14 +08:00 |
|