in reply to Re: Re: DBI modules for database representation in plain files
in thread DBI modules for database representation in plain files

Well, by limiting yourself in this way you are basically stuck with either MLDBM (using GDBM or DB_File), or one of the text-based things you mentioned. If you really think performance is going to be a big issue, use MLDBM. If you can't live without SQL support and still need performance, you have to bite the bullet and get a real database.
  • Comment on Re: Re: Re: DBI modules for database representation in plain files

Replies are listed 'Best First'.
Re: Re: Re: Re: DBI modules for database representation in plain files
by filipe (Novice) on Feb 25, 2004 at 17:00 UTC
    :=)
    Guess i'll try to use DBD::Sprite for start. Iff performace is a issue i'll just have to convince the guy who will use the script to use DBD::SQLite
    The only issue is that he must convince the owner of the web server ... ho well

    Thanks anyway
    Filipe