Skip to content

Do not left join on geovisio_status

We do not want to dig more if the sequence has no pictures, we cna optimize this query.

On a very big collection, the query timeout before, and after takes ~400ms.

Querying the status of an empty collection still works (it's tested in several tests).

Merge request reports