Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: TIDB可以跳过PD直接与TIKV保存数据, 不需要多节点一至性, 可以实现吗
The topology architecture is that TiDB directly corresponds to N TiKV instances. TiKV only implements sharded data storage and does not require distributed locks or similar mechanisms. This way, when creating a database or table, you can directly specify which TiKV to store it on. By discarding PD, TiDB only handles computation on the frontend.