Skip to content

Commit

Permalink
Update tiflash-overview.md (#10635) (#12143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Jan 18, 2023
1 parent ab2abb8 commit 11c4a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tiflash/tiflash-overview.md
Expand Up @@ -25,6 +25,8 @@ TiFlash provides the columnar storage, with a layer of coprocessors efficiently

TiFlash conducts real-time replication of data in the TiKV nodes at a low cost that does not block writes in TiKV. Meanwhile, it provides the same read consistency as in TiKV and ensures that the latest data is read. The Region replica in TiFlash is logically identical to those in TiKV, and is split and merged along with the Leader replica in TiKV at the same time.

To deploy TiFlash under the Linux AMD64 architecture, the CPU must support AVX2 instruction sets. Use `cat /proc/cpuinfo | grep avx2` to confirm that there is output. By using such CPU instruction sets, TiFlash's vectorization engine can deliver better performance.

TiFlash is compatible with both TiDB and TiSpark, which enables you to freely choose between these two computing engines.

It is recommended that you deploy TiFlash in different nodes from TiKV to ensure workload isolation. It is also acceptable to deploy TiFlash and TiKV in the same node if no business isolation is required.
Expand Down

0 comments on commit 11c4a25

Please sign in to comment.