You are viewing the archived documentation of TiDB, which no longer receives updates. View the latest LTS version docs

SQL or Transaction Issues

This document introduces problems that may occur during application development and related documents.

Troubleshoot SQL query problems

If you want to improve SQL query performance, follow the instructions in SQL Performance Tuning to solve performance problems such as full table scans and missing indexes.

If you have questions about SQL operations, see SQL FAQs.

Troubleshoot transaction issues

See Handle transaction errors.

See also