How much time it should take to upload a big csv file (100MB) using Django?

I want to know how much time it should take for a scalable django app. How can I define scalable in this scenario?

Back to Top