For that many records, and since it is a web site, I would seriously 
consider just using a DBM if the data is suited for that. (Basically key 
value pairs, or possibly arrays of hashes, etc.). But if your data is more 
complicated you may need to have a Relational or Object Database.

But the advantage if you can hone your data, is that the DBM can physically 
reside within the CGI directory of your web site, and the response times 
are so much faster than using a large database with overhead.

But if the data won't conform to that simple structure, you may want to 
look at MSql, or MySql.

Just my 2 cents worth.

Scott

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to