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
There are chances that the data in TiFlash is not very optimized. Like background GC workload failed to catch up cleaning old data after extending nodes. It causes too much outdate data in old TiFlash nodes, which affect query performance. Currently, we need to use tools like ch client to run SQLs to manually compact the data, which is very inconvenient.
Consider providing SQL which can execute directly from TiDB:
alter table T compact tiflash replica;
The text was updated successfully, but these errors were encountered:
Feature Request
There are chances that the data in TiFlash is not very optimized. Like background GC workload failed to catch up cleaning old data after extending nodes. It causes too much outdate data in old TiFlash nodes, which affect query performance. Currently, we need to use tools like ch client to run SQLs to manually compact the data, which is very inconvenient.
Consider providing SQL which can execute directly from TiDB:
The text was updated successfully, but these errors were encountered: