work hard work smart

专注于Java后端开发。 不断总结,举一反三。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年12月29日

摘要: 前面介绍了数据库优化索引,这里我们介绍数据库索引调优 长字段的索引调优 使用组合索引的技巧 覆盖索引 排序优化 冗余、重复索引的优化 1、长字段的索引调优 selelct * from employees where first_name = ' Facello' 假设 first_name 的字段 阅读全文

posted @ 2020-12-29 15:12 work hard work smart 阅读(659) 评论(0) 推荐(1) 编辑