Litedb 数据库的最大大小是多少以及如何声明未使用 space?
What is the maximum size of a Litedb database and how to claim unused space?
所有数据库的限制大小,而不仅仅是集合,以及如何声明未使用的 space 删除数据?
更新:
问题是关于 LITEDB 而不是 SQLITE,有些人甚至都没有准备好。
Read the fine manual - 理论上说 UInt.Max * 页面大小 (4096) = 16TB。
所有数据库的限制大小,而不仅仅是集合,以及如何声明未使用的 space 删除数据?
更新: 问题是关于 LITEDB 而不是 SQLITE,有些人甚至都没有准备好。
Read the fine manual - 理论上说 UInt.Max * 页面大小 (4096) = 16TB。