[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>
This commit is contained in:
Charles0429
2024-02-07 23:09:01 +00:00
committed by ob-robot
parent fd359dc4a4
commit 1c20161f72
354 changed files with 29599 additions and 7741 deletions

View File

@ -94,6 +94,7 @@ enable_rpc_authentication_bypass
enable_sql_audit
enable_sql_extension
enable_sql_operator_dump
enable_store_compression
enable_syslog_recycle
enable_syslog_wf
enable_sys_table_ddl

View File

@ -4485,6 +4485,47 @@ comment longtext YES
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_import_table_task_history;
IF(count(*) >= 0, 1, 0)
1
desc oceanbase.__all_virtual_column_group_mapping;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL
table_id bigint(20) NO PRI NULL
column_group_id bigint(20) NO PRI NULL
column_id bigint(20) NO PRI NULL
gmt_create timestamp(6) NO NULL
gmt_modified timestamp(6) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_column_group_mapping;
IF(count(*) >= 0, 1, 0)
1
desc oceanbase.__all_virtual_column_group_history;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL
table_id bigint(20) NO PRI NULL
column_group_id bigint(20) NO PRI NULL
schema_version bigint(20) NO PRI NULL
gmt_create timestamp(6) NO NULL
gmt_modified timestamp(6) NO NULL
is_deleted bigint(20) NO NULL
column_group_name varchar(256) YES
column_group_type bigint(20) YES NULL
block_size bigint(20) YES NULL
compressor_type bigint(20) YES NULL
row_store_type bigint(20) YES NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_column_group_history;
IF(count(*) >= 0, 1, 0)
1
desc oceanbase.__all_virtual_column_group_mapping_history;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL
table_id bigint(20) NO PRI NULL
column_group_id bigint(20) NO PRI NULL
column_id bigint(20) NO PRI NULL
schema_version bigint(20) NO PRI NULL
gmt_create timestamp(6) NO NULL
gmt_modified timestamp(6) NO NULL
is_deleted bigint(20) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_column_group_mapping_history;
IF(count(*) >= 0, 1, 0)
1
desc oceanbase.__all_virtual_clone_job;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL

View File

@ -8846,6 +8846,47 @@ comment longtext YES
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_import_table_task_history;
IF(count(*) >= 0, 1, 0)
1
desc oceanbase.__all_virtual_column_group_mapping;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL
table_id bigint(20) NO PRI NULL
column_group_id bigint(20) NO PRI NULL
column_id bigint(20) NO PRI NULL
gmt_create timestamp(6) NO NULL
gmt_modified timestamp(6) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_column_group_mapping;
IF(count(*) >= 0, 1, 0)
1
desc oceanbase.__all_virtual_column_group_history;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL
table_id bigint(20) NO PRI NULL
column_group_id bigint(20) NO PRI NULL
schema_version bigint(20) NO PRI NULL
gmt_create timestamp(6) NO NULL
gmt_modified timestamp(6) NO NULL
is_deleted bigint(20) NO NULL
column_group_name varchar(256) YES
column_group_type bigint(20) YES NULL
block_size bigint(20) YES NULL
compressor_type bigint(20) YES NULL
row_store_type bigint(20) YES NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_column_group_history;
IF(count(*) >= 0, 1, 0)
1
desc oceanbase.__all_virtual_column_group_mapping_history;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL
table_id bigint(20) NO PRI NULL
column_group_id bigint(20) NO PRI NULL
column_id bigint(20) NO PRI NULL
schema_version bigint(20) NO PRI NULL
gmt_create timestamp(6) NO NULL
gmt_modified timestamp(6) NO NULL
is_deleted bigint(20) NO NULL
select /*+QUERY_TIMEOUT(60000000)*/ IF(count(*) >= 0, 1, 0) from oceanbase.__all_virtual_column_group_mapping_history;
IF(count(*) >= 0, 1, 0)
1
desc oceanbase.__all_virtual_clone_job;
Field Type Null Key Default Extra
tenant_id bigint(20) NO PRI NULL

View File

@ -696,6 +696,9 @@ select 0xffffffffff & table_id, table_name, table_type, database_id, part_num fr
12425 __all_virtual_import_table_job_history 2 201001 1
12426 __all_virtual_import_table_task 2 201001 1
12427 __all_virtual_import_table_task_history 2 201001 1
12430 __all_virtual_column_group_mapping 2 201001 1
12431 __all_virtual_column_group_history 2 201001 1
12432 __all_virtual_column_group_mapping_history 2 201001 1
12435 __all_virtual_clone_job 2 201001 1
12436 __all_virtual_clone_job_history 2 201001 1
12447 __all_virtual_aux_stat 2 201001 1