Commit Graph

134 Commits

Author SHA1 Message Date
3d4ef9741d [FEAT MERGE] performance optimzation for OLTP
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
2024-04-10 07:32:28 +00:00
4718c98e28 [CP] [to #55847301] fix: use plan sql id instead of session sql id in remote executeion sql audit 2024-04-08 12:32:52 +00:00
4130e898e3 [CP] [FEAT MERGE]:pl 4.2.2 version feature dev 2024-03-28 10:50:18 +00:00
db972bbeeb reduce unnecessary sys view recompile 2024-03-28 03:46:16 +00:00
2bdb4a9bbc Add stream rpc reverse keepalive 2024-03-27 02:45:32 +00:00
84c5698b2a [FEAT MERGE] [CP] transfer partition && cancel transfer partition
Co-authored-by: linqiucen <lqcgrace@outlook.com>
2024-03-20 09:46:02 +00:00
9177cab121 [CP] [FEAT MERGE] SQL MEMLEAK 2024-03-15 03:20:52 +00:00
d6e0624219 [CP] [FEAT MERGE] CRASH ERROR include SQL_INFO 2.0 2024-03-14 07:45:27 +00:00
sdc
21caebcd16 fix execute dist plan report error when truncate table concurrently. 2024-03-01 04:44:45 +00:00
74ebb72098 PX memory inflation during the creation of index scenarios. 2024-02-25 11:15:27 +00:00
005e39dc8b placeholder for serialize 2024-02-09 19:31:36 +00:00
13c335d128 [CP] [OBKV] cherry-pick bugfix from 421 2024-02-09 13:38:33 +00:00
49ef062619 [CP] [IMPROVE] add new refresh schema implement to wait most 10ms 2024-02-09 11:33:31 +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
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
2569072042 [CP] add serialization size check 2024-02-07 08:29:09 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
690a0d5bb5 placeholder for serialize 2024-01-19 12:17:43 +00:00
7e4fadbe1e [CP] [OBKV] cherry-pick bugfix from 421 2024-01-17 06:13:26 +00:00
0140570bb4 [CP] [IMPROVE] add new refresh schema implement to wait most 10ms 2024-01-16 04:12:30 +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
f5f3fd0173 merge devleop into master 20231212 2023-12-19 08:46:14 +00:00
79fa3a931e Merge branch 'master' into develop 2023-12-19 16:00:47 +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
9187748933 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-12-14 03:13:30 +00:00
e67f0a904f Fix some typos (#1742)
* fix typo
2023-12-11 16:52:39 +08:00
0bda0dbd95 [CP] add serialization size check 2023-12-02 05:12:16 +00:00
9e13005016 [FEAT MERGE]support 'alter system reset' clause 2023-11-16 13:46:59 +00:00
c91f22632a Changing the response packet size of remote SQL to 2MB 2023-10-31 20:39:28 +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
bacc417957 feat: add the rule to use-das when has variable assignments in sql
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
2023-10-23 09:14:03 +00:00
c7e57e401a Fix: Rpc connect error 2023-10-23 07:40:01 +00:00
a68da2aa9c Interm Result Management is Splitted to Tenants 2023-10-19 06:39:26 +00:00
7b9b5aa5a1 [CP] fix error report when handle trans result for remote execute sql 2023-10-16 06:39:18 +00:00
86005edbcc [CP] not to print plain text of query sql which contains sensitive data 2023-10-09 12:17:17 +00:00
4c4c68977b Specify tenant id for RemoteExecuteStreamHandle 2023-09-14 23:40:34 +00:00
1238115c82 Merge branch 'pr_1545' 2023-09-13 06:12:15 +00:00
de8174ebf2 discard ObChunkRowDE mod && do not push view task when queue size almost full 2023-09-09 11:44:07 +00:00
cade45ca80 Add new rpc queue for storage_ha 2023-09-09 10:55:37 +00:00
f131ac541c Fix the issue of 500 tenant memory inflation caused by slice_calc in the px module 2023-09-06 07:38:42 +00:00
f4bf5f41c9 [FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-09-05 06:47:00 +00:00
b60e4f8d97 [FEAT MERGE] [OBKV] support TTL
Co-authored-by: IHEII <602280108@qq.com>
2023-09-04 01:10:37 +00:00
5e158ef5e9 [FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
2023-08-30 11:44:37 +00:00
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
bb35a1f410 fix das retry thread deadlock 2023-08-24 07:40:33 +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
9b3f07d4ad add for insert values statement split&rewrite batch optimization 2023-08-14 15:12:40 +00:00
621c5a7784 Use ObTMArray to fix memory bloat problem caused by ObArrayImpl<oceanbase::sql::ObPxPartChMapItem> 2023-08-09 06:42:38 +00:00
8e88ce9fed Adding ObTMArray to solve memory bloat issue 2023-08-04 04:42:28 +00:00