Commit Graph

258 Commits

Author SHA1 Message Date
ec18f1bab0 adaption for roaringbitmap basic_funcs and cmp functions 2024-07-05 12:46:25 +00:00
81bfa9f0ac [FEAT MERGE] direct load performance optimize
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
Co-authored-by: leftgeek <1094669802@qq.com>
2024-07-03 07:17:17 +00:00
c770941bf6 gis bugfix 2024-07-01 15:18:45 +00:00
2d4b0fdc52 Fix unexpected memory access of window function 2024-06-26 05:58:35 +00:00
e5bc48d855 Fix sort spec compression codec overwrite 2024-06-25 13:32:14 +00:00
5c5e6da6ce [FEAT MERGE] DAS iterator refactor and keep order optimization
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: zhenhan.gong@gmail.com <zhenhan.gong@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2024-06-24 13:57:14 +00:00
b7f4eb6aa2 errsim to check the compare method for std::sort 2024-06-24 07:58:04 +00:00
d1e91320ec [FEAT MERGE] Support Parquet Format for External Table 2024-06-24 06:19:18 +00:00
175b976263 adjust error message and add test 2024-06-24 05:52:13 +00:00
cc1b65e578 [FEAT MERGE] sql execution improvements
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: tushicheng <18829573815@163.com>
2024-06-21 15:16:43 +00:00
3bfa3e2070 [FEAT MERGE] Add roaringbitmap type and relative expr
Co-authored-by: fkuner <784819644@qq.com>
2024-06-21 09:46:21 +00:00
edfad6976f [cp]:sync multivalue bugfix from 431 to master 2024-06-20 09:26:27 +00:00
6bf3f38ce4 [FEAT MERGE] ap benchmark opt
Co-authored-by: zhenhan.gong@gmail.com <zhenhan.gong@gmail.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
2024-06-19 06:41:44 +00:00
964cb5dd52 fix the bug of direct load in mv complete refresh 2024-06-18 09:16:21 +00:00
ca53fe797d [FEAT MERGE] merge table insert overwrite 2024-06-18 02:35:50 +00:00
b81b1efd98 [FEAT MERGE]优化器技改patch到432
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
2024-06-18 02:23:56 +00:00
4d5b5ec653 [FEAT MERGE] perf opt & syslog opt
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: yishenglanlingzui <395329313@qq.com>
Co-authored-by: 496148326@qq.com <496148326@qq.com>
2024-06-18 02:18:17 +00:00
d5629a2b36 [FEAT MERGE] Support monotonic filter to accelerate queries.
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2024-06-18 01:26:00 +00:00
052e72b93f [CP] [BUG.FIX] fix performance of update in multi-value index 2024-06-17 15:12:45 +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
e8f5de0a1a support external table auto refresh 2024-05-30 11:47:58 +00:00
db82be8c7e Fix decimal sum precision deduce not idempotent 2024-05-28 13:54:12 +00:00
143e1b4b4a Fix core when judge column store 2024-05-14 09:16:44 +00:00
9d77c33afe Fix lob vectorized, only enable json/text 2024-05-14 05:40:01 +00:00
03d93b896f Enable vectorization for lob data of column stored table 2024-05-13 09:36:14 +00:00
d629369d10 [fulltext] enable text retrieval query with no-index-back and no-relevacne-calculation opt hint
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
2024-05-13 04:20:36 +00:00
b54eb60074 [TABLELOCK] fix mysqltest about mysql lock function 2024-05-11 04:15:46 +00:00
b74c782221 Incorporating vectorization 2.0, modify the calculation method for max_batch_size. 2024-04-22 09:55:49 +00:00
9de65fb1d7 [FEAT MERGE] incremental direct load phase I
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-04-22 09:23:47 +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
d9824868ff fix mysqltest and modify outfile suffix 2024-04-20 14:58:29 +00:00
bf604885f8 [FEAT MERGE]
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: coolfishchen <coolfishchen@gmail.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-04-19 06:46:37 +00:00
0d6f3a8316 [FEAT MERGE] Support partitioned external table, and opt select into outfile
Co-authored-by: SevenJ-swj <sevenjworkstation@gmail.com>
Co-authored-by: dontknow9179 <545187809@qq.com>
2024-04-16 16:15:48 +00:00
037fe7d9bb [FEAT MERGE]
Co-authored-by: cqliang1995 <cq.liang@outlook.com>
Co-authored-by: qingsuijiu <642782632@qq.com>
Co-authored-by: yaojing624 <jingfeng.jf@oceanbase.com>
2024-04-16 10:51:16 +00:00
c5a94ea0e2 [CP] adjust the initialization timing of var_init_exprs 2024-04-16 04:49:17 +00:00
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
7261fc9df1 fix bug pdml update partition_key would change the new_row pk by insert before_row trigger 2024-04-01 03:45:23 +00:00
c13ff2080e fix instead trigger with error -4016 2024-03-28 07:50:59 +00:00
62eb9bd22b [CP] Fix: fix memory leak induced by foreign key casacde delete check duplicate rowkey 2024-03-27 04:15:38 +00:00
5bdd7e5bd1 [CP] [FEAT MERGE]support dblink udf 2024-03-21 04:45:37 +00:00
43c435fe20 fix dblink transaction bug 2024-03-15 17:15:44 +00:00
0a7a605792 Fix create index on newly added char returns checksum error 2024-03-15 06:46:15 +00:00
68a433ea37 merge develop into master 20240312 2024-03-14 09:56:28 +00:00
925bc82bef fix runtime bloom filter config error 2024-03-08 12:51:06 +00:00
1c49eb09bf [bugfix]: vec_sort(in ddl) support compression. 2024-03-08 09:20:28 +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
fd82117b9b Fix create index 4103 2024-02-28 13:49:55 +00:00
6e5f7eb335 fix error code overwritten bug 2024-02-27 02:45:35 +00:00
eb4ce0dc71 to issue<54750206>:select udf donot open transaction if udf has no dml stmt 2024-02-19 13:46:54 +00:00