You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuous profiling does not provide a good experience in TiDB; it lacks stack search capabilities and is not convenient for examining profiles over extended periods. It also does not support visualization for goroutines. Here, we can leverage the infrastructure of Pyroscope to implement this system, which will be far more reliable than what we have developed on our own.
for example, we can find this which can be optimized.
Enhancement
Continuous profiling does not provide a good experience in TiDB; it lacks stack search capabilities and is not convenient for examining profiles over extended periods. It also does not support visualization for goroutines. Here, we can leverage the infrastructure of Pyroscope to implement this system, which will be far more reliable than what we have developed on our own.
for example, we can find this which can be optimized.
types.MakeDatums
take too much time in the (*memtableRetriever).setDataFromTables #53886The text was updated successfully, but these errors were encountered: