Commit Graph

59 Commits

Author SHA1 Message Date
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
c9753f2968 license opt: Identify external and internal code and modify their open source licenses correctly. 2023-10-23 03:43:44 +00:00
84235f1234 [CP] [CP] Adjust the validation for flt 2023-10-18 08:13:41 +00:00
700f533a73 [CP] fix flt control info not tenant isolate in sess level 2023-10-08 13:43:13 +00:00
b83f56b740 Merge branch 'pr_1548' 2023-09-13 05:08:05 +00:00
ylz
2499bd6079 fix some spells 2023-09-08 17:54:01 +08:00
ca21045824 fix some typo error 2023-09-08 12:35:44 +08:00
0ca39e9932 adjust auto dop 2023-09-08 11:53:52 +08:00
cb2055f349 fix nested sql bug 2023-09-01 07:44:33 +00:00
27b9eda3c7 [FEAT MERGE]query_interface_enhancement 2023-08-26 04:40:35 +00:00
56ee77a670 fix data type bugs in transformer 2023-08-25 08:40:28 +00:00
a9fbca91d0 fix flt trace cannot trace at only slow query policy 2023-08-24 07:10:35 +00:00
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
d1e5895cb8 fix sql plan bug 2023-08-08 08:24:24 +00:00
e112ed684d remove the use of trace mode except pl 2023-08-07 04:12:30 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
49d114f396 fix sql plan bug 2023-07-25 10:48:31 +00:00
83f363ceba [CP] fix session lock leak when set dbms_monitor.ob_session_trace_disable 2023-07-05 03:18:08 +00:00
157ecc38a3 fix some bug 2023-06-02 05:42:03 +00:00
c09e11faec fix cast expr not consistent because of plan cache 2023-06-01 07:12:20 +00:00
10ebab170d Fix a batch of memory not being split to tenant 2023-05-18 14:11:18 +00:00
bf7035b688 fix some bug 2023-05-10 13:45:59 +00:00
5eef4de86d fix some optimizer bugs 2023-05-10 05:19:22 +00:00
baf5ab66b6 fix session lock leak when set dbms_monitor.ob_session_trace_disable 2023-05-09 08:45:41 +00:00
3cada22bdc [FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-28 11:12:11 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
23b365a0a7 [FEAT MERGE]Query Interface Enhancement
Co-authored-by: chinaxing <chen.yack@gmail.com>
2023-04-28 02:41:45 +00:00
b82a6210d4 Restore query string in session when change it. 2023-04-27 02:41:31 +00:00
8fb50cdf65 [FEAT MERGE] OLTP performance and cpu reduction optimization under tiny specification
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
2023-04-26 15:30:18 +00:00
8daff3e658 [FEAT MERGE]logical plan move to plan cache module add feedback into to plan 2023-04-18 11:41:58 +00:00
4708d356a7 sql_monitor change time expression from cpu_cycle to time_us 2023-04-04 03:11:24 +00:00
0e22eb2aae fix full link tracing log printed in observer.log 2023-03-31 15:14:52 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
d7da0bcfb3 adjust show trace framework 2023-03-06 09:43:43 +00:00
e84f946374 Revert “fix show trace cannot find root span while adaptting upstream” 2023-03-03 07:11:13 +00:00
6979025cf4 fix show trace cannot find root span while adaptting upstream 2023-03-02 15:30:59 +00:00
42328efa81 disable logical plan manager 2023-02-24 13:47:02 +00:00
092b683a60 [master] add sql_audit txn-route diagnose info 2023-02-14 04:15:02 +00:00
5ae3b0664f fix sql plan manger memory bug 2023-02-10 06:47:16 +00:00
9bbe05b4b4 fix optimizer trace bug and fix format sql plan bug 2023-02-07 11:37:22 +08:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08: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
814de27a42 dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2023-01-29 16:23:19 +08:00
f8c8061bfa Compatible with upstream components that do not support show trace 2023-01-28 20:22:16 +08:00
fc53210ebc fix plan real info manager core 2023-01-28 19:46:27 +08:00
c24c75ed20 Add PARTITION HIT flag to sql_audit. 2023-01-28 19:20:26 +08:00
30d0adec61 [4.1] support distributed txn free route 2023-01-28 16:07:18 +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
9dcc0a529e [FEAT MERGE]implement user-defined rewrite rules 2023-01-12 19:02:33 +08:00
87a9357186 set the initial value of wrs to scn min 2023-01-12 19:02:33 +08:00