cached table can't use prepare plan cache, that's not acceptable! #32003
Labels
feature/developing
the related feature is in development
severity/critical
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Core banking workload, 'alter table cache' for some tables, I expect the QPS increase, latency decrease.
But since the current implementation can't reuse plan cache, the performance decrease!
2. What did you expect to see? (Required)
Cached table must be able to use the plan cache.
3. What did you see instead (Required)
Current implement do not handle it.
4. What is your TiDB version? (Required)
master developing...
The text was updated successfully, but these errors were encountered: