Commit Graph

71 Commits

Author SHA1 Message Date
7aca4ef065 [FEAT MERGE] Optimize dml performance in multi-local index scenarios
Co-authored-by: Handora <qcdsr970209@gmail.com>
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-04-16 15:27:21 +00:00
d0413d0c8d [CP] Compatible with mysql decimal truncate warning display 2024-04-12 11:45:57 +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
2ce6bc28c8 FIX: fix the core induced by foreign key handle overwrite the datum pointer of expr in DML op 2024-04-08 10:24:42 +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
a5e25ac91e [CP][BUGFIX] add fix zero lob val 2024-02-09 23:42:38 +00:00
a3cfebe92e [CP] Fixed the inconsistency issue with PDML update index 2024-02-09 02:36:46 +00:00
9db2501590 [CP] fix bug insert ignore with generated column maybe cause 4377 error 2024-02-08 21:47:06 +00:00
65d5b08606 [CP] fix update with non-strict mode core
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
2024-02-08 18:57:49 +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
8d63652331 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2024-02-07 23:02:56 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
fce9821684 [CP] [Fix] obkv same rk in batch 2024-02-06 19:03:36 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
60afc16914 [CP][BUGFIX] add fix zero lob val 2024-01-23 09:17:27 +00:00
49394811fb [CP] Fixed the inconsistency issue with PDML update index 2024-01-08 10:42:53 +00:00
92add5609c [CP] fix bug insert ignore with generated column maybe cause 4377 error 2024-01-04 04:42:55 +00:00
daaf5dc64b [CP] fix update with non-strict mode core
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
2024-01-02 09:43:21 +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
438a70b2b8 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com>
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2023-12-18 14:04:23 +08:00
f7cd32be94 [FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2023-12-14 07:42:52 +00:00
8a64369f76 [CP] [Fix] obkv same rk in batch 2023-11-21 09:15:19 +00:00
8bd8e8fad9 [CP]opt dml update lob check changed 2023-11-07 12:13:56 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
f00019cb7c [FOREIGN KEY] fix the bug about meet invalid conflict during checking child table which without index 2023-09-14 23:47:53 +00:00
26ddd1c766 fix bug print log cause core 2023-08-31 11:10:41 +00:00
044fadf593 [FEAT MERGE]:Merge foreign key feature to master
Co-authored-by: YangEfei <yangyifei96@outlook.com>
2023-08-30 13:10:42 +00:00
233189cbb1 [CP] Improve incorrect value error info for insert/replace into values 2023-08-25 06:10:27 +00:00
cd0ec2662a fix: fix update ignore bug that will lost data when has cross-partition update 2023-08-24 09:10:27 +00:00
a0e110cc8a fix bugs 2023-08-10 08:18:37 +00:00
ea61a471d1 [master] change seq_no to ObTxSEQ 2023-08-10 06:12:31 +00:00
1d686f1429 fix: revert the commit that induces core in master 2023-08-03 15:42:21 +00:00
f3e8889af3 fix: fix the ignore bug of coss-partition update 2023-08-02 04:12:14 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
323f828185 fix: add defensive check when to check if pointer is null when add related index info 2023-07-19 07:53:55 +00:00
c5c92dfe7c fix mode compatibility bug 2023-07-11 10:24:58 +00:00
1abc669899 [BUG] add case for write only index of double update 2023-06-01 14:11:51 +00:00
8afeece673 fix DAS dynamic partition pruning memleak 2023-05-09 19:15:27 +00:00
9e328378c8 [FEAT MERGE] 4.2 add trans_debug_info for 4377
Co-authored-by: Handora <qcdsr970209@gmail.com>
2023-05-06 06:08:35 +00:00
64dc54c87e [CP] fix: fix the bug of remote das task performance degradation; 2023-04-28 03:15:33 +00:00
9ff3425602 [BUG] prevent multiple update error on one row for duplicate update 2023-04-26 15:16:31 +00:00
4a15c4d020 fix: fix the core induced by check rowkey distinct when rowkey column has virtual generated column 2023-04-18 14:41:34 +00:00
71d19e2940 [BUGFIX] fix read lob locator after commit 2023-04-07 03:00:01 +00:00
bf3edbc1e7 fix: fix print log not judge if pointer is null 2023-03-24 11:48:47 +00:00
e53df2eb6b fix: fix das memory expand induced by das used memeory calculation error 2023-03-21 14:54:12 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
bbc80fb3d3 fix: fix the core and correctness error induced by foreign key and trigegr processing order refactor 2023-03-14 10:10:52 +00:00
aa3d567376 Log: Add more log related to tablet loc and table schema for defensive check error 2023-03-09 06:41:18 +00:00
6597151e89 fix: fix the mem leak induced by create hash set for distinct check 2023-02-15 04:16:58 +00:00
3c4b9d36cd Fix schema-version-not-match bug in direct-insert 2023-02-14 15:17:17 +00:00