django-planet
Aug. 25, 2021

A Django PAGNI: efficient bulk properties

published by Luke Plant
in blog Luke Plant
original entry A Django PAGNI: efficient bulk properties

When using Django database models and adding a calculated property of some kind, you should probably ensure it will be efficient in bulk even if that isn’t needed yet.