Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Re: Re (tilly) 7: DBI and table locking

by salvadors (Pilgrim)
on Jan 08, 2001 at 21:53 UTC ( [id://50530]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re (tilly) 7: DBI and table locking
in thread DBI and table locking

MySQL ... doesn't scale so well

We're getting WAY off topic here, but I don't think that is at all true. I'm not sure what you mean by scale - concurrent users / queries / whatever, but we're currently putting over 2000+ queries per second through a 500+ tables MySQL set-up - and that's a mix of INSERT/UPDATE/SELECTs - not just SELECTs....

The trick is to not write SELECTs that take a long time to run (measured in hundredths of seconds!) on tables that also need updated or inserted into.

Taking a schema which works on Oracle or whatever, and trying to port it to MySQL will fail. Designing to MySQLs strengths and using them to build a large system is however very possible.

To bring this back on topic slightly, I treat statements like "you can't build a full-blown application with MySQL" just as I treat "you can't build a full-blown application with Perl"...

Tony

  • Comment on Re: Re: Re: Re (tilly) 7: DBI and table locking

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-16 10:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found