apache > db
Apache DB Project
 
Font size:      

Locking and Performance

Locking and Performance

Row-level locking improves concurrency in a multi-user system. However, a large number of row locks can degrade performance. About the System's Selection of Lock Granularity discussed the way the optimizer makes some compile-time decisions about escalating row locks to table locks for performance reasons. This section discusses ways in which the Derby system and the user can make similar lock escalations.


Previous Page
Next Page
Table of Contents
Index