Accelerating high-concurrency point queries
To reduce the overhead of SQL parsing and expression evaluation, we have provided a PreparedStatement feature that is fully compatible with the MySQL protocol on the FE side (currently only supporting primary key point queries).
For more details about using PreparedStatement
for high-concurrency point queries, please refer to High-Concurrency Point Queries.