Commit Graph

52 Commits

Author SHA1 Message Date
1c49eb09bf [bugfix]: vec_sort(in ddl) support compression. 2024-03-08 09:20:28 +00:00
69f28b8ee3 Fix prefix sort scene unfree ptr error 2024-03-07 08:50:17 +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
5e19a5258f Fix dynamic memory expansion of px rescan scene sort 2024-03-05 07:15:25 +00:00
d934a2ebd3 Fix error 4013 when comparing lob types, causing crash 2024-02-18 09:22:37 +00:00
ed33b6e951 [opt]: vec_sort support truncate tmp_file. 2024-02-09 16:10:16 +00:00
e487607c24 Fix some bug for vec2.0 2024-02-09 05:23:36 +00:00
82eb30388c fix topn bug: comp not updated when new batch be added 2024-02-08 20:14:52 +00:00
2396c99aa3 fix bug: topn sort earge filter bugs 2024-02-08 13:03:32 +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
fd359dc4a4 [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: akaError <lzg020616@163.com>
2024-02-07 23:05:57 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
9a25831540 [opt]: vec_sort support truncate tmp_file. 2024-01-18 06:50:09 +00:00
e77d98b14c Fix some bug for vec2.0 2024-01-10 02:44:25 +00:00
745e46e176 fix topn bug: comp not updated when new batch be added 2024-01-03 12:37:45 +00:00
85f0244cf5 fix bug: topn sort earge filter bugs 2023-12-26 15:43:13 +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
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
37fe7ce4eb [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-18 14:04:23 +08:00
de8174ebf2 discard ObChunkRowDE mod && do not push view task when queue size almost full 2023-09-09 11:44:07 +00:00
f47722e7ac [CP] Free memory if push back failed in heap sort 2023-08-01 14:12:32 +00:00
abb148c4c2 ObSortOp::inner_get_next_batch return OB_ITER_END incorrectly when calculating limit 0 in vectorized scenario 2023-07-10 03:12:01 +00:00
bbf9072380 fix some bug for auto_mem_mgr && fix bug for nanvl 2023-06-09 03:48:03 +00:00
d5487f24ae use shared block cache to manage a batch of chunk store in em sort 2023-06-07 09:12:23 +00:00
b6cb96f6ce remove unused code 2023-05-22 03:41:34 +00:00
8bf4d8b3e9 Unfree ptr in adjust_topn_heap when meet error unexpectedly 2023-05-11 09:39:08 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
f25555fcd5 Fix the partition column was not added when the parition sort was rowed. 2023-03-16 09:46:32 +00:00
a4bee3acf4 Add datum is_null check while calc sort topn_limit expr 2023-03-10 09:41:25 +00:00
4bcd321454 fix auto mem mgr can not alloc enough merge way for ems sort && fix recompile view while resolve view failed 2023-03-02 18:51:44 +00:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
15f8652a72 fix sort core at aqs item's len overflow 2023-02-06 14:18:20 +08:00
4f65ea3349 Partition sort check earlier and more strictly 2023-02-06 13:56:36 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
2c8c28887f [FEAT MERGE]support ddl real time monitoring 2023-01-12 19:02:33 +08:00
b300756dff add log info for sort op memory dump controlled by amm 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 2023-01-12 19:02:33 +08:00
68151eb87a [SCN] modify missing scenes 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
7d8c4a42fc [UPGRADE] Remove unused compatible code 2022-11-21 07:29:40 +00:00
8aee7d972f add inner_same_as for udf func and remove useless GET_MIN_CLUSTER_VERSION 2022-11-16 07:35:39 +00:00
54885402b0 [CP] Repair memory leak in sort operator about stored_rows_. 2022-11-03 02:11:34 +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
94f6956dbe [CP] fix error code in sort operator is overwritten 2022-05-05 14:21:53 +08:00
a331dec52c Remove warning configurations 2021-07-30 14:56:13 +08:00
dac871e88f fix bug (#180) 2021-07-29 15:22:37 +08:00
jg0
0b7773c43f add double-destroy check for MemoryContext 2021-07-27 19:54:14 +08:00