Closed bbarberBPL closed 1 year ago
Current querying by the model_type field is really slow since there are millions of rows of arks. Adding an index should alleviate this and we should potentially add an additional scope too.
model_type
Looks like we already have a composite index on model_type so this is not needed
Current querying by the
model_type
field is really slow since there are millions of rows of arks. Adding an index should alleviate this and we should potentially add an additional scope too.