in reply to When is a flat file DB not enough?
Where the flat file begins to have problems is if you have 100 inserts to do, and the flat-file interface (e.g., DBD::CSV) wants to read and write the file for each command.
Why not test for your specific case? Create a large dataset and see how your app performs.
|
|---|