I just came into contact with using node as a project. There are some things I don"t understand about its database operation, such as the following requirements:
when multiple users access an article at the same time and read the information of the article from the database, will the multiple requests access the database in a certain order or in parallel due to the non-blocking IBO operation of node?