日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

IndexMeta

表示索引表的schema。

數(shù)據(jù)結(jié)構(gòu)

message IndexMeta {
    required string name = 1;
    repeated string primary_key = 2;
    repeated string defined_column = 3;
    required IndexUpdateMode index_update_mode = 4;
    required IndexType index_type = 5;
    optional IndexSyncPhase index_sync_phase = 6;
}

名稱

類型

是否必選

描述

name

string

索引表名稱。

primary_key

string

索引表的索引列,索引列為數(shù)據(jù)表主鍵和預(yù)定義列的組合。

使用本地二級索引時,索引表的第一個主鍵列必須與數(shù)據(jù)表的第一個主鍵列相同。

defined_column

string

索引表的屬性列,是數(shù)據(jù)表的預(yù)定義列的組合。

index_update_mode

IndexUpdateMode

索引更新模式,支持同步更新和異步更新。

index_type

IndexType

索引類型,支持全局二級索引和本地二級索引。

index_sync_phase

IndexSyncPhase

索引同步的階段。