Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
94395e1a
提交
94395e1a
authored
17 年前
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
f941b74a
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
13 行增加
和
6 行删除
+13
-6
download.html
h2/src/docsrc/html/download.html
+6
-0
faq.html
h2/src/docsrc/html/faq.html
+7
-6
没有找到文件。
h2/src/docsrc/html/download.html
浏览文件 @
94395e1a
...
...
@@ -21,6 +21,12 @@ H2 Database Engine
<a
href=
"http://www.h2database.com/h2-2007-12-02.zip"
>
Platform-Independent Zip
</a><br
/>
</p>
<h3>
Version 1.0.63 (2007-12-02, Last Stable)
</h3>
<p>
<a
href=
"http://www.h2database.com/h2-setup-2007-12-02.exe"
>
Windows Installer
</a><br
/>
<a
href=
"http://www.h2database.com/h2-2007-12-02.zip"
>
Platform-Independent Zip
</a><br
/>
</p>
<h3>
Download Mirror and Older Versions
</h3>
<p>
<a
href=
"http://code.google.com/p/h2database/downloads/list"
>
Platform-Independent Zip
</a><br
/>
...
...
This diff is collapsed.
Click to expand it.
h2/src/docsrc/html/faq.html
浏览文件 @
94395e1a
...
...
@@ -115,20 +115,21 @@ That is not easy to say. It is still a quite new product. A lot of tests have be
and the code coverage of these tests is very high. Randomized stress tests
are run regularly. But as this is a relatively new product, there are probably
some problems that have not yet been found.
Areas that are not
100%
tested:
Areas that are not
fully
tested:
</p>
<ul>
<li>
Platforms other than Windows XP and the Sun JVM 1.4 and 1.5
</li><li>
Data types BLOB, CLOB, VARCHAR_IGNORECASE, OTHER
</li><li>
The MVCC (multi version concurrency) mode
</li><li>
Cluster mode, 2-Phase Commit, Savepoints
</li><li>
Server mode (well tested, but not as well as Embedded mode)
</li><li>
Multi-Threading and using multiple connections
</li><li>
24/7 operation and large databases (500 MB and up)
</li><li>
Updatable result sets
</li><li>
Referential integrity and check constraints, Triggers
</li><li>
ALTER TABLE statements, Views, Linked Tables, Schema, UNION
</li><li>
Not all built-in functions are completely tested
</li><li>
The Optimizer may not always select the best plan
</li><li>
24/7 operation and large databases (500 MB and up)
</li><li>
Data types BLOB, CLOB, VARCHAR_IGNORECASE, OTHER
</li><li>
Server mode (well tested, but not as well as Embedded mode)
</li><li>
Wide indexes with large VARCHAR or VARBINARY columns and / or with a lot of columns
</li></ul>
...
...
@@ -136,10 +137,10 @@ Areas that are not 100% tested:
Areas considered Experimental:
</p>
<ul>
<li>
ODBC driver and the GCJ native version on Windows
<li>
The PostgreSQL server
</li><li>
Linear Hash Index
</li><li>
Compatibility modes for other databases (only some features are implemented)
</li><li>
The ARRAY data type and related functionality
.
</li><li>
The ARRAY data type and related functionality
</li></ul>
<br
/><a
name=
"gcj"
></a>
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论