Run a first defrag before enabling auto defrag on HSQLDB
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user