Commit Graph

56 Commits

Author SHA1 Message Date
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
3514f929b6 [to #49335040]add thread lock for pl_cursor_map_ 2023-04-26 15:06:08 +00:00
dbedb800a4 fix session-based context dynamic leak 2023-04-26 14:27:48 +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
6306b01265 [CP] [to #48137245] fix package shrink core 2023-04-11 12:50:49 +08:00
ae39ff7277 fix control info repeatly sync 2023-04-06 09:11:17 +00:00
2ad78b0e63 Replace ps inner stmt id calculated position in sql audit 2023-04-04 03:41:57 +00:00
ee97e6f4b3 fix user connection count bug 2023-04-03 20:11:34 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
4bac5ef560 Sql audit desige changed about mem_limit, queue_size and etc. 2023-03-16 11:13:45 +00:00
4fc5c53c37 mark dblink connection unusable when execute query failed 2023-03-14 14:44:16 +00:00
ebefd2bd67 revert tenant config opt for sql module 2023-03-08 04:14:03 +00:00
a65db0d0f8 timeguard and tenant config opt (5/5) 2023-03-02 18:49:10 +00:00
868d425b12 Revert tenant id change in function get_request_manager 2023-02-24 14:42:05 +00:00
28b78becb7 Get request maneger change priv_tenant_id to effective_tenant_id 2023-02-24 12:50:14 +00:00
b1faf451eb [DeadLock] fix detector bug 2023-02-20 12:47:38 +00:00
a84ff5f257 [master] fix multi-stmt txn-free-route 2023-02-20 06:41:21 +00:00
88ee461fbe [master] add session id into autocommit log 2023-02-16 13:12:15 +00:00
9abe96704d fix reverse link core 2023-02-14 11:42:02 +00:00
092b683a60 [master] add sql_audit txn-route diagnose info 2023-02-14 04:15:02 +00:00
22d1f15814 fix session info reset bug 2023-02-13 11:17:22 +00:00
48554a6c5f Add cap for session variable synchronization for proxy version compatibility 2023-02-10 10:41:11 +00:00
8fab2d62ff session variable sync add trace log 2023-02-10 10:16:21 +00:00
5ae3b0664f fix sql plan manger memory bug 2023-02-10 06:47:16 +00:00
41a9e671ee fix session lock leak when asccessing mtl var 2023-02-06 17:27:58 +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
909f6b5b16 fix temp table mismatch plan 2023-02-06 13:23:20 +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
ba19ba90e0 [FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 19:29:23 +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
7c991b5da5 [FEAT MERGE] implement SQL level resource management based on pattern match 2023-01-12 19:02:33 +08:00
509c446234 [CP] [to #46597683] fix session memory expansion by pkg var serialize 2023-01-12 19:02:33 +08:00
7562ea53d7 [to #46843562] use new request_type to record sql from pl 2023-01-12 19:02:33 +08:00
84a71fba0a [CP] [CP] [CP] support basic optimizer stats specify estimate_percent option and temp table gather 2023-01-12 19:02:33 +08:00
050e984b04 [FEAT MERGE] OLTP performance optimization feature 2023-01-12 19:02:33 +08:00
2ff985ffdd Fix ps prepare stage type deduction failure 2023-01-12 19:02:33 +08:00
59df2a1a27 Remove is_valid in ps cache and plan cache. 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
99d4f56fec [scn] mv definition of SCN to dir of share 2023-01-12 19:02:33 +08:00
8a4d14122f replace ts related to ddl with scn. 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
c5c2d1cc61 [CP] [to #45570565]fix bug clear temporary table by dynamic DDL in PL 2022-11-10 07:35:58 +00:00
4ce250c313 [CP] close cursor when add fail 2022-11-03 11:38:03 +00:00
71611a5ee4 fix threads regardless of tenants use plan cache 2022-11-03 05:06:08 +00:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00
edd206c037 [CP] [CP] Fix psSessionInfo memory not being released in time 2022-07-31 20:28:50 +08:00
bx0
ec9c2087fb Try_cnt in sql_audit show greater than actual value 2021-11-29 20:42:41 +08:00
c5b33f71c2 support send long data protocol 2021-08-30 22:38:11 +08:00
st0
88a8862b77 support max_connections and max_user_connections 2021-08-19 17:11:53 +08:00