| Index Locking |
Article Index for Index |
Information AboutIndex Locking |
| CATEGORIES ABOUT INDEX LOCKING | |
| data management | |
| transaction processing | |
|
INDEX LOCKING Index locking blocks all access by other tasks to the entire table in a Database . With Index locking you may want to lock the index build for a Column , not just the data items themselves The circumstances where it is necessary to index lock include:
Circumstances where it is not necessary to Index lock include where:
An example of doing an Aggregate Function (sum of salary field)
|
|
|