Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Qserv
-
Labels:None
-
Story Points:4
-
Team:Data Access and Database
Description
During testing for DM-10515 we found that full sky near-neighbor join queries were taking very long (~30 minutes) on a per chunk basis. The query we ran was:
select count(*) from Object o1, Object o2 where o1.deepSourceID <> o2.deepSourceID and scisql_angSep(o1.ra, o1.decl, o2.ra, o2.decl) < 0.015
|
This seems to be unintended behavior that needs investigation.
Attachments
Issue Links
- mentioned in
-
Page Loading...
Fritz Mueller is this still a problem?