Yes considered Redis, one issues is that we bring an external server to embedded boards, stop/start/restart issues, database corruptions and issues on unattended systems deployed unknown places, factories on extremely low cost Linux boards. We use Akka framework, with H2 our confident is when we see a database corruptions, we would like to remove the db/create a new db and start the operations, if we reboot the system, the db still good, we continue using them.
Also I found that H2 has good amount of aggregation queries, we have queries defined as JSON data [configuration], we need to convert queries into Java code and execute them, in H2 case, we need to convert our JSON expressions into SQL statements, SQL statements seems easy, then compile the generated sql statements as prepared statements, then apply into H2 Database. SQL queries are more powerful than Redis. Do you see any concerns in using H2 Database in small Linux board systems? On Mon, Apr 15, 2019 at 8:55 PM <[email protected]> wrote: > Redis? > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
