提交 3b060810 authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved performance for large databases (many GB), and databases with a small page size.

上级 8dfa08e6
...@@ -218,7 +218,7 @@ public class PageFreeList extends Page { ...@@ -218,7 +218,7 @@ public class PageFreeList extends Page {
} }
public boolean canRemove() { public boolean canRemove() {
return false; return true;
} }
public boolean canMove() { public boolean canMove() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论