rubyforgood / save_the_animals_api

related to https://github.com/rubyforgood/offline_pandas
MIT License
5 stars 2 forks source link

Remove N+1 Query on Api::ObservationSessionsController #29

Open rposborne opened 7 years ago

rposborne commented 7 years ago

Currently, in the dedupe proccess, we look up an observation_session_id to associate or create a new session. Can we optimize this?