Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
67e6312d
提交
67e6312d
authored
10月 12, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
792d9e8e
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
4 行删除
+9
-4
changelog.html
h2/src/docsrc/html/changelog.html
+7
-1
roadmap.html
h2/src/docsrc/html/roadmap.html
+2
-3
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
67e6312d
...
...
@@ -18,7 +18,13 @@ Change Log
<h1>
Change Log
</h1>
<h2>
Next Version (unreleased)
</h2>
<ul><li>
New experimental feature to speed up CREATE TABLE ... AS SELECT.
<ul><li>
The index condition columnName IS NULL was not efficient when using a clustered index.
</li><li>
The Recover tool did not work for databases larger than 2 GB.
</li><li>
In memory database: outer joins with a condition "column is null" could return the wrong result.
</li><li>
Temporary files were not created in the temporary directory of the system, but in the current working directory.
This affected temporary undo log files for read-only databases, temporary files for large result sets when using read-only databases,
and temporary lob files when storing LOBs in the database (system property h2.lobInDatabase).
</li><li>
New experimental feature to speed up CREATE TABLE ... AS SELECT.
To enable the feature, set the system property h2.optimizeInsertFromSelect to true.
For large queries, performance can be doubled.
</li><li>
When LOB objects are stored in the database (using the experimental setting h2.lobInDatabase),
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
67e6312d
...
...
@@ -288,7 +288,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
MySQL compatibility: real SQL statement for DESCRIBE TEST
</li><li>
Use a default delay of 1 second before closing a database.
</li><li>
Write (log) to system table before adding to internal data structures.
</li><li>
Support
very large deletes and updates
.
</li><li>
Support
opening a database that is in the classpath, maybe using a new file system
.
</li><li>
Doclet (javadocs): constructors are not listed.
</li><li>
Support direct lookup for MIN and MAX when using WHERE (see todo.txt / Direct Lookup).
</li><li>
Support other array types (String[], double[]) in PreparedStatement.setObject(int, Object);
...
...
@@ -329,7 +329,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
AUTO_SERVER: support changing IP addresses (disable a network while the database is open).
</li><li>
Avoid using java.util.Calendar internally because it's slow, complicated, and buggy.
</li><li>
Support TRUNCATE .. CASCADE like PostgreSQL.
</li><li>
Support opening a database that is in the classpath, maybe using a new file system.
</li><li>
Fulltext search: lazy result generation using SimpleRowSource.
</li><li>
Support transformation to join for user defined functions, as for IN(SELECT...).
</li><li>
Fulltext search: support alternative syntax: WHERE FTL_CONTAINS(name, 'hello').
...
...
@@ -343,6 +342,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
MySQL, HSQLDB compatibility: support where 'a'=1 (not supported by Derby, PostgreSQL)
</li><li>
Allow calling function with no parameters without parenthesis. See http://code.google.com/p/h2database/issues/detail?id=50
</li><li>
CSV: currently # is a line comment and can start at any field. Make it optional.
</li><li>
Support a data type "timestamp with timezone" using java.util.Calendar.
</li><li>
Finer granularity for SLF4J trace - See http://code.google.com/p/h2database/issues/detail?id=62
</li><li>
Add database creation date and time to the database.
</li><li>
Support ASSERTION.
...
...
@@ -469,7 +469,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Issue 179: Related subqueries in HAVING clause
</li><li>
IBM DB2 compatibility: NOT NULL WITH DEFAULT. Similar to MySQL Mode.convertInsertNullToZero.
</li><li>
Creating primary key: always create a constraint.
</li><li>
Support a data type "timestamp with timezone" using java.util.Calendar.
</li><li>
Maybe use a different page layout: keep the data at the head of the page, and ignore the tail
(don't store / read it). This may increase write / read performance depending on the file system.
</li><li>
Indexes of temporary tables are currently kept in-memory. Is this how it should be?
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论