|
|
d58caf4dc4
|
Fix clear filter mistakenly in filter IN pushdown.
|
2024-04-02 12:44:55 +00:00 |
|
|
|
d47900b6bf
|
Fix temp row store overwrite ret code
|
2024-04-01 02:46:07 +00:00 |
|
|
|
b85bfe378d
|
Fix tpcds perf drop
|
2024-03-28 14:15:24 +00:00 |
|
|
|
e6d00ac5bb
|
Fix too strong param obj meta defensive code in filter IN.
|
2024-03-28 13:15:29 +00:00 |
|
|
|
02f936be1c
|
Fix filter IN pushdown compact
|
2024-03-28 09:15:26 +00:00 |
|
|
|
5aa0503125
|
[FEAT MERGE] ap perf optimization
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: z404289981 <z404289981@163.com>
|
2024-03-26 07:51:42 +00:00 |
|
|
|
ce7584d0fe
|
[CP] fix select outrow lob into user var
|
2024-03-25 13:50:55 +00:00 |
|
|
|
8a7386cdbf
|
【bugfix合入】zstd压缩库内存管理改造
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
|
2024-03-22 09:52:27 +00:00 |
|
|
|
c829cf3175
|
add item type and member of select into spec
|
2024-03-21 10:45:53 +00:00 |
|
|
|
2a4c64d7b2
|
Fix winfunc single partition parallel error result
|
2024-03-15 10:45:29 +00:00 |
|
|
|
92fca7def1
|
[FEAT MERGE]: use parameter _ob_ddl_temp_file_compress_func to control compression in ddl.
|
2024-03-07 04:45:49 +00:00 |
|
|
|
4c5811f762
|
Opt compact row memory alloc
|
2024-03-07 02:45:09 +00:00 |
|
|
|
33ec292f4c
|
fix compact row not compatible
|
2024-03-04 05:14:36 +00:00 |
|
|
|
6288816744
|
adjust compact row format && fix farm case failed
|
2024-02-27 12:44:28 +00:00 |
|
|
|
fb3a420c8f
|
The ObTempBlockStore had incorrect use of the dump interface in append_block_payload, which has now been corrected.
|
2024-02-27 11:20:26 +00:00 |
|
|
|
690df5b287
|
Fix temp column store iterator vector reuse
|
2024-02-10 03:50:35 +00:00 |
|
|
|
8c5bdce48b
|
revert adjust compact row format
|
2024-02-10 03:13:31 +00:00 |
|
|
|
0b9512c5ac
|
adjust compact row format
|
2024-02-10 02:44:42 +00:00 |
|
|
|
828fb8b357
|
[bugfix]: shouldn't ignore sizeof(Block) while calc remain size of a block.
|
2024-02-10 01:42:36 +00:00 |
|
|
|
ab5422253c
|
Fixed the issue where memory could not be reused when reading interme results
|
2024-02-10 00:14:28 +00:00 |
|
|
|
19d5e20cf1
|
Use the corresponding column fill cg
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
|
2024-02-09 22:21:21 +00:00 |
|
|
|
ed33b6e951
|
[opt]: vec_sort support truncate tmp_file.
|
2024-02-09 16:10:16 +00:00 |
|
|
|
ee68fd84f7
|
Optimize operator name with use_rich_format enabled
|
2024-02-09 14:05:06 +00:00 |
|
|
|
e15634314e
|
Fix ObTempRowStore filling in uniform const format value causing crash
|
2024-02-09 12:49:05 +00:00 |
|
|
|
42af945db5
|
Fix section code REVERSE_ INULL, DIVIDE_ BY_ ZERO's problem
|
2024-02-09 06:37:54 +00:00 |
|
|
|
e487607c24
|
Fix some bug for vec2.0
|
2024-02-09 05:23:36 +00:00 |
|
|
|
748f33d484
|
Fix some hash distinct bug for vec2.0
|
2024-02-09 04:47:51 +00:00 |
|
|
|
19ca0ef47c
|
Set uniform base format for trans info expr
|
2024-02-09 04:23:47 +00:00 |
|
|
|
acc64bfcdc
|
Fix temp block store dump reader block failed
|
2024-02-08 23:40:28 +00:00 |
|
|
|
3154082c61
|
Adapt the new vec2.0 interface for single row calculation
|
2024-02-08 21:55:56 +00:00 |
|
|
|
550562e6e3
|
Fix vec 2.0 limit op use wrong null index
|
2024-02-08 19:09:40 +00:00 |
|
|
|
90b7fe53bb
|
bugfix : json dot notation bugfix patch to master
|
2024-02-08 17:32:07 +00:00 |
|
|
|
fa31f40416
|
fix do not restore number buffer leads memory damage
|
2024-02-08 16:47:15 +00:00 |
|
|
|
e60ef1d45d
|
Fix vec 2.0 hash infras ret code override
|
2024-02-08 15:00:05 +00:00 |
|
|
|
d5c68a0ef4
|
fix: fix bug of multi level batch nlj lost data bug
|
2024-02-08 13:42:26 +00:00 |
|
|
|
d719518631
|
Fix vector 2.0 case and opt temp column store from_vector
|
2024-02-08 10:23:00 +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 |
|
|
|
1c20161f72
|
[FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
|
2024-02-07 23:09:02 +00:00 |
|
|
|
c699ceea48
|
[FEAT MERGE] Solidify session vars for functional index
|
2024-02-07 16:44:49 +00:00 |
|
|
|
2569072042
|
[CP] add serialization size check
|
2024-02-07 08:29:09 +00:00 |
|
|
|
933db9c2b3
|
Fix unused memory allocation
|
2024-02-07 06:38:20 +00:00 |
|
|
|
d5105f1475
|
Make white filter compat with former
|
2024-02-07 04:44:04 +00:00 |
|
|
|
e779a6e3f9
|
bugfix : json transform to timestamp will append time zone twice
|
2024-02-07 04:26:00 +00:00 |
|
|
|
c8ef409bf3
|
Do not report ERROR when sample rate equals 100
|
2024-02-06 14:49:36 +00:00 |
|
|
|
9f0a50674b
|
Fix temp column store iterator vector reuse
|
2024-01-30 03:16:58 +00:00 |
|
|
|
18f9034622
|
revert adjust compact row format
|
2024-01-26 12:46:38 +00:00 |
|
|
|
718216ee0c
|
adjust compact row format
|
2024-01-26 04:42:16 +00:00 |
|
|
|
ec93363fc9
|
[bugfix]: shouldn't ignore sizeof(Block) while calc remain size of a block.
|
2024-01-24 10:48:03 +00:00 |
|
|
|
2f8fa89e0c
|
Fixed the issue where memory could not be reused when reading interme results
Co-authored-by: sdc <njucssdc@gmail.com>
|
2024-01-23 12:42:27 +00:00 |
|