Category: Database, Data

It's challenging to troubleshoot issues in a distributed database because the information about the system is scattered in different machines. TiDB is an open-source, distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads.

For example, if you're a developer, you could adopt TiDB and TiDB Dashboard for your applications, or even design a similar tool to troubleshoot your system.

If your TiDB cluster is version 4.0.0-rc.1 or later, you can give TiDB Dashboard a try.

You can use TiUP to quickly set up a TiDB 4.0 cluster on your local machine, and then: tiup playground nightly --monitor

Related Articles