当前位置:网站首页>CentOS MySQL体系管理
CentOS MySQL体系管理
2022-08-08 10:09:00 【51CTO】
MySQL体系管理
C/S架构的服务
Client/Server
客户端
- mysql
- mysqladmin
- mysqldump
MySQL的连接方式
- TCP/IP
- Socket
问题:
MySQL服务器构成
实例
MySQL的后台进程+多个线程+预分配的内存结构
mysqld守护进程的程序结构
- 连接层
- SQL层
- 存储引擎
MySQL的结构
- 逻辑结构
- MySQL数据库管理员的操作对象
- 库
- 表
- 元数据
- 列(字段、列明)
- 其他属性(数据类型、是否非空、默认值、主键、唯一、自增…)
- 真实数据
- 元数据
- MySQL数据库管理员的操作对象
- 物理结构
- 最底层的数据文件
MySQL 表结构划分
段:由多个区构成,一张表,就是一个段
区:由多个页构成,一个区,由64个页构成,1M
(块、页)block:MySQL最小的存储单元,默认16k
边栏推荐
- Classification of software testing
- 语音聊天app开发——对用户更具吸引力的设计
- A small test of basic grammar, Go lang1.18 introductory refining tutorial, from Bai Ding to Hongru, basic grammar of go lang and the use of variables EP02
- 高并发下秒杀商品,你必须知道的9个细节
- FreeSql 将 Saas 租户方案精简到极致[.NET ORM SAAS]
- vs2019+boost库(boost_1_67_0)安装
- Loadrunner的录制event为0的问题解决方法与思路
- 关系数据库是怎么确定关系表中的数据的呢?
- 开源一夏 | 牛plus,多层嵌套动态JSON该如何解析总结
- 快速定位线上慢 SQL 问题,掌握这几个性能排查工具可助你一臂之力
猜你喜欢
Web optimization experience (6) - optimization closed-loop practice
Bytes and Characters and Common Encodings
VMWare Esxi 虚拟系统数据存储扩容(增加容量)的简明教程
Feign应用及源码剖析
AI引领一场新的科学革命
Solutions and ideas for the problem that Loadrunner's recording event is 0
重载与重写有什么区别?
Web优化躬行记(6)——优化闭环实践
String equals hashcode
Loadrunner12.0.2 installation and Chinese language pack installation (Chinese)
随机推荐
在mysql中,存储过程中参数为中文 乱码解决方案
Is it safe to buy stocks with a straight flush?Will the funds be transferred?
【数学知识】—— 质数/约数
Code implementation of various kinds of attention
2022 world conference on robots is holding, intelligent robot booster to intelligent, digital transformation and upgrading traditional industry
hdu4635 Strongly connected (tarjan calculates strongly connected components + shrink points + ideas)
利用图像二维熵实现视频信号丢失检测(Signal Loss Detection)
使用分类权重,轻松解决数据不平衡的问题
文档数据库和列存储数据库有什么不同的嘛?
What is intrinsic safety?
高并发下秒杀商品,你必须知道的9个细节
移动端/嵌入式-CV模型-2019:MobelNets-v3
vs2019+boost library (boost_1_67_0) installation
IR(红外遥控)基本原理
面试突击72:输入URL之后会执行什么流程?
Redis 定长队列的探索和实践
简单混合运算计算器
关系数据库是怎么确定关系表中的数据的呢?
在.net core中,利用C#实现fastdfs多文件批量上传
移动端/嵌入式-CV模型-2017:MobelNets-v1