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
When I try to filter in the web UI these relations by map type, it never completes.
When I do a CodebaseRelation.objects.filter(map_type="dwarf_compiled_paths")[:1000] on the same data this is returned in less than a second.
When I try to filter in the web UI these relations by map type, it never completes.
When I do a
CodebaseRelation.objects.filter(map_type="dwarf_compiled_paths")[:1000]on the same data this is returned in less than a second.