Date: 2004-12-10T07:55:43 Editor: OliverZeigermann <[EMAIL PROTECTED]> Wiki: Jakarta-Slide Wiki Page: ConcurrencyIssues URL: http://wiki.apache.org/jakarta-slide/ConcurrencyIssues
no comment Change Log: ------------------------------------------------------------------------------ @@ -77,15 +77,13 @@ == JDBCStore == +In the JDBC DB stores you can set the well known ANSI isolation levels: + * ''isolation (default READ_COMMITTED)'' * ''READ_UNCOMMITTED'' * ''READ_COMMITTED'' * ''REPEATABLE_READ'' * ''SERIALIZABLE'' -=== MySQL === - -=== SQL Server === - -=== Oracle === +As caching does not support more than read committed, it is questionable if higher isolation levels make sense. If you choose them you will get some higher isolation which, however, very hard is to define and depends on many parameters. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
