850 Commits

Author SHA1 Message Date
a86074f97a Placeholder for table-level auto_increment_cache_size configuration 2024-02-09 21:49:00 +00:00
dc32079645 [FEAT MERGE] [CP] Improve the rowcount estimation
Co-authored-by: akaError <lzg020616@163.com>
2024-02-09 19:58:19 +00:00
973b811289 add seq num to sql audit to sequence stmt in transaction 2024-02-09 19:40:21 +00:00
c13f02c182 Remove mview ob views 2024-02-09 18:41:11 +00:00
444830ac26 [CP] [CP] add max_partition_num config in mysql mode 2024-02-09 18:29:00 +00:00
fdb1a36daf master placeholder sql audit stmt type 2024-02-09 18:25:59 +00:00
d5c6c0ae15 [CP] disable dynamic sampling json/lob/gis column and fix set stat window attribute bug 2024-02-09 18:10:52 +00:00
2919f17c94 SQL Audit adds network_wait_time column placeholder 2024-02-09 17:14:46 +00:00
c5a5b18553 [CP] use optimizer_features_enable system variable and optimizer_features_enable hint to control optimizer behaviors 2024-02-09 14:31:42 +00:00
13c335d128 [CP] [OBKV] cherry-pick bugfix from 421 2024-02-09 13:38:33 +00:00
4811f30f9a add user error info for format column group name 2024-02-09 12:40:16 +00:00
2eeccaa383 [CP] [4377] add resourcer defensive after 4377 2024-02-09 10:14:08 +00:00
8e71e218e6 [CP] fix calc nested loop join / spf cost bug 2024-02-09 09:36:04 +00:00
11eb9541cf [security]remove ip 2024-02-09 08:43:03 +00:00
b75fc423ec [CP][BUGFIX] fix lrpad mysql pad len zero 2024-02-09 07:07:47 +00:00
3095c651ed [CP] pruning false range index in skyline pruning 2024-02-09 04:32:47 +00:00
49f9c4a8b0 allow cancel waiting dag when parent dag or dag net is canceled 2024-02-09 04:14:58 +00:00
1dd7be4b43 add more info to sql audit snapshot source field 2024-02-09 01:13:08 +00:00
9544106c49 BUGFIX: change memstore_limit to tenant level 2024-02-08 22:52:38 +00:00
9db2501590 [CP] fix bug insert ignore with generated column maybe cause 4377 error 2024-02-08 21:47:06 +00:00
626c5536f9 bugfix: substr expr get wrong result length 2024-02-08 19:30:43 +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
5ca81e3013 Fix expr calc accuracy reuse during type deduce 2024-02-08 16:26:25 +00:00
844dfb0162 [CP] Fix null hash value mismatch by using datum hash_func_v2 2024-02-08 14:51:04 +00:00
f4e0374fb1 update_index_status 等schema刷新占位 2024-02-08 14:30:24 +00:00
b6a15b6111 fix some outline/hint bugs 2024-02-08 13:15:20 +00:00
65c6511fc9 Add mview Oracle compatible views 2024-02-08 13:06:31 +00:00
086a94c07d the ddl merge task of data tablet need wait lob tablet to create major sstable first 2024-02-08 12:45:44 +00:00
fd30a4af8e [CP] fix bug: execute 'ddl drop column' statement access all_tab_columns view can query hidden table info. 2024-02-08 11:42:50 +00:00
fe02a282e1 Add default_table_store_format when creating table 2024-02-08 11:24:50 +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
8921cc28a8 [CP] [MySQL GIS] fix spatial index coveredby keypart generation 2024-02-08 03:57:16 +00:00
08df68f872 patch_422_cgroup_config to master 2024-02-08 02:20:39 +00:00
af5bc4a3c3 fix upgrade error && open adaptive_merge_schedule 2024-02-08 00:23:49 +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
8d63652331 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2024-02-07 23:02:56 +00:00
d09e2de876 [CP] fix: fix the core induced by spf batch rescan 2024-02-07 21:34:12 +00:00
634f8e7b0f change show db to show databases 2024-02-07 21:04:15 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
c7fe4c3f69 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: wanyue-wy <345657357@qq.com>
2024-02-07 20:19:21 +00:00
b4e4b0407d [CP] [CP] [to #53119817] fix a .net driver compatibility issue 2024-02-07 20:04:17 +00:00
33a6f4973d [FEAT MERGE] Implement Resource Throttle 2024-02-07 17:25:56 +00:00
15307ef94e [FEAT MERGE][CP]optimizer stats enhancement 2024-02-07 16:56:28 +00:00
04ba1bb648 [FEAT MERGE] rpc authentication improvement 2024-02-07 16:35:49 +00:00
112b0dfbd4 [FEAT MERGE] Support index usage monitoring 2024-02-07 16:12:34 +00:00
faf440e6ea [FEAT MERGE]client session 2024-02-07 14:41:39 +00:00
46b64790bc [FEAT MERGE] transfer without kill tx 2024-02-07 14:20:47 +00:00
080c1da397 [CP] bugfix select column_default value from information_schema.columns core 2024-02-07 11:31:01 +00:00
9a22f3ea88 [FEAT MERGE]adaptive cost model 2024-02-07 11:01:37 +00:00