Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
278e2a6c
提交
278e2a6c
authored
7月 21, 2008
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
fcedb332
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
26 行增加
和
3 行删除
+26
-3
changelog.html
h2/src/docsrc/html/changelog.html
+2
-1
faq.html
h2/src/docsrc/html/faq.html
+21
-0
roadmap.html
h2/src/docsrc/html/roadmap.html
+2
-1
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
278e2a6c
...
...
@@ -16,7 +16,8 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
The error message when the server doesn't start has been improved.
<ul><li>
H2 Console: The progress display when opening a database has been improved.
</li><li>
The error message when the server doesn't start has been improved.
</li><li>
Key values can now be changed in updatable result sets.
</li><li>
Changes in updatable result sets are now visible even when resetting the result set.
</li><li>
Temporary files were sometimes deleted too late when executing large insert, update,
...
...
h2/src/docsrc/html/faq.html
浏览文件 @
278e2a6c
...
...
@@ -31,6 +31,8 @@ Frequently Asked Questions
What is the Size Limit (Maximum Size) of a Database?
</a><br
/>
<a
href=
"#reliable"
>
Is it Reliable?
</a><br
/>
<a
href=
"#slow_open"
>
Why is Opening my Database Slow?
</a><br
/>
<a
href=
"#gcj"
>
Is the GCJ Version Stable? Faster?
</a><br
/>
<a
href=
"#translate"
>
...
...
@@ -158,6 +160,25 @@ Areas considered Experimental:
</li><li>
The ARRAY data type and related functionality
</li></ul>
<br
/><a
name=
"slow_open"
></a>
<h3>
Why is Opening my Database Slow?
</h3>
<p>
If it takes a long time to open a database, in most cases it was not closed the last time.
This is specially a problem for larger databases.
To close a database, close all connections to it before the application ends, or execute
the command SHUTDOWN. The database is also closed when the virtual machine exits normally
by using a shutdown hook. However killing a Java process or calling Runtime.halt will prevent this.
</p>
<p>
To find out what the problem is, open the database in embedded mode using the H2 Console.
This will print progress information. If you have many 'Creating index' lines it is an indication that the
database was not closed the last time.
</p>
<p>
Other possible reasons are: the database is very big (many GB), or contains linked tables
that are slow to open.
</p>
<br
/><a
name=
"gcj"
></a>
<h3>
Is the GCJ Version Stable? Faster?
</h3>
<p>
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
278e2a6c
...
...
@@ -373,7 +373,8 @@ Of course, patches are always welcome, but are not always applied as is. Patches
</li><li>
Support to assign a primary key index a user defined name.
</li><li>
Cluster: Add feature to make sure cluster nodes can not get out of sync (for example by stopping one process).
</li><li>
H2 Console: support configuration option for fixed width (monospace) font.
</li><li>
Native fulltext search: support analyzers (specially for Chinese, Japanese)
</li><li>
Native fulltext search: support analyzers (specially for Chinese, Japanese).
</li><li>
Automatically compact databases from time to time (as a background process).
</li></ul>
<h2>
Not Planned
</h2>
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
278e2a6c
...
...
@@ -548,4 +548,4 @@ usable weblica jena preserved instrumentation inspect jayaprakash ashwin
varargs automate couldn unclear eat dtp disks tablespaces great reproduces
hhh overridden sqle propogation buildid tsv monospace microarrays pathogen
geocoder geocoding longitude estimating microarray latitude magnolia pfgrc
refill analyzers patches popular came growing
\ No newline at end of file
refill analyzers patches popular came growing indication
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论