Open cbellone opened 7 years ago
additional possible improvements (http://www.hsqldb.org/doc/2.0/guide/dbproperties-chapt.html): enable compression of clob/lob and the script -> less data to write and read from the sdcard
use the following jdbc url: jdbc.url=jdbc:hsqldb:file:alfio;hsqldb.lob_compressed=true;hsqldb.script_format=3
(database must be recreated)
note: in theory it should be way faster now. To check!
We should save first, last name and email address directly as columns and use them in the where clause instead of searching into the JSON Blob