How can you 'Bake' queries in Django, does an ORM extension exist for this?

25 views
Skip to first unread message

rol...@gmail.com

unread,
Apr 9, 2021, 11:11:35 AM4/9/21
to Django users
Django's ORM is pretty slow.  Sometimes Django can spend more time building the SQL than actually fetching a singular object.



Are there any extensions that can do this in Django, or a safe way to do this simply?  Conceptually I'd need to stick and LRU cache around the query compiler.  It seems like something that someone must have done already.

Rollo
Reply all
Reply to author
Forward
0 new messages