What is a concurrency control in database?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: DatabaseWhat is a concurrency control in database?
chetan shidling asked 5 years ago

I need short information.

1 Answers
chetan shidling answered 5 years ago

This is a process managing simultaneous operations in a database so that database integrity is not compromised. The following are the two approaches involved in concurrency control:

  1. Optimistic approach
  2. Pessimistic approach