<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>index - 标签 - Yuhan&#39;s Blog</title>
        <link>https://blog.yuhan.tech/tags/index/</link>
        <description>index - 标签 - Yuhan&#39;s Blog</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>dfface@sina.com (yuhan)</managingEditor>
            <webMaster>dfface@sina.com (yuhan)</webMaster><lastBuildDate>Sun, 08 May 2022 14:04:51 &#43;0800</lastBuildDate><atom:link href="https://blog.yuhan.tech/tags/index/" rel="self" type="application/rss+xml" /><item>
    <title>数据库索引优化的题型</title>
    <link>https://blog.yuhan.tech/p/l8qnp9r/</link>
    <pubDate>Sun, 08 May 2022 14:04:51 &#43;0800</pubDate>
    <author>yuhan</author>
    <guid>https://blog.yuhan.tech/p/l8qnp9r/</guid>
    <description><![CDATA[索引类型【按作用范围】 MySQL索引类型包括1： 普通索引：没限制。 CREATE INDEX indexName ON mytable(username(length)); ALTER mytable ADD INDEX [indexName] ON (username(length)) 如果是CHAR，VARCHAR类型，length可]]></description>
</item>
<item>
    <title>数据库系统概念：索引</title>
    <link>https://blog.yuhan.tech/p/ojlwp4y/</link>
    <pubDate>Sat, 07 May 2022 23:40:25 &#43;0800</pubDate>
    <author>yuhan</author>
    <guid>https://blog.yuhan.tech/p/ojlwp4y/</guid>
    <description><![CDATA[主要还是回到咱们的教科书，数据库系统概念，看看14章讲索引的内容。 基本概念 没有索引的话要进行全表内容的查询，代价太高。 主要有两种基础索引： 顺]]></description>
</item>
</channel>
</rss>
