• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Reply to: Why no MySQL roles

Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "Why no MySQL roles"

Collapse

  • pzz76077
    replied
    Originally posted by oversteer View Post
    There seem to be hardly any UK MySQL DBA contract roles [aside from the jokers paying £35k pro rata for a 6-month "contract", good luck with that]

    Look for Oracle, MSSQL, Sybase etc and there are loads

    Any ideas why MySQL is so poorly represented on the jobs side?
    Isnt MySQL a bit like house chores - its not proper work thats why do don't get paid for it.

    And to prove the point if needed, my wife is a DBA that uses MySQL quite a bit and also looks after the house & I dont pay her a penny.

    PZZ

    Leave a comment:


  • oversteer
    replied
    The full text stopwords thing was configurable in 4.0.10 - circa 2003

    Before 5 it was pretty noddy. It's moved on a lot with 5.0 and 5.1 though (apart from the fact it took several years for them to put 5.1 on general release)

    Leave a comment:


  • chicane
    replied
    Originally posted by swamp View Post
    I say this having loads of experience using MySQL. Last time I used it, its foreign keys were not enforced. Deep down in the documentation it said that foreign key SQL syntax was there only for "compatibility reasons". WTF?!
    It must be several years since you gained 'loads of experience' with mySQL - the InnoDB transactional engine has been around for ages and has full support for foreign keys and other 'modern' database concepts.

    You're probably thinking of the older MyISAM engine which doesn't enforce foreign keys. MyISAM isn't used much these days in the enterprise - I think the most common usage scenarios are those needing read-only access at high performance levels.

    Leave a comment:


  • stek
    replied
    I think Sun have tarted up MySQL very nicely but like others have said, it's not enterprise-class and I feel they were gunning at Oracle with it. Well, trying....

    Plus with Sun now being Oracle MySQL will be quietly brushed under the carpet along with Sun Linux 4.0, Sun Internet Mail Server and SunForum, and along with all the other half-arsed bandwagon-type investments Sun have made and quietly forgotten.

    Leave a comment:


  • swamp
    replied
    MySQL is just a glorified SQL front end to a hash map. For anything serious you should be using a 'proper' RDBMS.

    I say this having loads of experience using MySQL. Last time I used it, its foreign keys were not enforced. Deep down in the documentation it said that foreign key SQL syntax was there only for "compatibility reasons". WTF?!

    During an earlier soiree with MySQL I needed to modify the stop list for FULLTEXT search -- I needed to include some common words like 'it' in the index. This was only configurable by recompiling the C source code. WTF?!

    MySQL is a great little tool, but there are too many WTF moments to make it commercially viable.

    Leave a comment:


  • Ruse
    replied
    Originally posted by stek View Post
    Oracle RAC.
    Sybase ASE CLuster Edition.

    Leave a comment:


  • stek
    replied
    Originally posted by crack_ho View Post
    The size of the databse is only one part of scalability. The more significant issue would be number of users, especially for a web app.
    MySQL can be installed as a cluster whereas I expect only SQL Server Enterprise edition can.
    Oracle RAC.

    Leave a comment:


  • PerlOfWisdom
    replied
    MySQL users

    the ISP - Plusnet uses MySQL for all their systems.

    Leave a comment:


  • crack_ho
    replied
    Originally posted by Durbs View Post
    4GB, then you are outside of the bundle of loveliness that is SQL Express.
    The size of the databse is only one part of scalability. The more significant issue would be number of users, especially for a web app.
    MySQL can be installed as a cluster whereas I expect only SQL Server Enterprise edition can.
    Last edited by crack_ho; 24 February 2010, 10:58.

    Leave a comment:


  • Durbs
    replied
    Originally posted by Cliphead View Post
    How big does a DB have to be before scaling comes into the question?
    4GB, then you are outside of the bundle of loveliness that is SQL Express.

    Leave a comment:


  • Cliphead
    replied
    ClientCo uses MySQL and is very happy with it. How big does a DB have to be before scaling comes into the question?

    And moving to an MS server platform will never happen anyway, so the LAMP stack is gonna be it.

    Leave a comment:


  • s2budd
    replied
    Originally posted by Jeebo72 View Post
    Exactly. Who's running a business off MySQL? Tho I do know a certain online card retailer considered it...

    Learn SQL Server, that's the easiest step.
    The problem is though that SQL Server runs on that second rate OS that keeps on falling over.

    Leave a comment:


  • d000hg
    replied
    Originally posted by Jeebo72 View Post
    Exactly. Who's running a business off MySQL? Tho I do know a certain online card retailer considered it...

    Learn SQL Server, that's the easiest step.
    Thousands of companies use it, and not only for little web-apps. Probably <10% of big software applications have DB needs that go beyond what MySQL can do.

    To add to the list, eBay also uses MySQL.

    Leave a comment:


  • NickFitz
    replied
    Originally posted by Durbs View Post
    The Q&A in that link isn't a great advertisment for MySQL though!

    "As many know, replication of MySQL is no easy task, so we've brought in MySQL experts to help us with that immediately"

    There's the jobs right there, the OP missed out!
    It isn't a very good advertisement for the way they built things, but that isn't a problem with MySQL per se - they would have faced exactly the same problems whichever database they were using.

    They've said before that one of the fundamental mistakes they made on starting out was to think of it as a web site, when in fact they were creating a communications channel and associated APIs; they had to do a lot of fundamental re-architecting to take account of this fact.

    Leave a comment:


  • Durbs
    replied
    Originally posted by NickFitz View Post
    Twitter, amongst many others.
    The Q&A in that link isn't a great advertisment for MySQL though!

    "As many know, replication of MySQL is no easy task, so we've brought in MySQL experts to help us with that immediately"

    There's the jobs right there, the OP missed out!

    Leave a comment:

Working...
X