#sql-optimize
Read more stories on Hashnode
Articles with this tag
场景: 有一张财务流水表,未分库分表,目前的数据量为955万+,分页查询使用到了limit,优化之前的查询耗时 16 s 912 ms (execution: 16 s 805 ms, fetching: 107 ms),按照下文的方式调整SQL后,耗时 332 ms (execution: 158...