michaelwu wrote:But, it's really strange for me that hsqldb takes this approach. In the long run, when the database grows to certain size, restart the database may take some time!
Don't worry, you're not the only one shocked by this design. ;)
It's actually a very good design for an embedded database. It simply doesn't scale to enterprise usage. Which is why it's important to keep in mind that HSQLDB is an
embedded database. It will work for
testing and small forums, but it's best not to deploy it on a busy forum. 8)
[originally posted on jforum.net by jbanes]