Hi,
Im trying to get des_dr1.mags with des_allwise matches.
Im seeing very slow performance. when i try and match several hundred designations or more.
Could it be an issue with not having an index on des_allwise.coadd_object_id and des_allwise.designation?
Here is an example query.
SELECT daw.designation,daw.coadd_object_id,dm.mag_auto_g,dm.mag_auto_r,dm.mag_auto_i,dm.mag_auto_z,dm.mag_auto_y
FROM des_dr1.des_allwise daw, des_dr1.mag dm
WHERE daw.coadd_object_id = dm.coadd_object_id
AND daw.designation IN ('J210017.92-604447.9', 'J204132.73-583158.4', 'J203048.48-611600.2')
Regards
Dave