Skip to content

Commit dcc0684

Browse files
authored
Update tiflash-overview.md (#10635)
* Update tiflash-overview.md * Update tiflash-overview.md * Update tiflash/tiflash-overview.md
1 parent d304b1f commit dcc0684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tiflash/tiflash-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ TiFlash provides the columnar storage, with a layer of coprocessors efficiently
2626

2727
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.
2828

29+
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.
30+
2931
TiFlash is compatible with both TiDB and TiSpark, which enables you to freely choose between these two computing engines.
3032

3133
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.

0 commit comments

Comments
 (0)