提交 0e5417b3 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 a50386ae
...@@ -24,14 +24,14 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -24,14 +24,14 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
<h2>Priority 1</h2> <h2>Priority 1</h2>
<ul><li>Bugfixes <ul><li>Bugfixes
</li><li>Support very large transactions. </li><li>Support very large transactions. Reduce memory usage of undo log.
</li><li>More tests with MULTI_THREADED=1 </li><li>More tests with MULTI_THREADED=1
</li><li>Optimization: result set caching (like MySQL); option to disable </li><li>Optimization: result set caching (like MySQL); option to disable
</li><li>Server side cursors </li><li>Server side cursors
</li></ul> </li></ul>
<h2>Priority 2</h2> <h2>Priority 2</h2>
<ul><li>Improve test code coverage <ul><li>Improve test code coverage.
</li><li>Test multi-threaded in-memory db access </li><li>Test multi-threaded in-memory db access
</li><li>MVCC: select for update should only lock the selected rows. </li><li>MVCC: select for update should only lock the selected rows.
</li><li>Option to shutdown all the running servers (on the same VM). </li><li>Option to shutdown all the running servers (on the same VM).
...@@ -472,6 +472,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -472,6 +472,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Cache size: don't use more cache than what is available. </li><li>Cache size: don't use more cache than what is available.
</li><li>Use the Java service provider mechanism to register file systems and function libraries. </li><li>Use the Java service provider mechanism to register file systems and function libraries.
</li><li>Tree index: Instead of an AVL tree, use a general balanced trees or a scapegoat tree. </li><li>Tree index: Instead of an AVL tree, use a general balanced trees or a scapegoat tree.
</li><li>User defined functions: allow to store the bytecode (of just the class, or the jar file of the extension) in the database.
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
...@@ -292,9 +292,6 @@ java org.h2.test.TestAll timer ...@@ -292,9 +292,6 @@ java org.h2.test.TestAll timer
power failure test: larger binaries and additional index. power failure test: larger binaries and additional index.
recover even if table not found
(PageStore.addMeta, type != META_TYPE_SCAN_INDEX)
rename Page* classes rename Page* classes
move classes to the right packages move classes to the right packages
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论