49 Commits

Author SHA1 Message Date
44806fb21c [CP] BugFix: TmpFile page_io_info leak. 2023-11-03 09:12:11 +00:00
af7abd50ed [CP] Optimize tmp file
Co-authored-by: godchen0212 <chenqx303@163.com>
2023-08-15 05:38:17 +00:00
9c8f1a1195 [bugfix] fix batch decode var length dict with single entry 2023-08-11 20:48:24 +00:00
c81bf8427d [CP] fix row_store_type when sstable is empty 2023-06-06 13:52:31 +00:00
8b9520eb57 [CP] impl parallel range splite for micro level
Co-authored-by: z404289981 <z404289981@163.com>
2023-05-26 07:42:43 +00:00
22c7595181 add unittest for column equal encoding overflow issue 2023-05-15 12:12:41 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +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
276d9034f2 Fix test_raw_decoder of release compilation cannot pass. 2023-03-14 17:16:12 +00:00
bfbe2f8609 add defensive code for small sstable optimization 2023-03-03 08:46:06 +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
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
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
0f14606391 [FEAT MERGE] instant ddl commit
Co-authored-by: hiddenbomb <bwgui203@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: rolandqi <qikai456@126.com>
2023-01-28 20:34:20 +08:00
81d28c0295 [FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: yongshige <598633031@qq.com>
2023-01-28 18:08:51 +08:00
3080f2b66f Enhanced resource isolation capability, previous IOPS group control for front-end and back-end tasks
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 15:58:19 +08:00
2cfa340452 fix wrong cpu_capacity in __all_virtual_server after cpu_count changing 2023-01-12 19:02:33 +08:00
c147ef1881 Load linked id list in deserialization 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
c94062401a [FEAT MERGE] implement Medium Compaction & adaptive Compaction Strategy 2023-01-12 19:02:33 +08:00
c37f0e93a3 [FEAT MERGE] impl multi way macro block reuse && pct free && multi version row support micro block-level recycling 2023-01-12 19:02:33 +08:00
cda6fed9b5 [FEAT MERGE]Tiny SSTable Space Optimization 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 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
8a4d14122f replace ts related to ddl with scn. 2023-01-12 19:02:33 +08:00
9842295897 replace log_ts with scn 2023-01-12 19:02:33 +08:00
a4c9f3e4d4 adapt scn for migration 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
7d8c4a42fc [UPGRADE] Remove unused compatible code 2022-11-21 07:29:40 +00:00
21188a6f7c [bugfix] fix fix-length dict with element length larger than 64k 2022-11-09 11:35:54 +00:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00
e3e9919cb0 fix test_row_reader unittest 2022-10-09 13:02:07 +00:00
4891d24b46 [CP] Fix ObTmpTenantFileStore may be wild ptr. 2022-09-02 09:02:29 +00:00
5d3d5c7cb7 [CP] Reduce tmp file block cache memory usage. 2022-08-12 17:11:51 +08:00
18019f2bf2 [CP] [CP] [TMP.FILE] support single read huge tmp file. 2022-07-20 11:31:21 +08:00
047868e359 fix error when disk full 2022-04-18 11:36:49 +08:00
cw0
49242edee5 fix slog switch_file bug 2022-04-14 15:15:53 +08:00
655020509b Fix slog reader doesnt switch file when theres no switch log at EOF 2022-03-17 15:11:18 +08:00
xj0
e5f59ea074 support json type 2022-02-08 15:08:04 +08:00
baa96708eb set DIO_ALIGN_SIZE from 512 to 4096 2022-01-04 11:39:41 +08:00
18de895dc8 [TMP.FILE] fix block leak and limit disk for tmp file 2021-12-20 20:04:31 +08:00
ac3ef77f14 fix observer start failed due to large memory allocation 2021-11-17 17:10:13 +08:00
mw0
64b53b6a17 patch backup &migrate code to open source 2021-09-27 20:48:34 +08:00
9812af88fb switch slog file for new comming slog data in any way 2021-08-29 10:37:13 +08:00
78f8c06a35 optimize read performance of tmp file 2021-08-11 15:53:55 +08:00
3a827ef0d2 add defense code for tmp file in case of misuse. 2021-07-15 20:24:13 +08:00
gm
4a92b6d7df reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
2021-06-17 10:40:36 +08:00
a2e86378c6 adapt to 4k align size for slog and clog (#94) 2021-06-15 14:51:46 +08:00
cea7de1475 init push 2021-05-31 22:56:52 +08:00