Sign InTry Free

TIFLASH_REPLICA

The TIFLASH_REPLICA table provides information about TiFlash replicas available.

USE information_schema; DESC tiflash_replica;
+-----------------+-------------+------+------+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------------+-------------+------+------+---------+-------+ | TABLE_SCHEMA | varchar(64) | YES | | NULL | | | TABLE_NAME | varchar(64) | YES | | NULL | | | TABLE_ID | bigint(21) | YES | | NULL | | | REPLICA_COUNT | bigint(64) | YES | | NULL | | | LOCATION_LABELS | varchar(64) | YES | | NULL | | | AVAILABLE | tinyint(1) | YES | | NULL | | | PROGRESS | double | YES | | NULL | | +-----------------+-------------+------+------+---------+-------+ 7 rows in set (0.01 sec)

Was this page helpful?

Download PDFRequest docs changesAsk questions on Discord
Playground
New
One-stop & interactive experience of TiDB's capabilities WITHOUT registration.
Products
TiDB
TiDB Dedicated
TiDB Serverless
Pricing
Get Demo
Get Started
© 2024 PingCAP. All Rights Reserved.
Privacy Policy.