Does PD store index data?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: PD保存索引数据吗

| username: TiDBer_4mYmoN9W

Does PD store index data?

| username: gary | Original post link

Index data is stored in TiKV.

| username: alfred | Original post link

PD is the management component of the TiDB cluster, responsible for storing the metadata of TiKV, as well as assigning timestamps and performing load balancing scheduling for TiKV. TiKV is a distributed key-value storage engine used to store actual data. In short, TiKV is the storage engine of TiDB.

| username: HACK | Original post link

Do not save, PD schedules based on cluster metadata.

| username: 天蓝色的小九 | Original post link

PD handles scheduling, TiKV stores indexes.