Does MPP only support TiFlash?

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

Original topic: mpp是不是只有tilfash支持

| username: tidb狂热爱好者

Please help answer this.

| username: songxuecheng | Original post link

MPP mode only takes effect on tables with TiFlash replicas.

| username: ddhe9527 | Original post link

Yes, all MPP computations are completed in the memory of TiFlash nodes.

| username: ShawnYan | Original post link

You can refer to this article,

Or you could say that in TiDB, TiDB Server + TiFlash supports the MPP architecture, while TiDB Server + TiKV alone cannot support the MPP architecture.