性能和优化 介绍 一般方法 你在为什么而优化? 性能标竿 Django工具 第三方服务 Get things right from the start Work at the appropriate level Caching The caching framework cached_property Understanding laz...
逻辑优化 逻辑优化 本章节将对一些比较关键的逻辑改写进行说明,帮助大家理解 TiDB 如何生成最终的查询计划。比如在 TiDB 输入 select * from t where t.a in (select t1.a from t1 where t1.b=t.b) 这个查询时,在最终的执行计划中将看不到这个 t.a in (select t1.a f...