Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Perl and Databases

by S_Shrum (Pilgrim)
on Mar 29, 2002 at 02:02 UTC ( [id://155178]=note: print w/replies, xml ) Need Help??


in reply to Perl and Databases

What everone has stated above are valid issues...it's WHAT you want to do with it that is important.

If you are just looking for something that reads data from a flat file or even a custom file structure, DBI with DBD::AnyData works great (and is free). It has support for using user-defined FORMATs to access various types of file structures: CVS, Pipe, Tab, Fixed, HTML Table, MP3, Weblog, Password, etc. AnyData also support custom FORMATs, if you wanted to go that far. You can create a new FORMAT and AnyData could access the data structure based on the info in the format file.

Speed-wise I am not too sure about it. Most of my data bases are less than 1000 records in size so speed is not a BIG issue yet ;) I'm in the process of timing outputs from AnyData and MySQL...I'll try to post my results when I'm done.

======================
Sean Shrum
http://www.shrum.net

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://155178]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-19 10:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found