Closed caglarih closed 6 years ago
https://github.com/yolcu360/django-moderation/blob/master/moderation/managers.py#L36 performs an operation on object_pk without index. Nested loop join becomes significant based on number of records (average 600ms for my model).
@caglarih Please check unit tests they are failing. Will merge only when all tests are green. Thank you
https://github.com/yolcu360/django-moderation/blob/master/moderation/managers.py#L36 performs an operation on object_pk without index. Nested loop join becomes significant based on number of records (average 600ms for my model).