Hi, > Is it possible to connect to the H2 database read-only later on to gain the > best performance for the read only content repository then?
This is a H2 specific question, I suggest to use the H2 Google Group. H2 does support read-only databases in multiple ways: - Set the file permission to read-only. - Create a new database user and give him only read-only access. > to gain the best performance for the read only content Read-only access is not much faster than read-write access. Regards, Thomas
