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

Re: Re: Re: Re: How to calculate development time?

by runrig (Abbot)
on Jun 01, 2001 at 00:50 UTC ( [id://84735]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: How to calculate development time?
in thread How to calculate development time?

I've used MySQL for websites that get millions of page views involving up to hundreds of millions of queries per month without ever having a problem.

Page views? Great. MySQL is great for read-only databases that don't need any transactional capabilities. As long as you realize that its just a file system with a (very basic) SQL interface, then fine.

I know of one company doing hight volume credit card transactions that has been using MySQL, and is moving to Oracle because MySQL can't handle the load without corrupting data which is another issue warned about in the article.

And I hope you never have to back up that database/filesystem while the data is changing :)

As for other free options, theres PostgreSQL

  • Comment on Re: Re: Re: Re: How to calculate development time?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-23 20:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found