> Tried this and it worked. "callers:someFunc" took, according to the returned > web page "Query executed in 225.399s" > > That's a long time. How can I help you figure out which index (or indices) > are missing? If I remember correctly, that query used to have an obnoxious > number of outer and inner joins. Maybe there's a way to denormalize the data > a bit such that the query could be simplified?
Try sticking explain=True in the query string, and see if that reveals anything. _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
