提交 22ad56ba authored 作者: Thomas Mueller's avatar Thomas Mueller

New system property h2.analyzeAuto.

上级 646ff160
......@@ -293,12 +293,10 @@ java org.h2.test.TestAll timer
int testing;
System.setProperty("h2.lobInDatabase", "true");
System.setProperty("h2.analyzeAuto", "100");
/*
new lob storage: test compression
new lob storage: test in-place storage (old and new)
power failure test
power failure test: MULTI_THREADED=TRUE
power failure test: larger binaries and additional index.
......@@ -309,9 +307,6 @@ create table test(id identity, name varchar(100) default space(100));
@LOOP 10 insert into test select null, null from system_range(1, 100000);
delete from test;
rename Page* classes
move classes to the right packages
// System.setProperty("h2.pageSize", "64");
test with small freeList pages, page size 64
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论