Is there a performance difference between directly accessing TiDB server and TiSpark?

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

Original topic: 直接访问tidb server 和 tispark 性能有区别?

| username: Jaimyjie

When using a TiFlash environment (MPP), is there a performance difference between directly accessing the TiDB server and TiSpark, or is it just a difference in the way they are called?

| username: xfworld | Original post link

There is a big difference. TiFlash is built-in and can only help speed up SQL temporarily, and cannot be used independently. Spark is an external system that can load TiDB data into Spark for processing…

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.