Hi,

You might want to look at Sequoia (http://sequoia.continuent.org) which is the continuation of the C-JDBC project.
exploring C-JDBC I asked myself about HSQLDB and clustering. HSQLDB only supports isolation level read uncommitted.
Do I get isolation level e.g. serializable, if I configure C-JDBC in this way?
No. C-JDBC or Sequoia does not rebuild transaction isolation on top of the database, it relies on the database to provide the proper isolation.
I read your documentation and tried to find about my question in the mailing 
list.      Unfortunately I did not found it answered.

Thanks for any answer in advance!
Writes are usually serialized but that will not prevent the database from performing dirty reads if it only support read uncommitted.

Best regards,
Emmanuel
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to