InterviewSolution
Saved Bookmarks
| 1. |
I Need Transaction Isolation Levels Beyond Read-committed? |
|
Answer» HSQLDB 2.x supports READ COMMITTED and SERIALIZABLE ISOLATION levels. It supports both lock-based and multisession (MVCC) transaction models, and is FULLY multithreaded in all modes. HSQLDB 2.x supports READ COMMITTED and SERIALIZABLE isolation levels. It supports both lock-based and multisession (MVCC) transaction models, and is fully multithreaded in all modes. |
|