<tfoot id='NK7WI'></tfoot>

      1. <legend id='NK7WI'><style id='NK7WI'><dir id='NK7WI'><q id='NK7WI'></q></dir></style></legend>

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

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

          <bdo id='NK7WI'></bdo><ul id='NK7WI'></ul>
      2. MySQL 中的 VARCHAR(255) 和 TINYTEXT 字符串类型有什么区别?

        时间:2023-11-28
        • <i id='VqMrc'><tr id='VqMrc'><dt id='VqMrc'><q id='VqMrc'><span id='VqMrc'><b id='VqMrc'><form id='VqMrc'><ins id='VqMrc'></ins><ul id='VqMrc'></ul><sub id='VqMrc'></sub></form><legend id='VqMrc'></legend><bdo id='VqMrc'><pre id='VqMrc'><center id='VqMrc'></center></pre></bdo></b><th id='VqMrc'></th></span></q></dt></tr></i><div id='VqMrc'><tfoot id='VqMrc'></tfoot><dl id='VqMrc'><fieldset id='VqMrc'></fieldset></dl></div>

            <tbody id='VqMrc'></tbody>

        • <tfoot id='VqMrc'></tfoot>

                <bdo id='VqMrc'></bdo><ul id='VqMrc'></ul>

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

              • <legend id='VqMrc'><style id='VqMrc'><dir id='VqMrc'><q id='VqMrc'></q></dir></style></legend>

                  本文介绍了MySQL 中的 VARCHAR(255) 和 TINYTEXT 字符串类型有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  MySQL 中的 VARCHAR(255) 和 TINYTEXT 字符串类型有什么区别?

                  What's the difference between VARCHAR(255) and TINYTEXT string types in MySQL?

                  它们中的每一个都允许存储最大长度为 255 个字符的字符串.存储要求也相同.我什么时候应该更喜欢一个?

                  Each of them allows to store strings with a maximum length of 255 characters. Storage requirements are also the same. When should I prefer one over another?

                  推荐答案

                  您不能为 TINYTEXT 分配 DEFAULT 值,也不能在后者上创建无前缀索引.

                  You cannot assign a DEFAULT value to a TINYTEXT and you cannot create an unprefixed index on the latter.

                  在内部,额外的对象被分配到内存中来处理 TEXT(包括 TINYTEXT)列,这会导致大记录集上的内存碎片.

                  Internally, additional objects are allocated in memory to handle TEXT (incl. TINYTEXT) columns which can cause memory fragmentation on the large recordsets.

                  请注意,这仅涉及记录集中列的内部表示,而不涉及它们在磁盘上的存储方式.

                  Note that this only concerns the column's internal representation in the recordsets, not how they are stored on the disk.

                  这篇关于MySQL 中的 VARCHAR(255) 和 TINYTEXT 字符串类型有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:MySQL、PostgreSQL、SQLite中数据库列类型的比较?(交叉映射) 下一篇:如何减少因数据类型更改而增长的 SQL Server 表的大小

                  相关文章

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

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

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