in reply to Re: How to make my DBD::CSV DB code faster.
in thread How to make my DBD::CSV DB code faster.

Your second approach is pretty much how SQL::Statement handles joins, it loads each table only once and then searches in-memory hashes.
  • Comment on Re^2: How to make my DBD::CSV DB code faster.