DEV Community

Jasmine Beeh
Jasmine Beeh

Posted on

Django + Mongodb works slowly

Hello there.
I am working on a project /API/ where I have to deal with a big data. For the project I'm using django and for database mongodb. Now I have an issue with API, it works very slowly. When I'm trying to find something with some fileds by mongo shell it takes some ms but by django it takes seconds sometiems minutes. I wonder why it goes so. Can anybody help me to understand what's wrong with my code in django?
Fields types are string, date.

Image description

Top comments (0)