Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

25.6.17.60 ndbinfo 表replicas 表

table_replicas 表提供了关于 NDB 表碎片和碎片副本的复制、分布和检查点信息。

table_replicas 表包含以下列:

  • node_id

    从中获取数据的节点 ID (DIH 主节点)

  • table_id

    表 ID

  • fragment_id

    碎片 ID

  • initial_gci

    表的初始 GCI

  • replica_node_id

    存储碎片副本的节点 ID

  • is_lcp_ongoing

    如果 LCP 正在进行中,则为 1,否则为 0

  • num_crashed_replicas

    崩溃的碎片副本实例数量

  • last_max_gci_started

    最近 LCP 中启动的最高 GCI

  • last_max_gci_completed

    最近 LCP 中完成的最高 GCI

  • last_lcp_id

    最近 LCP 的 ID

  • prev_lcp_id

    前一个 LCP 的 ID

  • prev_max_gci_started

    前一个 LCP 中启动的最高 GCI

  • prev_max_gci_completed

    前一个 LCP 中完成的最高 GCI

  • last_create_gci

    最后崩溃的碎片副本实例的最后创建 GCI

  • last_replica_gci

    最后崩溃的碎片副本实例的最后 GCI

  • is_replica_alive

    如果该碎片副本处于活动状态,则为 1,否则为 0