Use CREATE CACHED TABLE instead of CREATE TABLE

Dload HSQLDB and get all the godies as examples / code and documentation at :
http://sourceforge.net/projects/hsqldb/


On Tuesday, Sep 2, 2003, at 17:33 Europe/Stockholm, Subramanian Ananthram wrote:

Thanks, Where could I find the syntax of creating such table?.Also, are
there some examples?


-----Original Message-----
From:   viktor [SMTP:[EMAIL PROTECTED]
Sent:   Tuesday, September 02, 2003 9:56 AM
To:     [EMAIL PROTECTED]
Subject:        Re: [JBoss-user] CMP- Hypersonic problems


On Monday, Sep 1, 2003, at 18:33 Europe/Stockholm, Subramanian Ananthram wrote:

If JBOSS is terminated abnormally, then we have observed that some of
the
tables in the database is corrupted.

Yes I would expect that ;-)


Try to create Your tables in HSQLDB as "create cashed table" that will
force HSQLDB to write out the data to disk at once instead of writing
it out at clean shutdown.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to