<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>InnoDB on phjhq's Blog</title><link>https://houjinghao123.github.io/tags/innodb/</link><description>Recent content in InnoDB on phjhq's Blog</description><image><title>phjhq's Blog</title><url>https://i.postimg.cc/7hwBy7VS/calcr.png</url><link>https://i.postimg.cc/7hwBy7VS/calcr.png</link></image><generator>Hugo -- 0.134.1</generator><language>zh</language><copyright>©2024 phjhq&amp;rsquo;s Blog</copyright><lastBuildDate>Wed, 02 Oct 2024 18:17:59 +0800</lastBuildDate><atom:link href="https://houjinghao123.github.io/tags/innodb/index.xml" rel="self" type="application/rss+xml"/><item><title>InnoDB详解</title><link>https://houjinghao123.github.io/posts/innodb%E8%AF%A6%E8%A7%A3/</link><pubDate>Wed, 02 Oct 2024 18:17:59 +0800</pubDate><guid>https://houjinghao123.github.io/posts/innodb%E8%AF%A6%E8%A7%A3/</guid><description>&lt;h2 id="1逻辑存储结构">1、逻辑存储结构&lt;/h2>
&lt;p>&lt;img loading="lazy" src="https://cdn.nlark.com/yuque/0/2024/png/49057062/1727766135694-2cc9063a-a21b-45b9-ad26-34c9691c6f26.png" alt="" />
&lt;/p>
&lt;p>1）表空间&lt;/p>
&lt;p>表空间是InnoDB存储引擎逻辑结构的最高层， 如果用户启用了参数 innodb_file_per_table(在 8.0版本中默认开启) ，则每张表都会有一个表空间（xxx.ibd），一个mysql实例可以对应多个表空 间，用于存储记录、索引等数 据。&lt;/p></description></item></channel></rss>