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

TimeseriesTableMeta

更新時(shí)間:

表示時(shí)序表的表結(jié)構(gòu)和配置。

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

message TimeseriesTableMeta {
  required string table_name = 1;
  optional TimeseriesTableOptions table_options = 2;
  optional string status = 3;
  optional TimeseriesMetaOptions meta_options = 4;
  repeated string timeseries_key_schema = 5;
  repeated PrimaryKeySchema field_primary_key_schema = 6;
}

名稱

類型

是否必選

描述

table_name

string

表名。

table_options

TimeseriesTableOptions

表的配置信息。

status

string

表狀態(tài)。取值范圍如下:

  • CREATING:創(chuàng)建中。

  • CREATED:創(chuàng)建完成。

  • DELETING:刪除中。

meta_options

TimeseriesMetaOptions

時(shí)間線表的配置信息。

timeseries_key_schema

string

時(shí)間線標(biāo)識(shí)默認(rèn)由度量名稱、數(shù)據(jù)源和標(biāo)簽構(gòu)成,您可以根據(jù)業(yè)務(wù)需要自定義時(shí)間線標(biāo)識(shí)。

field_primary_key_schema

PrimaryKeySchema

作為主鍵的數(shù)據(jù)字段,支持配置多個(gè)。

當(dāng)實(shí)際業(yè)務(wù)中存在時(shí)間線標(biāo)識(shí)和時(shí)間點(diǎn)相同,但是時(shí)序數(shù)據(jù)不同的數(shù)據(jù)存儲(chǔ)需求時(shí),您可以通過為時(shí)序表添加作為主鍵的數(shù)據(jù)字段來實(shí)現(xiàn)。