提交 0cc31f5f authored 作者: Thomas Mueller's avatar Thomas Mueller

SHUTDOWN COMPACT is now faster.

上级 8e762f1e
...@@ -411,7 +411,6 @@ public class PageStore implements CacheWriter { ...@@ -411,7 +411,6 @@ public class PageStore implements CacheWriter {
* @param fully if the database should be fully compressed * @param fully if the database should be fully compressed
*/ */
public void compact(boolean fully) { public void compact(boolean fully) {
System.out.println("compact");
if (!SysProperties.PAGE_STORE_TRIM) { if (!SysProperties.PAGE_STORE_TRIM) {
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论