From 2e75e024c6924da0b7c00c158f582b8a08e632ee Mon Sep 17 00:00:00 2001 From: lyb Date: Wed, 1 Apr 2026 13:49:08 +0800 Subject: [PATCH 1/3] empty pr for testing ci Signed-off-by: lyb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86f44cf2478..1a83589bd5e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # TiFlash + + ![tiflash-architecture](tiflash-architecture.png) [TiFlash](https://docs.pingcap.com/tidb/stable/tiflash-overview) is a columnar storage component of [TiDB](https://docs.pingcap.com/tidb/stable) and [TiDB Cloud](https://en.pingcap.com/tidb-cloud/), the fully-managed service of TiDB. It mainly plays the role of Analytical Processing (AP) in the Hybrid Transactional/Analytical Processing (HTAP) architecture of TiDB. From 0fc6184ccb28bd9005e7c3b62a7ef227d7ae4444 Mon Sep 17 00:00:00 2001 From: yebin <50281525+lybcodes@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:45:15 +0800 Subject: [PATCH 2/3] Update README with TiFlash architecture image Added an image and a brief description of TiFlash. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a83589bd5e..1f35b8504cb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ + + ![tiflash-architecture](tiflash-architecture.png) [TiFlash](https://docs.pingcap.com/tidb/stable/tiflash-overview) is a columnar storage component of [TiDB](https://docs.pingcap.com/tidb/stable) and [TiDB Cloud](https://en.pingcap.com/tidb-cloud/), the fully-managed service of TiDB. It mainly plays the role of Analytical Processing (AP) in the Hybrid Transactional/Analytical Processing (HTAP) architecture of TiDB. From 2198f8994440e1e2a42f72e7aa398535b448bb4e Mon Sep 17 00:00:00 2001 From: yebin <50281525+lybcodes@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:42:20 +0800 Subject: [PATCH 3/3] Update README with additional information --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f35b8504cb..4f3ac2df576 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ + + ![tiflash-architecture](tiflash-architecture.png) [TiFlash](https://docs.pingcap.com/tidb/stable/tiflash-overview) is a columnar storage component of [TiDB](https://docs.pingcap.com/tidb/stable) and [TiDB Cloud](https://en.pingcap.com/tidb-cloud/), the fully-managed service of TiDB. It mainly plays the role of Analytical Processing (AP) in the Hybrid Transactional/Analytical Processing (HTAP) architecture of TiDB.