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
Now only if query's filter contains primary key, we will add it to route cache.
Improve
For simple query,if result contains primary key, we can add it to route cache.
Effect
Not all cases need primary- route cache. Sometimes add to cache may cause performance reduction.
If no need, please do not setting primary key in table config.
The text was updated successfully, but these errors were encountered:
Backgroud
Now only if query's filter contains primary key, we will add it to route cache.
Improve
For simple query,if result contains primary key, we can add it to route cache.
Effect
Not all cases need primary- route cache. Sometimes add to cache may cause performance reduction.
If no need, please do not setting primary key in table config.
The text was updated successfully, but these errors were encountered: