in reply to Re: advice needed for processing largish data in multiple files
in thread advice needed for processing largish data in multiple files
The performance difference between DB_File and DBD::SQLite is minimal. Besides, with this data volume, either will be very fast. The more important consideration is whether the programming problem is one which is naturally expressed with SQL.