Commit Graph

518 Commits

Author SHA1 Message Date
c9cccf08db Use tenant-level object pool instead of sop_borrow 2023-05-26 10:41:16 +00:00
77f83568f9 [OPTIMIZATION] performance is slow down for submit redo with big txn 2023-05-26 08:46:47 +00:00
4ea455b9f9 [tx-route] support receive duplicate state from proxy 2023-05-25 08:11:51 +00:00
2eeabad6ca [2pc] drive 2pc with 1 participants 2023-05-23 09:47:21 +00:00
b6cb96f6ce remove unused code 2023-05-22 03:41:34 +00:00
10ebab170d Fix a batch of memory not being split to tenant 2023-05-18 14:11:18 +00:00
b5ac0c7bf6 optimize memtable garbage collection 2023-05-16 09:46:50 +00:00
4e78cd9426 [bugfix] fix column equal encoding exception offset array overflow 2023-05-16 04:16:42 +00:00
cf5be5d6f4 push the memtable whose end_max_scn is 0 from max_end_scn to start_scn + 1 for replay multi-transaction commit log 2023-05-11 13:58:38 +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
ccde264e06 [FEAT MERGE] Improve the inner implementation of tx table
Co-authored-by: kongfy <njukongfy@gmail.com>
2023-05-07 07:38:34 +00:00
d6c6e05727 [FEAT MERGE] log4200
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-05-06 08:15:43 +00:00
e6cf47df8f push memtable max_end_scn to start_scn + 1 for replay multi-transaction commit log 2023-05-05 04:45:21 +00:00
2fd0498ce3 use tenant memmory to alloc ObTxLSLogCb 2023-05-05 03:08:48 +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
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
7beeb7dd31 [BUG] fix after append cb core 2023-04-24 07:11:32 +00:00
5aba3122f5 fix storage schema bug that dec unsync_cnt_for_multi_data 2023-04-21 05:11:14 +00:00
8a5cf3c010 Add tenant unit tablet total cnt limitation 2023-04-20 13:41:27 +00:00
0e762bcbc5 [FEAT MERGE] cap_config_4.2 2023-04-18 07:41:54 +00:00
a36c4299c1 fix the problem that the gap between triggering a rebuild and disabling voting may lead to unnecessary rebuilds 2023-04-13 06:53:41 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
9e1fc64a14 optimize compaction statistic on tablet stat 2023-04-13 06:24:58 +00:00
9d477317a9 fix build ddl table store 2023-04-06 14:11:19 +00:00
a920d19e0a [BUG] remove callback when on failure 2023-04-04 07:14:37 +00:00
0b1e970028 add warning log when the number of sstable is at high level 2023-04-04 04:47:41 +00:00
8b00a6d6be Change the memory of ObEncodingRowBufHolder to hang on its own tenant which used to hang on 500. 2023-04-04 01:41:16 +00:00
f4e79369a0 fix parallel external sort defend too strict issue 2023-03-28 02:41:43 +00:00
677f68442d Bugfix: load the tx_ctx which is dumped into multiple rows failed. 2023-03-27 12:41:44 +00:00
7fd1b058cd fix core when dump tx ctx table 2023-03-24 07:15:22 +00:00
7a508b40d6 [master] fix ut: test_tx 2023-03-22 03:12:06 +00:00
c6bbafe473 fix savepoint is not synchronized between servers 2023-03-20 17:23:49 +08:00
9365c0dd4c patch 4.1 bug fix and remove some secret url 2023-03-19 19:22:48 +08:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
0c661df5f4 optimize parallem minor dag scheduling 2023-03-17 03:43:51 +00:00
276d9034f2 Fix test_raw_decoder of release compilation cannot pass. 2023-03-14 17:16:12 +00:00
0bce93fe67 Support force set ls as single member for ob_admin. 2023-03-09 07:46:13 +00:00
8e82e95c91 [BUG] remove protection code and and handler for ls removal 2023-03-07 09:41:14 +00:00
bfbe2f8609 add defensive code for small sstable optimization 2023-03-03 08:46:06 +00:00
9e0e3b8aa9 fix backup delete piece file incomplete 2023-03-02 14:51:59 +00:00
897c5ae533 fix xa savepoint 2023-02-17 09:12:43 +00:00
076558b3cc shrink memory use in ddl 2023-02-15 14:42:18 +00:00
7bd346dc46 [FIX] dynamic expand or shrink tx data hash map when minor freeze to reduce memory use in tx data memtable 2023-02-15 12:44:35 +00:00
092b683a60 [master] add sql_audit txn-route diagnose info 2023-02-14 04:15:02 +00:00
41ff8d0ce0 [master][tx-route] fix check alive after session killed internally 2023-02-13 07:12:35 +00:00
b889a69fbb [bugfix] add latest_row_store_type in sstable meta to calculate merge type for compaction 2023-02-10 03:41:41 +00:00
642856b1ae [BugFix] notify_data_source in do_force_kill_tx and add safe_to_destroy 2023-02-09 18:00:41 +00:00
6a87d4429d fix backup report -4002 issue 2023-02-09 14:42:23 +00:00
fc69016702 submit clear log with the larger scn than any commit log scn from pariticipants 2023-02-09 14:39:44 +00:00