提交 e10d6a02 authored 作者: Thomas Mueller's avatar Thomas Mueller

Experimental feature to support very large transactions.

上级 987c685e
...@@ -18,7 +18,11 @@ Change Log ...@@ -18,7 +18,11 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>H2 Console: editing result sets is now also working for database other than H2, <ul><li>Experimental feature to support very large transactions (except when using MVCC).
To enable, set the system property h2.largeTransactions to true.
If enabled, changes to tables without a primary key can be buffered to disk.
The plan is to enable this feature by default in version 1.3.x.
</li><li>H2 Console: editing result sets is now also working for database other than H2,
if they do support updateable result sets. The query must be prefixed with "@edit". if they do support updateable result sets. The query must be prefixed with "@edit".
Only limited testing has been done on this feature, Only limited testing has been done on this feature,
some data types may not work (please provide feedback if you find issues). some data types may not work (please provide feedback if you find issues).
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论