InterviewSolution
Saved Bookmarks
| 1. |
What About Multi Threading? |
|
Answer» HSQLDB 2.x is fully multithreaded. Both the core engine and the Server. In the MVCC MODE, MULTIPLE threads can WRITE to the same table while other threads perform SELECT queries. HSQLDB 2.x is fully multithreaded. Both the core engine and the Server. In the MVCC mode, multiple threads can write to the same table while other threads perform SELECT queries. |
|