<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MySQL on 积极向上</title>
    <link>https://www.keyboard-man.com/tags/MySQL/</link>
    <description>Recent content in MySQL on 积极向上</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Thu, 17 Feb 2022 20:25:11 +0800</lastBuildDate>
    <atom:link href="https://www.keyboard-man.com/tags/MySQL/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>一条SQL查询语句是如何执行的 MySQL学习笔记 一</title>
      <link>https://www.keyboard-man.com/post/how-query-statement-execution/</link>
      <pubDate>Thu, 17 Feb 2022 20:25:11 +0800</pubDate>
      <guid>https://www.keyboard-man.com/post/how-query-statement-execution/</guid>
      <description>&lt;p&gt;大体来说MySQL可以分为Server层和存储引擎层两部分。&#xA;Server层包括连接器、查询缓存、分析器、优化器、执行器等，涵盖MySQL的大多数核心服务功能，以及所有的内置函数（日期、时间、数学和加密函数等），所有跨存储引擎的功能都在这一层实现，比如存储过程、触发器、视图等。&#xA;存储引擎层负责数据的存储和提取。其架构模式是插件式的，支持InnoDB、MyISAM、Memory等多个存储引擎。现在最常用的存储引擎是InnoDB，从MySQL5.5.5版本开始成为了默认存储引擎。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
