The retrieval of quadkeys / entities in the `_import_exposure` function should be rewritten so that it uses the quadkey index of the entity table properly
See issue #134 (closed)
We need to rewrite the _import_exposure
function in a similar way (from WHERE quadkey IN (...)
to WITH Q (quadkey) AS (...)
. The following MR would do that.