What is more expensive to do in terms of resources and efficiency, file read / write operations or database read / write operations?
I am using MongoDB with Python. I will prepare about 100 thousand requests per db / file per minute. In addition, the database / file contains about 15,000 documents.
What will be faster? thanks in advance.
user179169
source
share