in reply to Perl Script performance issue
This is a job for a database. In fact, very likely generating a database on the fly from your existing data then querying the database will be quicker and easier to maintain than trying to juggle a plethora of files.
See Databases made easy to get your eye in with databases. Databases aren't as hard to use for this sort of job as you probably imagine and are much easier than trying to roll your own.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Script performance issue
by dasgar (Priest) on Dec 16, 2015 at 05:36 UTC | |
by Laurent_R (Canon) on Dec 16, 2015 at 07:34 UTC |