How can I improve query performance in Django, N + 1 issue?

前端 未结 0 1544
执念已碎
执念已碎 2021-01-19 13:53

I\'m having problems with the performance of Django query. Assume I have 3 models and I have 100 rows in Company table:

from django.db import models

class Co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题