0

When several users try to insert into the same table at the same time, mysql locks the table while implementing the first query.

Question is:

mysql declines other requests or puts them in queue and after the table is unlocked will implement other requests as well?

1 Answer 1

1

MySQL will handle the requests one at a time so in a sense will queue them until the lock has been released on the table to allow the next session to perform its request.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.