Change calibration SQL statement structure from `quadkey IN ...` to a `WITH ... AS ...`
The database uses sequential scans on the asset table. With some tests, it seems that a WITH ... AS ... structure works better than an ... IN ... structure, when calibration the asset values to the country calibration factor.