168 Commits

Author SHA1 Message Date
qijiax
bb0f03a92b bugfix: BASIC_FUNCS adaption for roaringbitmap type 2024-12-17 20:15:38 +00:00
fanfangzhou
916020b972 [CP] remove restriction of tenant_id can not bigger than 10w in kv_cache 2024-12-17 06:48:05 +00:00
helloamateur
0579303529 [ARRAY] array_expr bugfix 2024-11-26 06:45:16 +00:00
obdev
c141972115 [FEAT MERGE] [PATCH] serverless_opt 2024-11-23 18:14:57 +00:00
AntiTopQuark
6d3a8a8b76 [FEAT MERGE] patch 3A from 4_2_x_release to master
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: WeiXinChan <chenwx6728@163.com>
2024-11-22 17:15:27 +00:00
obdev
eed772ed73 [FEAT MERGE] [435] sql execution improvements
Co-authored-by: GongYusen <986957406@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: Cai-Yao <729673078@qq.com>
2024-11-22 06:15:09 +00:00
obdev
1a6141df59 [FEAT MERGE]clog and opt statistics support io resource isolation
Co-authored-by: 18523270951@163.com <18523270951@163.com>
2024-11-22 03:15:13 +00:00
helloamateur
ce458e96f8 [FEAT MERGE] ARRAY EXPRS IMPLEMENTS
Co-authored-by: qijiax <qijia_xu@163.com>
2024-11-21 13:44:48 +00:00
obdev
bcdbabf580 [FEAT MERGE] Patch Assume Role from 4.2.5 to 4.3.5 2024-11-21 04:46:20 +00:00
obdev
0e58dbeeb5 [FEAT MERGE] Refactoring ObTimer to reduce the number of threads 2024-11-21 03:45:19 +00:00
Tsunaou
5c77619843 move batch freeze dag to compaction low thread and limit max concurrent task cnt 2024-11-20 11:46:08 +00:00
Carrot-77
a8a00b05fc [CP] [FEAT MERGE] JSON/XML/GIS MEM OPTIMIZATION AND NEW XML/GIS EXPR 2024-11-13 15:15:03 +00:00
Tsunaou
5bcc7d47ea fix memory leak if find cycle when addint task into dag 2024-11-12 11:14:36 +00:00
kpole
9c1ad96b7b Change object storage errno 2024-11-01 10:17:02 +00:00
hanr881
d3bbe3851f [CP] [FEAT MERGE]:Refactor pl/sql memory management 2024-11-01 08:17:49 +00:00
helloamateur
fd9226d311 [CP] [GIS] gis ewkt output srid=0 2024-10-31 15:48:09 +00:00
yangqise7en
7cabe08a1c [CP] fix print log sanity core & add defense for dag scheduler 2024-10-30 07:14:23 +00:00
fanfangzhou
b0ecd6650d alter primary_zone length 2024-10-30 05:47:43 +00:00
linqiucen
521ef6a5fb server index 2024-10-22 04:17:43 +00:00
gaishun
8b869c9fdd [FEAT MERGE] tablet_transfer_seq(ss) + flying_tablet_pointer_map + macro_block_verification 2024-09-25 04:58:10 +00:00
obdev
9929e8cc82 [patch 421->425->434] [json depth config] json depth config set [100, 1024] 2024-09-20 07:16:36 +00:00
obdev
ca51217d50 fix shared storage manifest about extension with multiple fields 2024-09-18 09:33:50 +00:00
obdev
f00f696510 add column for tablet_replica_checksum and tablet_compaction_history 2024-09-18 08:17:06 +00:00
obdev
4cf84fe2bb replace THE_IO_DEVICE with LOCAL_DEVICE_INSTANCE 2024-09-18 05:50:53 +00:00
yangqise7en
5a1bdeab8f remove log & fix policy func array whitescan & fix unittest 2024-09-03 09:52:05 +00:00
obdev
a90a362952 remove lob_ddl_mysql case in ss mode 2024-08-31 12:52:27 +00:00
Tsunaou
c46c411ad9 forbid medium/major merge for middle status row store tablet in cs replica && fix mysqltest 2024-08-29 12:10:59 +00:00
wanghangQ
5cbd86c9e6 [FEAT MERGE] Vector Index & Array Type
Co-authored-by: helloamateur <magiccheery@163.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: JLY2015 <1623359870@qq.com>
2024-08-29 07:52:22 +00:00
qijiax
c76fda0bef [FEAT MERGE] Roaringbitmap type phase-2, performance optimization 2024-08-28 03:45:02 +00:00
jingtaoye35
e537a0c479 [FEAT MERGE] 424 SQL compatibility patch 433
Co-authored-by: wjhh2008 <wjh2006-1@163.com>
Co-authored-by: GongYusen <986957406@qq.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-08-23 03:32:02 +00:00
linqiucen
2ddad4afc0 [FEAT MERGE] 备库优化 + is_standby_cluster调用点替换 + service_name 2024-08-22 16:18:56 +00:00
helloamateur
a6cb5fe594 [CP] [GIS] fix gis index with high resolution 2024-08-21 12:57:28 +00:00
LoLolobster
315a2dd5ec fix log archive checkpoint issuing LIST and TAGGING requests too frequently when delete mode is tagging 2024-08-16 07:17:56 +00:00
LoLolobster
11f38cff7c fix object storage checksum 2024-08-12 14:59:02 +00:00
yangqise7en
3e720b0574 add compaction obtest & unittest 2024-07-12 03:16:39 +00:00
qijiax
dcefc03971 roaringbitmap type optimization and default value adaption 2024-07-05 05:17:14 +00:00
qijiax
3bfa3e2070 [FEAT MERGE] Add roaringbitmap type and relative expr
Co-authored-by: fkuner <784819644@qq.com>
2024-06-21 09:46:21 +00:00
wu-xingying
0cd742f372 [FEAT MERGE]Patch Spatial Relationship Computation Performance Optimization & Implement of oracle spatial index 2024-06-18 01:31:47 +00:00
hezuojiao
ffd0dacb15 Add object type placeholder for MySQL date/datetime types 2024-06-17 23:43:06 +00:00
Tsunaou
a60cb378cd refactor ObCompactionTimeGuard to process failed event 2024-05-16 06:26:20 +00:00
saltonz
fb6f777b86 [bugfix] fix invalid character in tokenization 2024-04-26 12:46:07 +00:00
wu-xingying
e36e4917bf fix st_makevalid as GENERATED_COL 2024-04-24 06:25:10 +00:00
wu-xingying
82c173f560 cp open-source ut fail & geo 4016 union 2024-04-22 17:41:52 +00:00
Tyshawn
f1a6170c93 [FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
2024-04-22 05:46:19 +00:00
YangEfei
7a78d20312 [FEAT MERGE] MySQL lock functions and DMBS_LOCK.RELEASE 2024-04-16 17:16:59 +00:00
SevenJ-swj
6423e587c1 [FEAT MERGE]patch sql compat feature to 431 2024-04-15 16:07:24 +00:00
shadowao
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
akaError
263b3806fa [CP] 422_opensource feature patch 431 2024-04-11 10:14:23 +00:00
wu-xingying
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
obdev
2f5b5ef256 [CP] [LOG] To merge the log4220 feature into the master branch. 2024-03-26 13:15:25 +00:00