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

Documentation.

上级 c6a563a8
...@@ -18,7 +18,12 @@ Change Log ...@@ -18,7 +18,12 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>New experimental query cache. <ul><li>Memory mapped file system: improved error messages if there is a problem.
</li><li>The Lucene fulltext search did not work well
when using special file systems such as split or nioMapped.
</li><li>Some file system operations did not work with stacked file systems
(for example split and nioMapped). This also affected the DeleteDbFiles tool.
</li><li>New experimental query cache.
The cache is only used if the SQL statement and all parameters match. The cache is only used if the SQL statement and all parameters match.
Each session has it's own cache with the given size. Each session has it's own cache with the given size.
Only the last returned result per query is cached. Only the last returned result per query is cached.
......
...@@ -206,6 +206,7 @@ public abstract class TestBase { ...@@ -206,6 +206,7 @@ public abstract class TestBase {
if (config != null && config.record) { if (config != null && config.record) {
return RecordingFileSystem.PREFIX + "memFS:" + baseDir; return RecordingFileSystem.PREFIX + "memFS:" + baseDir;
} }
// return "split:nioMapped:" + baseDir;
return baseDir; return baseDir;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论