pingcap / tidb

TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://www.pingcap.com/tidb-serverless/
https://pingcap.com
Apache License 2.0
36.89k stars 5.81k forks source link

`EnablePointGetCache` can be removed #55696

Open YangKeao opened 2 weeks ago

YangKeao commented 2 weeks ago

Enhancement

GetSessionVars().EnablePointGetCache is never set to true (except tests). Maybe it's safe to remove it :thinking: .

image

wjhuang2016 commented 2 weeks ago

ref https://github.com/pingcap/tidb/issues/55567