当前位置:网站首页>mysql 索引
mysql 索引
2022-07-31 01:47:00 【我的天才女友】
索引:一个排序好的数据,索引记录了添加索引的位置与数据表中的数据中每行记录之间的一 一对应的关系。
索引类似于词典中的目录一样。
mysql遍历数据的方式:
顺序遍历:查询会遍历数据库中的数据
索引遍历:找到合适的索引,然后根据索引定位到数据库的对应行的数据,提高数据查询能力
索引优缺点:
优点
- 所有字段都可以添加索引
- 可以为表中一列或者多列添加索引
缺点
- 索引需要占有一定位置,数据更新也需要mysql内部对索引进行内部维护
mysql索引的创建原则
- 数据越小越好,占用的内存越少
- 使用简单的数据类型最好
- 尽量不要在null值创建索引,null值会使索引计算更加难
mysql数据索引在数据中主键或者外键添加索引,表中数据有一定量,此字段多用于数据检索条件、此字段用于分组和排序。
索引的类型
唯一索引(unique)、全文索引(fulltext)、空间索引(spatial)
索引创建
alter table tableName add index indexName(columnName)
边栏推荐
- System design. Short chain system design
- MySQL的存储过程
- 蛮力法/邻接表 广度优先 有向带权图 无向带权图
- What have I experienced to become a tester who is harder than development?
- 力扣每日一题-第46天-704. 二分查找
- MySql的初识感悟,以及sql语句中的DDL和DML和DQL的基本语法
- The PC side determines the type of browser currently in use
- MySQL installation tutorial (detailed, package teaching package~)
- 观察者(observer)模式(一)
- uniapp使用第三方字体
猜你喜欢

加密生活,Web3 项目合伙人的一天

Word 表格跨页,仍然显示标题

The Meta Metaverse Division lost 2.8 billion in the second quarter, still want to continue to bet?Metaverse development has yet to see a way out

Analyze the capabilities and scenarios of the cloud native message flow system Apache Pulsar

MySQL的分页你还在使劲的limit?

1782. Count the number of point pairs Double pointer

MySQL的安装教程(嗷嗷详细,包教包会~)
![CV-Model [3]: MobileNet v2](/img/c7/1155a1f610110724c67a3b7557ef28.jpg)
CV-Model [3]: MobileNet v2

What are the project management tools like MS Project

软件测试工作3年了,谈谈我是如何从刚入门进阶到自动化测试的?
随机推荐
[WeChat applet] This article takes you to understand data binding, event binding, event parameter transfer, and data synchronization
kotlin中函数作为参数和函数作为返回值实例练习
斩获BAT、TMD技术专家Offer,我都经历了什么?
case语句的综合结果,你究竟会了吗?【Verilog高级教程】
C语言_结构体指针数组函数选票系统
leetcode-128:最长连续序列
[Map and Set] LeetCode & Niu Ke exercise
ROS Action通信
Nacos
12 pictures take you to fully understand service current limit, circuit breaker, downgrade, and avalanche
MySQL (6)
leetcode-1161: Maximum in-layer element sum
MySQL installation tutorial (detailed, package teaching package~)
Centos 7.9安装PostgreSQL14.4步骤
勾股数元组 od js
来自一位女测试工程师的内心独白...
手把手教你配置Jenkins自动化邮件通知
JPEG Steganalysis of Digital Image Steganography
【AcWing 第62场周赛】
一个无经验的大学毕业生,可以转行做软件测试吗?我的真实案例