Commit Graph

119 Commits

Author SHA1 Message Date
43c435fe20 fix dblink transaction bug 2024-03-15 17:15:44 +00:00
9177cab121 [CP] [FEAT MERGE] SQL MEMLEAK 2024-03-15 03:20:52 +00:00
cdb2699b00 During das partition range pruning during execution, type protection of virtual generated columns is required. 2024-02-29 05:44:23 +00:00
4decb5b506 Add error log for random table scan tracepoint 2024-02-10 02:10:44 +00:00
3d8b312994 Add tracepoint of random batch_size/skip_bits for table scan 2024-02-09 18:16:53 +00:00
646a7d70fe [placeholder] serialization placeholder for domain index scan and text retrieval 2024-02-09 16:51:19 +00:00
22ada2e123 Filling the tablet_id field in table __all_ddl_checksum 2024-02-09 06:05:08 +00:00
4d704cfacd fix external table bug 2024-02-09 01:07:04 +00:00
6005cf425a [CP] Fix the issue of incorrect results with batch NLJ + SET OP 2024-02-09 00:19:14 +00:00
5a89da909b fix vec2.0 px merge sort receive and table scan partition pruning bug 2024-02-08 19:51:30 +00:00
3fd4afdc90 Fix print vectorized rows core when row is skipped 2024-02-08 19:03:50 +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
cb46d55d7f fix dblink did not free oci stmt after read oracle 2024-02-07 23:21:09 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
112b0dfbd4 [FEAT MERGE] Support index usage monitoring 2024-02-07 16:12:34 +00:00
54568efebf Refine filtering external files by pattern option 2024-02-07 12:15:32 +00:00
fd77441e70 [CP] fix: fix the correctness problem induced by batch rescan not supported reverse order 2024-02-07 05:50:26 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
0784522672 Add error log for random table scan tracepoint 2024-01-25 07:12:23 +00:00
1148fd8ea1 Add tracepoint of random batch_size/skip_bits for table scan 2024-01-19 03:18:43 +00:00
6e71299fd5 [placeholder] serialization placeholder for domain index scan and text retrieval 2024-01-18 09:17:48 +00:00
93b7f4e8aa Filling the tablet_id field in table __all_ddl_checksum 2024-01-10 07:13:08 +00:00
c63e9bf14b fix external table bug 2024-01-05 09:47:15 +00:00
6ef2d82735 [CP] Fix the issue of incorrect results with batch NLJ + SET OP 2024-01-05 05:17:35 +00:00
sdc
33600ef896 fix vec2.0 px merge sort receive and table scan partition pruning bug 2024-01-03 11:52:19 +00:00
bbb4662d91 Fix print vectorized rows core when row is skipped 2024-01-02 10:13:23 +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
37d870956d fix dblink did not free oci stmt after read oracle 2023-12-18 17:13:14 +00:00
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
663ba5569a [FEAT MERGE] Support index usage monitoring
Co-authored-by: Phoeniwx <phoeniwx@outlook.com>
Co-authored-by: jiangxianfu <steven_jiangxf@hotmail.com>
2023-12-12 10:21:52 +08:00
e67f0a904f Fix some typos (#1742)
* fix typo
2023-12-11 16:52:39 +08:00
0fe424c626 Refine filtering external files by pattern option 2023-12-07 04:46:33 +00:00
88451e8b98 [CP] fix: fix the correctness problem induced by batch rescan not supported reverse order 2023-11-29 11:46:05 +00:00
0c8e9d598d [CP] Fix the issue of incorrect results in flashback query 2023-11-06 07:39:42 +00:00
38d3830962 [CP] fix partition wise join and global index lookup -4016 2023-11-02 05:12:51 +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
c9753f2968 license opt: Identify external and internal code and modify their open source licenses correctly. 2023-10-23 03:43:44 +00:00
bcd29d1bc9 [CP] fix batch rescan report -4016 2023-10-18 12:39:28 +00:00
3567101b17 [CP] fix row_scn report -4016 2023-10-17 08:39:33 +00:00
925e08f096 [CP] fix external table core 2023-10-10 02:10:24 +00:00
508120bc1f [CP] fix: fix the core induced by spf batch rescan 2023-09-28 02:43:45 +00:00
85888c990d [CP] Add in_rescan flag in TableScanOp and disable retry when in_rescan 2023-09-20 16:23:05 +00:00
350df65bbf [CP] Disable das retry for rescan. 2023-09-18 04:40:20 +00:00
f00019cb7c [FOREIGN KEY] fix the bug about meet invalid conflict during checking child table which without index 2023-09-14 23:47:53 +00:00
3f04abacab clear ddl checksum of source table and dest table before retry execution. 2023-09-11 10:44:11 +00:00
de8174ebf2 discard ObChunkRowDE mod && do not push view task when queue size almost full 2023-09-09 11:44:07 +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
044fadf593 [FEAT MERGE]:Merge foreign key feature to master
Co-authored-by: YangEfei <yangyifei96@outlook.com>
2023-08-30 13:10:42 +00:00