You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently several models in the backend querying on them that have some common search fields, which can be optimized by adding simple and compound indexes to them. The issue came up as an idea from one we encountered in IIT-BHU-InstiApp/lite-hai-backend#81. The attached PR that I made can be taken as a reference even though people might not know about indexes, but the selection of what indexes to make simple and compound both should be justified based on their frequency in search.
Required Skills :
Django REST Models
Indexes
Understanding of queries
The text was updated successfully, but these errors were encountered:
There are currently several models in the backend querying on them that have some common search fields, which can be optimized by adding simple and compound indexes to them. The issue came up as an idea from one we encountered in IIT-BHU-InstiApp/lite-hai-backend#81. The attached PR that I made can be taken as a reference even though people might not know about indexes, but the selection of what indexes to make simple and compound both should be justified based on their frequency in search.
Required Skills :
The text was updated successfully, but these errors were encountered: