TAP access to dr2.master ¶
By: Xeneize Barba on Nov. 9, 2020, 9:29 p.m.
Hi
I'm trying to retrieve data from dr2.master using TAP through different methods (tapsh, topcat and aladin). Even the more simple query take a long time to answer. For example, this query:
SELECT * FROM dr2.master
WHERE CONTAINS(POINT('gal',glon,glat), BOX('gal', 287.0, -1.0, 0.5, 0.5)) = 1 AND (g_psf < 17)
Used more than 1.5 hs, getting about 5,000 sources.
My plan is to ask in a large area, about 200 sq deg, but scaling the execution time, it will be infinite!
Please, help me!
All the best.
Rodolfo