Giter Site home page Giter Site logo

blog's People

Contributors

duhn avatar

Watchers

 avatar

blog's Issues

mysql 基础架构

server层

完成客户端连接、权限校验及提前处理优化的工作

连接器

mysql -h$ip -u$user -ppassword
show processlist; # 查看连接状态

查询缓存

8.0版本去除了

分析器

词法分析
语法分析

优化器

多索引决定使用哪个索引
多join决定各个表的链接顺序

执行器

首先判断对表是否有权限
有索引 查接口
没索引 调用引擎接口按行读取
rows_examined记录扫描行数

内置函数

存储过程、触发器、视图等

存储引擎

负责数据的存储和提取,插件式的架构模式

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.