Using Postgres to create JSON response for you
We are trying to build a search for our product which needs to fast, we were using Django and Postgres. So, we decide to go with raw SQL query as Django ORM can be slow for some tasks. Also, we need to have response time below 200ms for worst case an...
skylab.hashnode.dev3 min read
Karan Gandhi
Pun Master
Shweet. We did something similar in our project.