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

The in-memory tables are now a feature of all SQL::Statement DBDs, so with DBD::CSV you can CREATE TEMP TABLE foo ... to create an in-memory table, you don't need to switch to DBD::AnyData for that.
  • Comment on Re^2: How to make my DBD::CSV DB code faster.