Configuration HSQLDB big storage -


First of all, sorry for my estimated English.

I am losing little with HSQLDB.

So I made the following:

  • Make a cached table ... . To save data in the data file
  • SET FILES LOG FALSE; To save data in the .log file and get the time
  • Shutdown Compact; To save records in local discs

I know that to increase the dataset, the parameters of the parameter and to increase data access speed:

    < Li> hsqldb.ccache_scale =
  • hsqldb.cache_size_scale =
  • SET files NIO size xxxx
  • But I do not know how to parameter For larger

    When you use SET files wrong log [/ code] data changes saved until Do not go away You SHUTDOWN or CHECKPOINT do not execute.

    Other parameters can be left at their default values. If you want to use more memory and want to get some speed, then you can equal the default values ​​of parameters to 2 or 4.


Comments