Hi, I think it depends on the complexity of your application. If you are using few connections (and concurrent transactions) and a relatively simple schema, then H2 should be OK. If you are using many connections and complex queries then you should consider using a different database, for example PostgreSQL.
Regards, Thomas On Tuesday, December 3, 2013, James Chan wrote: > Thanks Kartweel, maybe I should consider choosing another database for my > application. > > -- > 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] <javascript:_e({}, > 'cvml', 'h2-database%[email protected]');>. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
