Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I have a question about the right database type to use with a script. First though, a bit of background:

I am using ActiveState's perl 5.8 on a win32 platform (Windows 2000 to be exact, but this will be portable between win32 platforms). I have access to and can install nearly any database available for win32 systems.

My script is gathering data from a couple of sources and storing it now in a few flat text files. I need to expand my script to grab more data and store it all. My estimations show that I will start with about 600 rows and about 20 columns of data. None of the data being grabbed will exceed 20 characters. I do expect the database to grow to somewhere around 75,000-100,000 rows of data with everything else remaining the same. Knowing the data that will be stored, I am leaning toward a relational database but my main concern with all of this is getting the data the fastest way possible.

I have not used perl to store or retrieve data from anything other than flat-files to this point. Is there a preference amongst the people here on the database to use? Is there a certain database type or structure that perl works with better than others? Any pointers to any place that this question has already been answered?

Thanks in advance for your help.


In reply to Selecting the right database for perl by TacoVendor

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found