in reply to mysql's join too slow; using Perl to compare two tables
Postgres, on the other hand, seems to take the same time to do inner, outer, or whatever style joins with no performance penalty.
So, no, it's not wrong to scan each table one at a time and getting perl to do the intelligent work with MySQL.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mysql's join too slow; using Perl to compare two tables
by friedo (Prior) on Feb 04, 2006 at 23:15 UTC | |
|
Re^2: mysql's join too slow; using Perl to compare two tables
by dws (Chancellor) on Feb 05, 2006 at 21:00 UTC |