in reply to Basic Perl array intersection faster than mysql query join.

Just a small warning to all that want to copy this:

Don't do this on a database that can be changed while you are working!

A (real) database provides you some data integrity and consistency that won't work between multiple statements unless you manually start locking rows/tables.


Search, Ask, Know
  • Comment on Re: Basic Perl array intersection faster than mysql query join.