Commit Graph

109 Commits

Author SHA1 Message Date
b0467c7140 Reset same_server_ flag in clear_all_location_info 2023-08-11 06:42:40 +00:00
4163502241 Make Das task fast false when das task under partition wise nlj 2023-08-10 10:54:48 +00:00
ee614d9292 Get new das task id when das task retry. 2023-08-10 10:18:39 +00:00
ea61a471d1 [master] change seq_no to ObTxSEQ 2023-08-10 06:12:31 +00:00
60133dd9c8 fix srs parser glibc_malloc memory leak 2023-08-02 04:18:11 +00:00
934d6fa746 [GIS]fix spatial index lookup when _enable_defensive_check=2 2023-08-01 18:54:26 +00:00
971421a5ef fix that das does not refresh the location in ls block scene 2023-07-31 09:12:29 +00:00
dc60d1a54c Add tx snapshot for 4377 check in index lookup. 2023-07-17 04:18:16 +00:00
e978233e84 Fix flashback query old read snapshot 2023-07-14 04:12:16 +00:00
2538dec984 bug/50761089 spatial index das update iterator should handle empty index column 2023-07-07 10:53:39 +00:00
6819b7ed03 das tablet mapper use schema_guard in sql_ctx 2023-07-05 08:18:11 +00:00
a4bf0af7c9 wait readonly request done for some time before offline ls 2023-07-04 03:12:23 +00:00
1d691e0d14 optimize das location refresh 2023-07-03 12:42:25 +00:00
9dae112952 [FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-06-21 11:42:28 +00:00
9df89f3baf refactor DAS task retry 2023-06-16 08:48:27 +00:00
98078bdc41 [CP] [4.1] fix remote plan execute timeout serval bugs 2023-06-16 07:42:18 +00:00
f194a64d53 [DAS][ObDASLocationRouter] silence best-effort block get in case of failure 2023-06-09 10:42:10 +00:00
934ddce888 Fix DASScanOp retry memory expansion. 2023-06-08 03:18:15 +00:00
d1806bb8bd Fix the issue of insert up reported -4016 with binary rowkey 2023-05-30 13:11:41 +00:00
5af9d6c36d Fix memory leak introduce by change revert logic of lookup op. 2023-05-30 04:46:48 +00:00
c5cf21da3e Fix observer core when das scan op release. 2023-05-26 09:46:54 +00:00
ce135f900f remove redundant log in das 2023-05-25 13:12:00 +00:00
2e77daca76 fix dup table fetch table location -4002 2023-05-23 05:41:48 +00:00
b6cb96f6ce remove unused code 2023-05-22 03:41:34 +00:00
5148758db5 fetch location with sync interface when the location cache not exist 2023-05-19 09:11:40 +00:00
10ebab170d Fix a batch of memory not being split to tenant 2023-05-18 14:11:18 +00:00
aaab6560a1 [FEAT MERGE] 4.x Dup Table
Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
2023-05-11 10:07:21 +00:00
8afeece673 fix DAS dynamic partition pruning memleak 2023-05-09 19:15:27 +00:00
4108e781d4 [FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: sdc <njucssdc@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
2023-05-09 18:32:04 +00:00
0ac5e967aa Fix memory leak and memory expansion in das group scan. 2023-05-09 18:04:57 +00:00
44824c8521 fix: fix trigger mutating error in mysql mode 2023-05-09 17:54:10 +00:00
1b2d159c09 fix bug reset_datum_ptr for all das_result_ouput_expr may case performance regression 2023-05-09 07:45:32 +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
09ed904b58 [FEAT MERGE] Support external table
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-29 15:11:50 +00:00
642f1c7d84 [FEAT MERGE] optimizer statistics gather enhance
Co-authored-by: Larry955 <1412857955@qq.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-04-28 13:11:58 +00:00
5f403ea6ea Fix memory leak because fix memory expansion 2023-04-28 08:12:04 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
64dc54c87e [CP] fix: fix the bug of remote das task performance degradation; 2023-04-28 03:15:33 +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
9ff3425602 [BUG] prevent multiple update error on one row for duplicate update 2023-04-26 15:16:31 +00:00
c0406cef3d Fix memory expansion when das task retry. 2023-04-26 14:17:27 +00:00
87ad8877d4 [BUGFIX] fix lob delete with MINIMAL mode 2023-04-24 04:41:24 +00:00
e6c1421295 fix: fix table scan error induced by foreign key check 2023-04-19 15:41:33 +00:00
5df6d3a0be Fix memory expansion 2023-04-19 04:11:30 +00:00
b25c41566c Fix memory expansion 2023-04-18 08:11:53 +00:00
7051c4697d [GIS] bugfix: bypass mbr filter if index key_range is whole range 2023-04-13 12:49:14 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
c7f5f409a1 delete useless trace log in sql module 2023-04-13 06:17:57 +00:00
a8778f6a45 Fix the bug of lookup iter failing to switch partition correctly 2023-03-24 08:15:13 +00:00
57f09e1588 use PRINT_VECTORIZED_ROWS macro for vectorization output 2023-03-23 04:45:08 +00:00