[FEAT MERGE] Support external table

Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
wjhh2008
2023-04-29 15:11:49 +00:00
committed by ob-robot
parent ecb74a122c
commit 09ed904b58
164 changed files with 8074 additions and 667 deletions

View File

@ -233,6 +233,7 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
443 __all_tenant_rewrite_rules 0 201001 1
444 __all_reserved_snapshot 0 201001 1
445 __all_cluster_event_history 0 201001 1
450 __all_external_table_file 0 201001 1
451 __all_task_opt_stat_gather_history 0 201001 1
452 __all_table_opt_stat_gather_history 0 201001 1
10001 __tenant_virtual_all_table 2 201001 1
@ -587,6 +588,7 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
12365 __all_virtual_ls_arb_replica_task_history 2 201001 1
12366 __all_virtual_archive_dest_status 2 201001 1
12369 __all_virtual_io_scheduler 2 201001 1
12371 __all_virtual_external_table_file 2 201001 1
12381 __all_virtual_task_opt_stat_gather_history 2 201001 1
12382 __all_virtual_table_opt_stat_gather_history 2 201001 1
12383 __all_virtual_opt_stat_gather_monitor 2 201001 1
@ -889,7 +891,10 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
21380 GV$OB_THREAD 1 201001 1
21381 V$OB_THREAD 1 201001 1
21404 V$OB_TIMESTAMP_SERVICE 1 201001 1
21417 DBA_OB_EXTERNAL_TABLE_FILES 1 201001 1
21418 ALL_OB_EXTERNAL_TABLE_FILES 1 201001 1
21423 DBA_OB_TABLE_STAT_STALE_INFO 1 201001 1
21425 CDB_OB_EXTERNAL_TABLE_FILES 1 201001 1
check sys table count and table_id range success
check count and table_id range for virtual table success
select * from information_schema.CHARACTER_SETS limit 1;