Distributed SQL

By now we already know how TiDB‘s relational structure is encoded into the Key-Value form with version. In this section, we will focus on the following questions: What happens when TiDB receives a SQL query? How does TiDB execute SQL queries in a distributed way? What happens when TiDB receives a …