You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what the implications of this would be, but we could reduce the number of queries if we simplify the forced fits procedure by not querying the database for the forced fits (missing blind detections) but just use the previously found sources in the image.
the database is the slowest part in the whole pipeline, no matter what what backend we use. if we could somehow minimize the number of queries to only inserts of extracted sources and image metadata we could make TraP probably much faster.
The text was updated successfully, but these errors were encountered:
Not sure what the implications of this would be, but we could reduce the number of queries if we simplify the forced fits procedure by not querying the database for the forced fits (missing blind detections) but just use the previously found sources in the image.
the database is the slowest part in the whole pipeline, no matter what what backend we use. if we could somehow minimize the number of queries to only inserts of extracted sources and image metadata we could make TraP probably much faster.
The text was updated successfully, but these errors were encountered: