We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: