Computer Science, asked by rezwanislamsohan3, 1 month ago

Handling transactions would be a lot easier if we did not try to execute them

concurrently. So, why do we want concurrent transactions?​

Answers

Answered by Anonymous
4

Answer:

Concurrent execution reduces the unpredictable delays in running transactions. Moreover, it also reduces the average response time: the average time for a transaction to be completed after it has been submitted.

Explanation:

When executing serially, one long transaction is executing and a very small transaction may be on the queue for its turn. This increases the waiting time of small transaction. Hence, if we execute transactions simultaneously, the waiting time would be much reduced when compared to the serial execution.

pls mark me as brainleast and folow me please

Similar questions