SELECT o.deepSourceId, s.objectId, s.id, o.ra, o.decl FROM Object o, Source s WHERE o.deepSourceId=s.objectId AND s.flux_sinc BETWEEN 0.3 AND 0.304;
single solo query - 6 hours 50 min 58.31 sec
5 copies started at nearly the same time
5 hours 58 min 16.76 sec
6 hours 15 min 11.38 sec
6 hours 15 min 10.33 sec
6 hours 15 min 9.35 sec
6 hours 15 min 8.27 sec
SELECT count
FROM Object WHERE u_apFluxSigma between 0 and 1.8e-30;
solo: 1 min 53.65 sec
Five started within a couple of seconds of each other:
2 min 7.58 sec
2 min 13.16 sec
2 min 13.81 sec
2 min 12.32 sec
2 min 17.73 sec
SELECT o.deepSourceId, s.objectId, s.id, o.ra, o.decl FROM Object o, Source s WHERE o.deepSourceId=s.objectId AND s.flux_sinc BETWEEN 0.3 AND 0.304;
single solo query - 6 hours 50 min 58.31 sec
5 copies started at nearly the same time
5 hours 58 min 16.76 sec
6 hours 15 min 11.38 sec
6 hours 15 min 10.33 sec
6 hours 15 min 9.35 sec
6 hours 15 min 8.27 sec
SELECT count
FROM Object WHERE u_apFluxSigma between 0 and 1.8e-30;
solo: 1 min 53.65 sec
Five started within a couple of seconds of each other:
2 min 7.58 sec
2 min 13.16 sec
2 min 13.81 sec
2 min 12.32 sec
2 min 17.73 sec