Overview of TiDB's IO Model

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

Original topic: tidb的大概io 模型

| username: Raymond

Could you please explain the general I/O model of TiDB? For example, when MySQL flushes dirty pages, it randomly writes 16KB of dirty pages. I would like to know what the I/O model of TiDB’s RocksDB is like when reading and writing. For instance, how much data is written to the disk each time when writing data from memory to disk?

| username: ti-tiger | Original post link

You can take a look at this article
https://pingcap.com/zh/blog/tidb-api-union-scan

| username: system | Original post link

This topic will be automatically closed 60 days after the last reply. No new replies are allowed.