information_schema.tikv_region_status.is_index

mysql

mariadb

tidb

type: TINYINT(1) NOT NULL
Note:
Whether the Region data is an index. 0 means that it is not an index, while 1 means that it is an index. If the current Region contains both table data and index data, there will be multiple rows of records, and IS_INDEX is 0 and 1 respectively.
© 2022 PingCAP
4-6.1

postgres

cockroachdb

mssql