|
Ao atualizar grandes volumes de dados, considere certas ações recomendadas para aumentar a simultaneidade.
When you update large volumes of data, consider certain recommended actions to increase concurrency.
Sobre esta tarefa - About this task
Pergunta - Question:
Existem técnicas especiais para atualizar grandes volumes de dados?
Are there any special techniques for updating large volumes of data?
Resposta - Answer:
Sim.
Ao atualizar grandes volumes de dados usando um cursor, você pode minimizar a quantidade de tempo que você mantém os bloqueios nos dados declarando o cursor com
a opção HOLD e emitindo commits freqüentemente.
Yes.
When updating large volumes of data using a cursor, you can minimize the amount of time that you hold locks on the data by declaring the cursor with the HOLD
option and by issuing commits frequently.
Parent topic: Updating table data
© Copyright IBM Corp.
|