提交 a44b3bcf authored 作者: noelgrandin@gmail.com's avatar noelgrandin@gmail.com

change default value of PAGE_SIZE from 2048 to 4096 to more closely match most…

change default value of PAGE_SIZE from 2048 to 4096 to more closely match most filesystems block size.
上级 c937b4b4
......@@ -17,7 +17,7 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>-
<ul><li>change default value of PAGE_SIZE from 2048 to 4096 to more closely match most filesystems block size.
</li></ul>
<h2>Version 1.4.180 Beta (2014-07-13)</h2>
......
......@@ -237,7 +237,7 @@ public class Constants {
/**
* The default page size to use for new databases.
*/
public static final int DEFAULT_PAGE_SIZE = 2048;
public static final int DEFAULT_PAGE_SIZE = 4096;
/**
* The default result set concurrency for statements created with
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论