Pergunta de entrevista da empresa Amazon

Explain how latches work

Resposta da entrevista

Sigiloso

4 de abr. de 2018

Latches are short term in length of operation and locks are long duration in restricting access to Oracle data structures Latches are lightweight serialization and locks are the heavy duty long running serialization mechanism. Latches affect only data structures within the Oracle SGA, whereas locks apply to Oracle transactions.

1