<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 字符串类型有什么区别?

        What#39;s the difference between VARCHAR(255) and TINYTEXT string types in MySQL?(MySQL 中的 VARCHAR(255) 和 TINYTEXT 字符串类型有什么区别?)
        • <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 字符串类型有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  How to import CSV into sqlite using RSqlite?(如何使用 RSqlite 将 CSV 导入 sqlite?)
                  Import CSV to Update rows in table(导入 CSV 以更新表中的行)
                  Importing MaxMind#39;s GeoLite2 to MySQL(将 MaxMind 的 GeoLite2 导入 MySQL)
                  How do you import a large MS SQL .sql file?(如何导入大型 MS SQL .sql 文件?)
                  SQL Server SMO complains of missing DLL(SQL Server SMO 抱怨缺少 DLL)
                  How to save a Google maps overlay shape in the database?(如何在数据库中保存谷歌地图叠加形状?)
                  <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>

                        <tbody id='MyjPV'></tbody>

                        <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>