Posts with #performance tag

An equivalent of Django's select_related for ManyToMany and OneToMany relationships

Original post at Makina Corpus Using an ORM simplifies and reduces greatly the amount of code to interact with databases. Nevertheless, it can easily hide database design defects or become a...