Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
3b5301e2
提交
3b5301e2
authored
9月 17, 2018
作者:
Evgenij Ryazanov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Remove implemented features from roadmap
上级
b6cde128
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
0 行增加
和
5 行删除
+0
-5
roadmap.html
h2/src/docsrc/html/roadmap.html
+0
-5
没有找到文件。
h2/src/docsrc/html/roadmap.html
浏览文件 @
3b5301e2
...
...
@@ -60,8 +60,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
DBMS_METADATA.GET_DDL / GET_DEPENDENT_DDL.
</li><li>
Clustering: support mixed clustering mode (one embedded, others in server mode).
</li><li>
Clustering: reads should be randomly distributed (optional) or to a designated database on RAM (parameter: READ_FROM=3).
</li><li>
Window functions: RANK() and DENSE_RANK(), partition using OVER().
select *, count(*) over() as fullCount from ... limit 4;
</li><li>
PostgreSQL catalog: use BEFORE SELECT triggers instead of views over metadata tables.
</li><li>
Test very large databases and LOBs (up to 256 GB).
</li><li>
Store all temp files in the temp directory.
...
...
@@ -87,7 +85,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Index usage for (ID, NAME)=(1, 'Hi'); document.
</li><li>
Set a connection read only (Connection.setReadOnly) or using a connection parameter.
</li><li>
Access rights: finer grained access control (grant access for specific functions).
</li><li>
ROW_NUMBER() OVER([PARTITION BY columnName][ORDER BY columnName]).
</li><li>
Version check: docs / web console (using Javascript), and maybe in the library (using TCP/IP).
</li><li>
Web server classloader: override findResource / getResourceFrom.
</li><li>
Cost for embedded temporary view is calculated wrong, if result is constant.
...
...
@@ -120,7 +117,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
The HELP information schema can be directly exposed in the Console.
</li><li>
Maybe use the 0x1234 notation for binary fields, see MS SQL Server.
</li><li>
Support Oracle CONNECT BY in some way: http://www.adp-gmbh.ch/ora/sql/connect_by.html http://philip.greenspun.com/sql/trees.html
</li><li>
SQL Server 2005, Oracle: support COUNT(*) OVER(). See http://www.orafusion.com/art_anlytc.htm
</li><li>
SQL 2003: http://www.wiscorp.com/sql_2003_standard.zip
</li><li>
Version column (number/sequence and timestamp based).
</li><li>
Test and document UPDATE TEST SET (ID, NAME) = (SELECT ID*10, NAME || '!' FROM TEST T WHERE T.ID=TEST.ID).
...
...
@@ -413,7 +409,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Issue 196: Function based indexes
</li><li>
Fix the disk space leak (killing the process at the exact right moment will increase
the disk space usage; this space is not re-used). See TestDiskSpaceLeak.java
</li><li>
ROWNUM: Oracle compatibility when used within a subquery. Issue 198.
</li><li>
Allow to access the database over HTTP (possibly using port 80) and a servlet in a REST way.
</li><li>
ODBC: encrypted databases are not supported because the ;CIPHER= can not be set.
</li><li>
Support CLOB and BLOB update, specially conn.createBlob().setBinaryStream(1);
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论