IBM 000-8697 Manual de usuario Pagina 449

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 702
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 448
How to Improve Performance 5-9
Eliminate User-Created Resource Bottlenecks
Do not perform mass updates on frequently accessed tables.
During an update, the row must be locked. Mass updates to a table
are best performed with table-level locking to reduce locking over-
head.However,requestinganupdatewithtable-levellockingdenies
accesstothetabletoallusersexceptthoseusingDirtyReadisolation.
Users should balance their desire to perform a large transaction
against the effect their work has on concurrency. Mass updates
should always be timed for less active times. If the update must
occur whileother users need access to the table,row-level locking is
appropriate.Table-levellockingis only appropriateifthetableis not
needed by other users during the transaction.
Consider the access problems that might result before you specify a
restrictive isolation level in an application.
Users should be aware that the isolation or locking level that they
select for their processing can affect other users. Isolation and lock-
ing levels should be selected to be consistent with the concurrency
needs of the complete OnLine environment.
Vista de pagina 448
1 2 ... 444 445 446 447 448 449 450 451 452 453 454 ... 701 702

Comentarios a estos manuales

Sin comentarios