in reply to Perl DBI Performance
Where does temp.orf come from. From a temoprary table?UPDATE yeast1 set $tables[$_] = temp/$tables[$_-1] where yeast1.orf = +temp.orf;
If it does, you should have an index on that table on the column orf.
And you should have an index on yeast1(orf) anyway.
Try to benchmark the sql, AFAIK postgres has some tool show what's going on, when a query runs (explain or such).
|
|---|