Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
2664294d
提交
2664294d
authored
14 年前
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
e3a0d5ee
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
10 行增加
和
3 行删除
+10
-3
help.csv
h2/src/docsrc/help/help.csv
+3
-3
roadmap.html
h2/src/docsrc/html/roadmap.html
+3
-0
tutorial.html
h2/src/docsrc/html/tutorial.html
+4
-0
没有找到文件。
h2/src/docsrc/help/help.csv
浏览文件 @
2664294d
...
@@ -1176,8 +1176,8 @@ SET MAX_MEMORY_ROWS 1000
...
@@ -1176,8 +1176,8 @@ SET MAX_MEMORY_ROWS 1000
"Commands (Other)","SET MAX_MEMORY_UNDO","
"Commands (Other)","SET MAX_MEMORY_UNDO","
SET MAX_MEMORY_UNDO int
SET MAX_MEMORY_UNDO int
","
","
The maximum number of undo records per a session that are kept in-memory.
If a
The maximum number of undo records per a session that are kept in-memory.
transaction is larger, the records are buffered to disk.
If a transaction is larger, the records are buffered to disk.
The default value is 50000.
The default value is 50000.
Changes to tables without a primary key can not be buffered to disk.
Changes to tables without a primary key can not be buffered to disk.
This setting is not supported when using multi-version concurrency.
This setting is not supported when using multi-version concurrency.
...
...
This diff is collapsed.
Click to expand it.
h2/src/docsrc/html/roadmap.html
浏览文件 @
2664294d
...
@@ -30,6 +30,9 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -30,6 +30,9 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Enable h2.largeTransactions (support for very large transactions).
</li><li>
Enable h2.largeTransactions (support for very large transactions).
Change documentation for MAX_MEMORY_UNDO in help.csv, because
Change documentation for MAX_MEMORY_UNDO in help.csv, because
now changes to tables without a primary key can be buffered to disk.
now changes to tables without a primary key can be buffered to disk.
Later, change MAX_MEMORY_UNDO to reflect number of bytes instead of record
(also remove Constants.UNDO_BLOCK_SIZE).
Later, change undo log file format (fillAligned no longer required; var int).
</li></ul>
</li></ul>
<h2>
Priority 1
</h2>
<h2>
Priority 1
</h2>
...
...
This diff is collapsed.
Click to expand it.
h2/src/docsrc/html/tutorial.html
浏览文件 @
2664294d
...
@@ -526,6 +526,10 @@ is also available at <code>src/tools/org/hibernate/dialect/H2Dialect.java.txt</c
...
@@ -526,6 +526,10 @@ is also available at <code>src/tools/org/hibernate/dialect/H2Dialect.java.txt</c
You can rename it to
<code>
H2Dialect.java
</code>
and include this as a patch in your application,
You can rename it to
<code>
H2Dialect.java
</code>
and include this as a patch in your application,
or upgrade to a version of Hibernate where this is fixed.
or upgrade to a version of Hibernate where this is fixed.
</p>
</p>
<p>
When using compatibility modes such as
<code>
MODE=MySQL
</code>
when using Hibernate
is not supported when using
<code>
H2Dialect
</code>
.
</p>
<h2
id=
"using_toplink"
>
Using TopLink and Glassfish
</h2>
<h2
id=
"using_toplink"
>
Using TopLink and Glassfish
</h2>
<p>
<p>
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论