Optimising Databases in a Django Application I
Introduction
We all know that database operations tend to turn larger and uglier as an app continues to grow in its features and capabilities. The more it scales, the higher the query time needed for it to fetch records.
Here are 5 tips, starting wit...
diptonil.hashnode.dev11 min read
Chaithanya S
As a beginner in this field, this article was really helpful to understand the concepts clearly. I liked the way the article started up because I never quite had gotten to the part of inner workings of database querying process yet. Overall the article was quite informative. I will try to keep in mind these tips while I work on my next project