in reply to Re: Reducing Memory Usage
in thread Reducing Memory Usage

Yep I know would be right what I want but my company does not like that, as it is believed (and true) to take a lot of time for administration.

Replies are listed 'Best First'.
Re^3: Reducing Memory Usage
by DrHyde (Prior) on Jul 16, 2004 at 08:25 UTC
    If your company is unwilling to use the right too for the job, then you're out of luck. As for administration - no, it doesn't take much, if the database is dedicated to this program of yours and doesn't allow remote access. And even if it does take "a lot of time" you need to weigh that up against the costs of continuing as you are. And against the costs when your dataset grows even further.
Re^3: Reducing Memory Usage
by beable (Friar) on Jul 16, 2004 at 08:31 UTC
    If your company doesn't want to use a database because it's too expensive, then they should have no problem in deciding for the cheaper option of getting the machine 2GB of RAM so that it can do the job required. 2GB of RAM can't cost much, can it? Not when you compare it to the time taken and expense of administering a database.
Re^3: Reducing Memory Usage
by JanneVee (Friar) on Jul 16, 2004 at 11:23 UTC
    How much time goes to administrate a 125 Mb textfile?
Re^3: Reducing Memory Usage
by Anonymous Monk on Jul 17, 2004 at 00:54 UTC
    Sorry if I'm missing something, but it's EASY AND FREE to setup a mySQL database. I did it on my laptop in under half-an-hour. Then you can create indexes and sort efficiently and yada..yada..yada. Besides, SQL is a helluvalot easier to learn than Perl.