tnc-ca-geo / animl-api

Backend for https://animl.camera
4 stars 0 forks source link

Clean up indexes on Image collection in prod DB #152

Closed nathanielrindlaub closed 3 months ago

nathanielrindlaub commented 4 months ago

Now that we're no longer having to iterate over every image in a project to generate a list of available labels, we can likely delete some indexes from the Image collection.

https://www.mongodb.com/docs/manual/applications/indexes/

Related: #119

nathanielrindlaub commented 3 months ago

Closing this out as dupe of #119.