Django Book 翻译
菜单>:
TOC
返回
原文:
Usually, using ``select_related()`` can vastly improve performance because your application can avoid many database calls. However, in situations with deeply nested sets of relationships, ``select_related()`` can sometimes end up following too many relations and can generate queries so large that they end up being slow.
翻译:
备注:
译者: