提交 751020f2 authored 作者: christian.peter.io's avatar christian.peter.io

Documentation

上级 71c6aeda
...@@ -1282,8 +1282,8 @@ files of 1 GB by default. An example database URL is: ...@@ -1282,8 +1282,8 @@ files of 1 GB by default. An example database URL is:
<code>jdbc:h2:split:~/test</code>. <code>jdbc:h2:split:~/test</code>.
</li><li>The maximum number of rows per table is 2'147'483'648. </li><li>The maximum number of rows per table is 2'147'483'648.
</li><li>Main memory requirements: The larger the database, the more main memory is required. </li><li>Main memory requirements: The larger the database, the more main memory is required.
With the default storage mechanism, the minimum main memory required for a 12 GB database is around 240 MB. With the version 1.1 storage mechanism, the minimum main memory required for a 12 GB database was around 240 MB.
With the page store (experimental), the minimum main memory required is much lower, around 1 MB for each 8 GB database file size. With the current page store, the minimum main memory required is much lower, around 1 MB for each 8 GB database file size.
</li><li>Limit on the complexity of SQL statements. </li><li>Limit on the complexity of SQL statements.
Statements of the following form will result in a stack overflow exception: Statements of the following form will result in a stack overflow exception:
<pre> <pre>
......
...@@ -13,7 +13,7 @@ import org.h2.constant.SysProperties; ...@@ -13,7 +13,7 @@ import org.h2.constant.SysProperties;
import org.h2.util.IOUtils; import org.h2.util.IOUtils;
/** /**
* This class is extends a java.io.RandomAccessFile. * This class extends a java.io.RandomAccessFile.
*/ */
public class FileObjectDisk extends RandomAccessFile implements FileObject { public class FileObjectDisk extends RandomAccessFile implements FileObject {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论