Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.67 KB

dev-guide-troubleshoot-overview.md

File metadata and controls

58 lines (32 loc) · 1.67 KB
title summary
SQL or Transaction Issues
Learn how to troubleshoot SQL or transaction issues that might occur during application development.

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 still have performance issues, see the following documents:

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

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

Troubleshoot transaction issues

See Handle transaction errors.

See also

Need help?

Ask questions on TiDB Community, or create a support ticket.

Ask questions on TiDB Community, or create a support ticket.