#django
Read more stories on Hashnode
Articles with this tag
Objective: Adding a full-text search in Django Rest Framework using elastic search. What is Elastic Search? Elasticsearch is a distributed,...
The basic purpose of caching is to increase data retrieval performance by reducing the need to access the underlying slower storage layer. · We will...
What is considered slow depends on your requirements. But when something becomes slow it's a candidate for caching. — High Scalability We already...