<small id='mfqdR'></small><noframes id='mfqdR'>

    <legend id='mfqdR'><style id='mfqdR'><dir id='mfqdR'><q id='mfqdR'></q></dir></style></legend>
      • <bdo id='mfqdR'></bdo><ul id='mfqdR'></ul>
    1. <i id='mfqdR'><tr id='mfqdR'><dt id='mfqdR'><q id='mfqdR'><span id='mfqdR'><b id='mfqdR'><form id='mfqdR'><ins id='mfqdR'></ins><ul id='mfqdR'></ul><sub id='mfqdR'></sub></form><legend id='mfqdR'></legend><bdo id='mfqdR'><pre id='mfqdR'><center id='mfqdR'></center></pre></bdo></b><th id='mfqdR'></th></span></q></dt></tr></i><div id='mfqdR'><tfoot id='mfqdR'></tfoot><dl id='mfqdR'><fieldset id='mfqdR'></fieldset></dl></div>

    2. <tfoot id='mfqdR'></tfoot>

      MySQL:唯一字段需要是索引吗?

      MySQL: unique field needs to be an index?(MySQL:唯一字段需要是索引吗?)

        <tbody id='bJ2Gc'></tbody>
            • <legend id='bJ2Gc'><style id='bJ2Gc'><dir id='bJ2Gc'><q id='bJ2Gc'></q></dir></style></legend>
              <tfoot id='bJ2Gc'></tfoot>

              <small id='bJ2Gc'></small><noframes id='bJ2Gc'>

              • <bdo id='bJ2Gc'></bdo><ul id='bJ2Gc'></ul>
                <i id='bJ2Gc'><tr id='bJ2Gc'><dt id='bJ2Gc'><q id='bJ2Gc'><span id='bJ2Gc'><b id='bJ2Gc'><form id='bJ2Gc'><ins id='bJ2Gc'></ins><ul id='bJ2Gc'></ul><sub id='bJ2Gc'></sub></form><legend id='bJ2Gc'></legend><bdo id='bJ2Gc'><pre id='bJ2Gc'><center id='bJ2Gc'></center></pre></bdo></b><th id='bJ2Gc'></th></span></q></dt></tr></i><div id='bJ2Gc'><tfoot id='bJ2Gc'></tfoot><dl id='bJ2Gc'><fieldset id='bJ2Gc'></fieldset></dl></div>
                本文介绍了MySQL:唯一字段需要是索引吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我的表中有一个 UNIQUE 字段,我需要快速搜索它.我需要索引它吗?

                I have one UNIQUE field in my table, and I need to search over it quickly. Do I need to index it?

                对唯一字段和索引字段的搜索速度或资源使用情况是否有所不同?

                Do searches over unique fields and indexed fields vary in speed or resource usage?

                推荐答案

                不需要,您不必再次索引它.当您指定 UNIQUE KEY 时,该列将被编入索引.因此它与相同类型的其他索引列(例如PRIMARY KEY)在性能上没有区别.

                No, you dont have to index it again. When you specify UNIQUE KEY, the column is indexed. So it has no difference in performance with other indexed column (e.g. PRIMARY KEY) of same type.

                但是如果类型不同,性能差异很小.

                However if the type is different, there will be little performance difference.

                这篇关于MySQL:唯一字段需要是索引吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Set the variable result, from query(设置变量结果,来自查询)
                What is dynamic SQL?(什么是动态 SQL?)
                Mysql - How to quit/exit from stored procedure(Mysql - 如何退出/退出存储过程)
                Does MySQL have time-based triggers?(MySQL 有基于时间的触发器吗?)
                is it possible to call a sql script from a stored procedure in another sql script?(是否可以从另一个 sql 脚本中的存储过程调用 sql 脚本?)
                Procedure to loop through comma separated string is not working(遍历逗号分隔字符串的过程不起作用)
                  • <small id='BJ2zB'></small><noframes id='BJ2zB'>

                      <tbody id='BJ2zB'></tbody>

                      <tfoot id='BJ2zB'></tfoot>
                        <bdo id='BJ2zB'></bdo><ul id='BJ2zB'></ul>
                        <legend id='BJ2zB'><style id='BJ2zB'><dir id='BJ2zB'><q id='BJ2zB'></q></dir></style></legend>

                        <i id='BJ2zB'><tr id='BJ2zB'><dt id='BJ2zB'><q id='BJ2zB'><span id='BJ2zB'><b id='BJ2zB'><form id='BJ2zB'><ins id='BJ2zB'></ins><ul id='BJ2zB'></ul><sub id='BJ2zB'></sub></form><legend id='BJ2zB'></legend><bdo id='BJ2zB'><pre id='BJ2zB'><center id='BJ2zB'></center></pre></bdo></b><th id='BJ2zB'></th></span></q></dt></tr></i><div id='BJ2zB'><tfoot id='BJ2zB'></tfoot><dl id='BJ2zB'><fieldset id='BJ2zB'></fieldset></dl></div>