• <bdo id='RHMs5'></bdo><ul id='RHMs5'></ul>
  1. <legend id='RHMs5'><style id='RHMs5'><dir id='RHMs5'><q id='RHMs5'></q></dir></style></legend>

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

      <tfoot id='RHMs5'></tfoot>
      <i id='RHMs5'><tr id='RHMs5'><dt id='RHMs5'><q id='RHMs5'><span id='RHMs5'><b id='RHMs5'><form id='RHMs5'><ins id='RHMs5'></ins><ul id='RHMs5'></ul><sub id='RHMs5'></sub></form><legend id='RHMs5'></legend><bdo id='RHMs5'><pre id='RHMs5'><center id='RHMs5'></center></pre></bdo></b><th id='RHMs5'></th></span></q></dt></tr></i><div id='RHMs5'><tfoot id='RHMs5'></tfoot><dl id='RHMs5'><fieldset id='RHMs5'></fieldset></dl></div>
    1. 如果数据库大小大于 2 GB,SQLite 性能会下降吗?

      时间:2023-06-25
            <tbody id='CLhnx'></tbody>

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

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

                <tfoot id='CLhnx'></tfoot>
              • <legend id='CLhnx'><style id='CLhnx'><dir id='CLhnx'><q id='CLhnx'></q></dir></style></legend>
                <i id='CLhnx'><tr id='CLhnx'><dt id='CLhnx'><q id='CLhnx'><span id='CLhnx'><b id='CLhnx'><form id='CLhnx'><ins id='CLhnx'></ins><ul id='CLhnx'></ul><sub id='CLhnx'></sub></form><legend id='CLhnx'></legend><bdo id='CLhnx'><pre id='CLhnx'><center id='CLhnx'></center></pre></bdo></b><th id='CLhnx'></th></span></q></dt></tr></i><div id='CLhnx'><tfoot id='CLhnx'></tfoot><dl id='CLhnx'><fieldset id='CLhnx'></fieldset></dl></div>
                本文介绍了如果数据库大小大于 2 GB,SQLite 性能会下降吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                去年我在他们的网站上查看 SQLite 时,推荐的 SQLite 数据库大小为 2 GB.但是现在,我再也找不到那个推荐了.

                Last year when I checked about SQLite on their web site, the recommended SQLite database size was 2 gigabytes. But now, I could not find that recommendation again.

                那么有没有人尝试使用最新版本的 SQLite 数据库来处理大于 2 GB 的 SQLite 数据库?SQLite 的表现如何?

                So has anyone tried to work with an SQLite database that is bigger than 2 gigabytes using latest version of it? How well did SQLite perform?

                P.S:我想做一个需要在本地运行的大型数据库(例如存储维基百科文章)的移动应用程序.

                P.S: I would like to make a mobile application that requires big database (for example storing Wikipedia articles) that works locally.

                推荐答案

                没有 2 GB 的限制.

                There is no 2 GB limit.

                SQLite 数据库文件的最大大小约为 140 TB.

                SQLite database files have a maximum size of about 140 TB.

                在手机上,存储空间的大小(几 GB)会限制您的数据库文件大小,而内存大小将限制您可以从查询中检索的数据量.此外,Android 游标的结果限制为 1 MB.

                On a phone, the size of the storage (a few GB) will limit your database file size, while the memory size will limit how much data you can retrieve from a query. Furthermore, Android cursors have a limit of 1 MB for the results.

                数据库大小本身不会影响您的性能.只要查询访问的数据不超过数据库的页面缓存(默认为 2 MB).

                The database size will, by itself, not affect your performance. Your queries will be fast as long as they do not access more data than fits into the DB's page cache (2 MB by default).

                这篇关于如果数据库大小大于 2 GB,SQLite 性能会下降吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:SQLite 中的 GROUP_CONCAT 下一篇:小数(s,p)还是数字(s,p)?

                相关文章

                <tfoot id='34uGD'></tfoot>
              • <legend id='34uGD'><style id='34uGD'><dir id='34uGD'><q id='34uGD'></q></dir></style></legend>

                    <bdo id='34uGD'></bdo><ul id='34uGD'></ul>
                1. <small id='34uGD'></small><noframes id='34uGD'>

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