Run a first defrag before enabling auto defrag on HSQLDB

This commit is contained in:
François-Xavier Thomas
2019-01-09 22:27:40 +01:00
parent cff97ea9be
commit d6ba6de7e1
@@ -8,6 +8,10 @@
<dbms type="hsqldb" />
</preConditions>
<sql>
CHECKPOINT DEFRAG;
<comment>Defragment the database before enabling auto defrag, so that the biggest part of the work is done during migration.</comment>
</sql>
<sql>
SET LOGSIZE 64;
<comment>Automatically run a CHECKPOINT when the log is above 64MB.</comment>