celery / django-celery-results

Celery result back end with django
Other
697 stars 206 forks source link

ChordCounter table needs an index on group_id #453

Closed jensenbox closed 5 days ago

jensenbox commented 5 days ago

When there are numerous chords in flight, the query that is issued is sub-optimal as there is no index associate on the table.

jensenbox commented 5 days ago

Sorry about that - I was working off invalid information. Closing.