Slashdot Mirror


'Most Important Ever' MySQL Reaches Beta

An anonymous reader writes "The open source database company says it is 'fixing 10 years of critcism in one release', and is aiming at boosting enterprise take-up." Stored procedures. Triggers. Views. It's like it'll be a real DB!

61 of 632 comments (clear)

  1. Information? by Anonymous Coward · · Score: 4, Insightful

    How about linking to an article or page that actually has some useful informtion about what is going to be in the release that makes it "the most important ever"?

  2. Utopia? by rastakid · · Score: 3, Insightful

    The open source database company says it is 'fixing 10 years of critcism in one release'

    If they can fix 10 years of criticiscm in one release, why couldn't do that before? Or maybe in several fixes rolled out within the 10 years?

    1. Re:Utopia? by kpharmer · · Score: 4, Insightful

      > If they can fix 10 years of criticiscm in one release, why couldn't do that before? Or maybe in
      > several fixes rolled out within the 10 years?

      If you recall, their management made the (unconvincing) argument that 99% of the time people didn't need fluff like:
      * referential integrity (pk & fk constraints)
      * views
      * triggers
      * stored procedures

      So, they never implemented this because they had been arguing that nobody needs it anway. Nevermind that it's been standard fare for over twenty years.

      Personally, although I'm glad to see them support views, I would rather have them clean up their exception-handling than add triggers & stored procedures right away. The problems with silent errors, silent truncation of strings & integers, date validation errors, etc are far more serious than what they are adding in this *beta* release.

      Maybe in five years that'll be the release that fixes 15 years of criticism?

  3. Meanwhile, back in 3.23.x land... by polyhue · · Score: 5, Insightful

    A more impressive feat would be to get ISPs who do lots of low-end hosting to actually update from the 3.23.x series for starters... which would probably mean Redhat, Debian, etc. need to ship it. So those users will be seeing this version in... 2008 maybe. 2012. Right after Longhorn comes out.

    1. Re:Meanwhile, back in 3.23.x land... by drspliff · · Score: 5, Insightful

      Thats because a lot of people who 'run web hosting companies' know jack about administration, security and what their users really want, and are just jumping on the internet business bandwaggon.

      It's sad to say, but now with products like Helm, Ensim Webppliance etc. anybody can run a hosting business.

      Anyway, to get to my point (and the end of a rant), because there are a lot of webhosts detatched from 'all that funny dos stuff at the backend' upgrading to newer versions of services etc. can be non-trivial if there isn't a button on their control panel to do it.

      If you have any spare time and want to see for yourself, go traul through the CPanel message boards for threads you'd expect from a unix green-horn, but are actually coming from admins of supposidly 'reliable and respected' hosting companies.

      While it will be a few months into the mysql 5 general release before you start seeing it being used in the hosting industry (I know several people who are just switching over from 4.0 to 4.1), the benifits for developers will be great (in the long run).

      I expect to see a new batch of commercial and open source development spured by the growing stability of mysql 5, but also an increase of help requests from newcomers to web development.

      Btw: I think there should be a new moderator option.. Rant -2

    2. Re:Meanwhile, back in 3.23.x land... by spectrm · · Score: 2, Insightful

      So those users will be seeing this version in... 2008 maybe. 2012. Right after Longhorn comes out. I think you're being a little too optimistic about Longhorn

  4. Sounds like troube brewing by instantkarma1 · · Score: 4, Insightful

    Let's see....throwing everything and the kicthen sink into one release can't possibly affect stability, right?

    I love MySQL, and use it, as well as PostgreSQL and Oracle, depending on the project. However, if stability or data integrity becomes an issue because of all these feature additions allowing them to play with the big boys, I'll drop MySQL in a heartbeat.

    If your database isn't reliable, it nothing else really matters.

    1. Re:Sounds like troube brewing by Daniel+Dvorkin · · Score: 1, Insightful

      It seems to me that PostgreSQL and MySQL have been following different paths converging on the same goal (a powerful, usable, stable DBMS): the PostgreSQL philosophy is to throw in everything and the kitchen sink and then make it work right, whereas the MySQL approach is to add things one at a time, making sure that everything works right from the beginning. It's possible that the endless sniping has caused the MySQL team to abandon its careful development process, but I don't see any evidence of that so far.

      I've used MySQL and PostgreSQL both extensively over the years, as well as working with commercial DBMSs including Oracle and SQL Server. MySQL's lack of features has certainly been a frustration, but I keep coming back to it because what it does, it does very very well. If the MySQL team has managed to produce a "real" DBMS that works as well as previous versions, then it will be damn near perfect.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    2. Re:Sounds like troube brewing by Anonymous Coward · · Score: 1, Insightful

      the MySQL approach is to add things one at a time, making sure that everything works right from the beginning.

      I don't think that's true at all. The MySQL team have a cavalier attitude to data integrity. It's more like "make it store data, then make it fast, then add a feature people are asking for", with data integrity coming... well, never.

      The PostgreSQL team, on the other hand, have "make it store data correctly, then add a feature people are asking for, then make it fast".

      If this were something like KDE or GNOME we were talking about, then I would have no real complaint about MySQL developers' attitudes. But this is a DATABASE! It's whole purpose is to store data. If it can't do that reliably, why on earth should anybody treat it as anything other than a student's hobby project?

    3. Re:Sounds like troube brewing by Osty · · Score: 5, Insightful

      the MySQL approach is to add things one at a time, making sure that everything works right from the beginning. It's possible that the endless sniping has caused the MySQL team to abandon its careful development process, but I don't see any evidence of that so far.

      You forgot the most important part: Tell everybody how they don't need a feature, and how they can work around it with application code, and how adding that feature will make MySQL suck to the high heavens, and you really don't want that now, do you? Then, when they finally do add the feature, act like they've never said anything bad about it before. The endless sniping at the MySQL team is completely justified by their cavalier attitude towards proper RDBMS design, and their insistence that the programmer can "easily" work around their incompetent RDBMS design in his application code. If that sniping has encouraged the MySQL to abandon its "careful development process" in favor of turning MySQL into a real RDBMS, then mission accomplished.

    4. Re:Sounds like troube brewing by Anonymous Coward · · Score: 2, Insightful

      the PostgreSQL philosophy is to throw in everything and the kitchen sink and then make it work right, whereas the MySQL approach is to add things one at a time, making sure that everything works right from the beginning.

      You got it all backwards.

      PostgreSQL is about correctness first and performance second. Its speed lagged a little behind MySQL in the early years, but now performs as well or better than MySQL (at least if you want ACID-compliance from MySQL).

      MySQL otoh wasn't even a real database, merely a storage API with an SQL interface. Everything and the kitchen sink, as you say it, are required for most real work, and I'd much rather go for a product with these features designed correctly from the start than one which is adding them on top in some ad-hoc fashion..

  5. Comes with a price by highcon · · Score: 5, Insightful

    And then suddenly, MySQL isn't quite so fast. It used to be, if you need a speedy db and don't need all the fancy features (like integrity) you choose MySQL. If you want to sacrifice a little speed but need features, you got PostgreSQL. Products should stick to what they're good at.

    --
    You can either complain, or do nothing. You don't get both.
  6. Bugfest by Doc+Ruby · · Score: 3, Insightful

    And it will take 10 more years of use to find and address all the bugs in this huge, overdue upgrade. One reason the persistent incremental changes in open-source is better for users, is that we get started on finding and fixing bugs earlier, without a dizzying array of them from which to choose.

    --

    --
    make install -not war

  7. Everything in one release? by bovinewasteproduct · · Score: 2, Insightful

    I don't know about you, but the thought of someone adding that many core features at one time scares me. They should have renamed it and called it version 1.0, because thats what it really is....

    Plus, are they following the ANSI standards for the features that have them? If so, they are going to break compatiability with prior versions.
    I would wait until atleast version 5.1 before even thinking about using it.

    BWP

  8. Re:values by maxjenius22 · · Score: 2, Insightful

    Honestly, why would anyone use mysql when it ignores foreign key constraints and corrupts data by inserting arbitrary values? What advantage does it have over postgres, which is also free and actually supports data integrity?

  9. get over it already by jbellis · · Score: 4, Insightful

    if I read "well enough for most purposes" by a mysql fanboy one more time I will have to start drinking before noon.

    popularity isn't proof of clue, guys. How many people run windows, right?

    with postgresql and firebird there have long been available real open-source databases that are just as easy to get up and running as MySQL, but won't hamstring you when you start to learn more.

    I'm glad to see MySQL joining the club, but it must be shocking for the "we don't need no steenkeeng logic in the database" fanboys to adjust... Parent is case in point, I guess.

    1. Re:get over it already by Anonymous Coward · · Score: 2, Insightful

      This is a guy who maintains that ACID isn't really necessary for a database (see first post in thread). Sure, he processed 203 q/sec. Now, how much of that data is actually there and correctly stored? Your guess is as good as anyones. Frankly, if you think !ACID == DB you need your fucking head examined and probably a pink slip to boot.

    2. Re:get over it already by IANAAC · · Score: 2, Insightful
      PostgreSQL has a history of difficult installations -- ...

      Fair game (well, was fair game, anyway). Now consider this:

      If you are converting from another commercial database to either MySQL or PostgreSQL, which do you think will be the more difficult install? My bet is you'll be weeping with MySQL.

      It's easy to say MySQL is an easier install when there's not data or application code. PostgreSQL becomes much more viable once you already have working code.

  10. Wake me up when it goes to production. by blcamp · · Score: 2, Insightful


    Normally I put in beta software on my box (never in any production units, mind you... just my own personal box) just to "kick the tires" and see whether a new version of an app or some new piece of technology is going to get the job done.

    But not databases. I won't even mess with alpha, beta or even release candidates of ANY database software until it is RTMed or "gold". It's gotta work and work right, or there's no point messing with it. I don't want any suprises with database system issues when working on any projects... not even in the earliest development stages.

    I'd just as soon see that MySQL take thier time and get 5.x released when it is ready. And when it is released, I hope it works RIGHT.

    --
    The problem with socialism is that they always run out of other people's money. - Margaret Thatcher
  11. Re:being a paying customer... by golgotha007 · · Score: 3, Insightful

    I have done enterprise apps and 2 major websites using MySQL.

    The one thing that MySQL excels in is raw speed. It's faster than everything else because it doesn't have all the data integrity features that a RDBMS does.

    However, I stick everything into the application layer, so MySQL lacking these features doesn't bother me a bit.

    As for data integrity; I haven't done a banking application yet, so I'm unconcerned.
    Scheduled DB backups and logging in the application layer keeps me from needing any transaction or rollback features.

    Basically, I'm hoping that the new MySQL won't sacrifice speed for all these features.

  12. NOW IT'S READY FOR THE ENTERPRISE!! by defile · · Score: 5, Insightful

    Copied from my blog^Wweb based journal.

    My retort to a mailing list flamewar over the enterprise readiness of MySQL vs. Oracle vs. PostgreSQL vs. tin cans and string .

    Once you start getting into "serious" work, or "enterprise" level computing, which is all anyone argues about, every single assumption gets tossed out the window.

    Thought your OS was stable? Yeah, it's pretty stable, but when it gets hit all day every day at 100%, it crashes for some reason every few months. I'd love to say that Linux is the exception here, but well, it isn't.

    Maybe you bought the highest quality disks? And avoided the "bad" vendor? Wrong! This year the bad vendor is the one you bought plenty of! Looks like your recovery plan didn't consider that 25% of your disks would fail in the first year!

    Thought you had enough RAM? You don't! And you can't add more because you're on a 32-bit platform. Sucker! Start migrating to 64-bit and learn a whole new bunch of gotchas the hard way.

    Hey! This RAID adapter has an awfully funny glitch! When you pop a brand new disk in, if you reboot, it treats it as a whole new array, and the funniest part is that it renumbers all of the other arrays! Kernel panic: can't mount root device! What a laugh! Good thing we have RAID here to give us added reliability!

    Thought you'd never max out that fridge computer? Well, you just did. It looks like your developers decide to get sloppy when they think they have infinite capacity. A couple of weeks of performance analysis and retuning the algorithms instead of doing real new work!

    Thought that replication setup would scale infinitely? Well, infinitely actually means 10,000 queries/sec. Yup, that's the ceiling. No choice now but to re-architect the whole system into a decentralized dataset. Hey, since it's all so decentralized, lets just store CSV files! Added bonus: management types love it!

    Six months of re-engineering to decentralize the whole system, and another six months to phase it in. And it sure will require downtime!

    For all of the talk of mission critical feature this and enterprise functionality that, in the end, these "real work" loads are handled by the resourcefulness of your people, because no platform is going to even come close to solving all of your problems.

    Package X vs. package Y does not make a difference in the big picture. If only. MySQL, PostgreSQL, Oracle, BerkeleyDB, or peach fuzz? The answer is obvious: pick the one your team is most capable and most comfortable with. Got it? Great! You've just solved the easiest problem you're ever going to have.

    Bah! Humbug.

  13. Re:being a paying customer... by jbellis · · Score: 2, Insightful

    I hope to heaven I never have to maintain anything you write.

    Ever heard of the "Don't repeat yourself" principle? Putting logic in the application that belongs in the database means that if just one place that touches the data forgets to do what your trigger should have done, you're screwed.

    Maybe your applications are small enough that this is an acceptable risk for you. The ones I have worked on haven't been.

  14. Re:being a paying customer... by Donny+Smith · · Score: 3, Insightful

    >MySQL has had replication for a long time already.

    Yeah, but how reliable (read: it sucks) is it?

    From TFA:
    "I believe it will change how MySQL is perceived in the market," said Axmark, who then added that he thought this release would make MySQL an option for at least ten times as many users as before."

    It says in the article that mySQL has a 40% share in the open source DB market. If they're gonna get 10x as many users, that'd be 400%, so I guess they plan to make further gains in the commercial market.
    If open source DBs have a 10% share (means shit, anyway), then mySQL plans to shoot from a 4% to a 40% market share. I just don't see that happening.

    About the market share: what does that mean - 40%? Of what? By number of copies in use, by data, by number of paying customers...?

  15. Fixing 10 years of criticism, 10 years too late by Osty · · Score: 5, Insightful

    In the ensuing 10 years, they've thoroughly corrupted the minds of young programmers and DBAs by making them think it's okay to sacrifice data integrity for the illusion of speed ("illusion", because mysql chokes when you get into complex data sets or queries; the vaunted speed of mysql only applies when you're working with a data set so simple you could represent it with flat files or xml without any difficulty). That it's okay to work around the shortcomings of a RDBMS in your application code (no, I am not going to implement transactions, referential integrity, or subqueries in my application code. That's just stupid). That you don't need views or sub-selects or triggers or stored procedures. That adding those features actually slows down your RDBMS (well, yeah, if you implement them poorly).

    While it's nice to see that they'll finally support most of the features of a proper RDBMS, it's too little too late. Even if they ship tomorrow it'll be years before this new version is ubiquitous (how many ISPs and hosting providers are still running an ancient 3.x version of MySQL?). The best way for them to have "fixed" those 10 years of criticism was never to have allowed the criticism in the first place -- by fully implementing an RDBMS, or at least acknowledging the benefits of the features you don't implement, like foreign keys, rather than spouting out crap about how adding those features will slow things down, and any "smart" programmer can do without them anyway. At least that way they could've avoided looking like hypocrites.

    "You don't need transactions. Transactions just slow things down. Look, we have table-level locks. Use those. You can ensure data integrity from your application by using table-level locks. Performance concerns on locking a full table to update a single row? What?" and then, "Would you look at that? Transactions! You can get them if you use this new table type. Of course, if you don't have that new table type and you try to use it, or you do have the new table type but you don't explicitly mark your tables as that new type, you're not going to get transactions. Oh, we won't fail, we'll just silently not open a transaction, and silently not rollback or commit when you ask us to."

    "Sub-selects? Sub-selects are slow. Why would you need sub-selects when you can do two queries, pull all of that data back to your application (because you don't need stored procedures either), and mimic the sub-select there?" and then, "Oo! Sub-selects! Pretty!"

    etc ...

    1. Re:Fixing 10 years of criticism, 10 years too late by Osty · · Score: 2, Insightful

      i think your problem boils down to the fact you want the DB to do everything when really it doesn't matter. the application is there and the DB NEEDS IT cause no user sits down and writes SQL statements.

      Right and wrong. Yes, my problem is that I want the DB to do what DBs do -- enforce referential integrity, ACID compliance, encapsulate business logic where it makes sense (near the data), etc. You're wrong about it not really mattering, though. Ask yourself, with 20+ years of research into relational database design, why would you think that you can provide better referential integrity in your application than a proper RDBMS? How could you possibly enforce ACID behavior efficiently from your application? Why should you have to business logic in your application when it could be stored near the data where a change would not require a new build of your application? The DB needs the application to provide the user a useful view of the data in the database. It should not need the application to make sure that data is in a consistent state. Remember, more than one application may be using the same database (including applications you didn't write, such as management tools like phpMyAdmin). Unless you replicate the same integrity logic in all of your applications (and pray you don't have any bugs!), you will eventually run into problems where someone else has screwed up your data.

      if you were a competent programmer, doing "DB" things in your "application" wouldn't be stupid, it'd be easy, cause you'd know your data structures and your sorting algorithms like any CS grad.

      Ah, the personal attack. Nice. Why not take it one step further and write your own storage mechanism? By re-implementing RDBMS features in your own application, you've relegated the database to nothing more than a fancy, searchable file system. If that's all you need, fine, but that means you don't need a RDBMS at all and you shouldn't pretend that what you're using is one. I know my data structures and sorting algorithms, but that's not going to help me enforce data and referential integrity in my data.

      and meanwhile, the user could care less about your DB triggers as long as the damn application works. they probably don't even know there is a database back there. and what the user doesn't know, doesn't matter.

      That's all true, up until the point where your database craps out on you (you've seen it happen to Slashdot frequently, Penny Arcade, and pretty much every MySQL-backed website out there). Then it's painfully obvious to the user. However, this isn't about the end user. It's about the programmer, and using the proper tool for the job. There's absolutely no reason you should have to replicate the functions of an RDBMS in each and every one of your applications, and if you find yourself doing so it's pretty clear that you're using the wrong tool.

      Think about it. Why would you enforce referential integrity from your application? Why should have to write special "rollback" code (consisting of deleting what you just inserted in the simple case, or much worse for update scenarios) in your application? Why should you have to pull down more data than you absolutely need? There's a reason these concepts are integral to relational database design, and it's hilarious to think you can implement them better in your shopping cart web app than someone who's dedicated to building relational databases. (Hey, maybe you can, but you shouldn't have to)

    2. Re:Fixing 10 years of criticism, 10 years too late by quantum+bit · · Score: 4, Insightful

      i think your problem boils down to the fact you want the DB to do everything when really it doesn't matter. the application is there and the DB NEEDS IT cause no user sits down and writes SQL statements. if you were a competent programmer, doing "DB" things in your "application" wouldn't be stupid, it'd be easy, cause you'd know your data structures and your sorting algorithms like any CS grad.

      It's not that simple in the real world. Think about things like concurrency. If you have 200 clients running your app at the same time and 10 of them are trying to update a complex set of related tables, how do they avoid stepping on each others toes? Are you going to have your client apps communicate with each other and coordinate the inserts? Or just lock all the tables and kill performance? How do you ensure that everyone who is reading those tables sees a consistent data set?

      Or you could let the DB server do it, since it knows both the data model and the state of all the clients. Things like transactions keep clients from seeing unfinished inserts (and PostgreSQL and Oracle have MVCC to make this very efficient).

      Sure, for websites and blogs it doesn't really make a difference. Every once in a while you'll see some odd data appearing on the page but if you refresh it will be gone. MySQL has historically been very good at running simple things like this.

      Anything more important than that needs real data integrity at the database level. Application level checks can't *guarantee* the state of the database when more than 1 user is connected, no matter how careful they are.

  16. Re:being a paying customer... by fitten · · Score: 3, Insightful

    Yeah... a lot of folks use screwdrivers as chisels, wrenches as hammers, knives as screwdrivers, and pliars for wrenches, too. It doesn't make a screwdriver a chisel, a wrench a hammer, a knife a screwdriver, or pliars a wrench.

  17. Re:being a paying customer... by MindStalker · · Score: 2, Insightful

    Umm ok lets say there are 1 million database "shares" whatever that means.
    100,000 or those are open source.
    40,000 are MYSQL.
    so they are shooting for 10X meaning 400,000, this is obviously impossible for them to obtain that many users. But do note he said it makes MYSQL an "option". This means that 40% of database users require the features that MYSQL now has and nothing more. I can believe that.

  18. So? by DogDude · · Score: 3, Insightful

    Sure it's not ACID, but it does well enough for most purposes

    Also works well enough for "most purposes": Flat files, MS Access, etc. That doesn't mean I'm going to build any kind of important app around them.

    --
    I don't respond to AC's.
  19. Here's a step-stool by spun · · Score: 2, Insightful

    Let me help you down off your high horse. Plenty of 'Database Professionals' use MySQL. Not every project needs triggers and views. A real professional uses the tool best suited for the job and doesn't try to over-charge his clients for things they don't need.

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    1. Re:Here's a step-stool by Anonymous Coward · · Score: 1, Insightful

      "Real" professionals also look to the future. Many times I have added features to applications which required porting from MySQL to PostgreSQL (e.g., features which require transactions). I have never needed to port from PostgreSQL to MySQL.

      Since it is not any harder to work with PostgreSQL than MySQL, and since there is zero difference in cost, and since there is a real likelihood of having to eventually upgrade, why would a "real" professional ever suggest MySQL? It borders on the unethical to suggest MySQL to a paying client.

  20. Re:being a paying customer... by Anthony+Boyd · · Score: 5, Insightful
    I'm hoping that the new MySQL won't sacrifice speed for all these features.

    Agreed. I don't think other database vendors understand the importance of speed to a Web Developer. We have to go over a network layer, with the requisite delays factored in. We use a client-server model, and cannot rely on the client CPU, like a traditional software product. And even a crappy Web site can find itself loaded down with a large audience. So we have to squeeze out milliseconds anywhere we can get them. A fast database and optimized code, that's pretty much what we can control.

    I mentioned this story once before on Slashdot, but it's relevant, so here it is. Borland had a product called Intrabuilder. It had a poor-man's version of Live Script on the backend, with a built-in database -- so back in 1997 you could do some very PHP-like stuff with the system. It was promising. But as a Web guy there, I was tasked with using it on the borland.com site. And it was giving me huge lag -- 1 or 2 seconds per simultaneous user. So with 5 people testing my app, each page took 10 seconds to display. I told this to the Intrabuilder team. Response? "That is an acceptable delay. It's how databases work." For all I knew, they were right. Maybe databases did work slowly like that back then. I was young & new to that stuff. But I knew that I didn't work that way and I didn't want my site to work that way either. Borland eventually abandoned the product, because the developers didn't see the shift in the market: Web Developers need speed. It's not like an ATM transaction, where I'll wait 15 seconds to get my money. MySQL needs to keep its speed, especially under load. And other database teams would be wise to take note.

  21. Re:What about foreign keys? by LurkerXXX · · Score: 5, Insightful
    Yea, they have foreign keys! WhooHoo! Unfortunately, they didn't bother implementing them correctly.

    The same way that MySQL has the constraints feature on columns. But it also isn't implemented correctly. If you insert out-of-bounds data, MySQL silently changes it to a number that it likes. Features implemented half-assed like that aren't really good features.

    If they implement views, triggers, and stored procedures in the same crappy way, MySQL is still going to be a crappy DBMS. It will have lots of broken features which will still make it an unsafe place to store data that you care about.

    As far as a reference for just some of the problems with their foreign key implementation, and as pointed out elsewhere in the thread, and found here...: http://sql-info.de/mysql/referential-integrity.htm l%233_5

    3. Foreign Keys and Referential Integrity Foreign keys are an essential part of any relational database. In MySQL's foreign key support has been added on through the InnoDB extension and is continually being improved. However some aspects of the foreign key implementation, especially in combination with other areas of functionality, may cause unexpected problems.

    3.1. ALTER TABLE ... SET NOT NULL If a NOT NULL constraint is applied to a column, MySQL will set any rows containing NULL in that column to 0 (in integer or numeric columns) or '' ( empty string, in character columns). No warning is given.

    In certain circumstances - particularly if the column contains character data - this may be quite practical, saving you an entire UPDATE tbl SET col = '' WHERE col IS NULL.

    But - imagine the column is an integer foreign key. And the column it references does not contain a zero. Hmmm...

    mysql> CREATE TABLE exmpl5 (
    id INT NOT NULL,
    val TEXT,
    UNIQUE (id) ) TYPE=InnoDB;
    Query OK, 0 rows affected (0.07 sec)

    mysql> CREATE TABLE exmpl6 (
    id INT,
    blah TEXT,
    INDEX(id),
    CONSTRAINT id_fkey FOREIGN KEY (id) REFERENCES exmpl5(id) ON DELETE NO ACTION ) TYPE=InnoDB;
    Query OK, 0 rows affected (0.04 sec)

    INSERT INTO exmpl5 VALUES(1, 'test');
    INSERT INTO exmpl6 VALUES(1, 'foo');
    INSERT INTO exmpl6 VALUES(NULL, 'bar');
    INSERT INTO exmpl6 VALUES(0, 'oops'); ERROR 1216: Cannot add a child row: a foreign key constraint fails

    SELECT * FROM exmpl6;
    | id | blah |
    | 1 | foo |
    | NULL | bar |
    2 rows in set (0.00 sec)

    So far so good - this proves the foreign key constraint is being taken seriously. Now the fun starts:

    ALTER TABLE exmpl6 CHANGE id id INT NOT NULL
    Query OK, 2 rows affected (0.12 sec)
    Records: 2 Duplicates: 0 Warnings: 1

    INSERT INTO exmpl6 VALUES(NULL, 'bar');
    ERROR 1048: Column 'id' cannot be null

    INSERT INTO exmpl6 VALUES(0, 'oops');
    ERROR 1216: Cannot add a child row: a foreign key constraint fails

    This is perfectly normal behaviour for a well-adjusted database. Now let's have another look at what the table contains:

    select * from exmpl6;

    | id | blah |
    | 1 | foo |
    | 0 | bar |
    2 rows in set (0.00 sec)

    I don't recall successfully inserting the zero in that second row - do you? Perhaps I secretly inserted a row into exmpl5 with 'id' set to 0?

    SELECT * FROM exmpl6 e6 LEFT JOIN exmpl5 e5 ON e5.id=e6.id;

    | id | blah | id | val |
    | 1 | foo | 1 | test |
    | 0 | bar | NULL | NULL |

    Err, no. All I can think of is that the foreign key was arrested as a potential terrorist suspect while I was seeing what other databases did given the same set of queries.

    (Note: MySQL 4.1.7 raises a warning after the ALTER TABLE statement above with the cryptic message Data truncated for column 'id' at row 2.)

  22. Re:being a paying customer... by trulymadlydeeply · · Score: 4, Insightful

    You're either a fool or a troll. I've develop for Oracle and MySQL. MySQL is faster by magnitudes. Even something like say, logging in, takes much longer on Oracle than in MySQL. In MySQL you feel like you're interacting with something at about the speed of the unix shell. In Oracle you feel like you are sending telegraphs off to a server that cranks away and responds to you after a while. Data integrity is not the only Oracle slowdown. Things like character set conversion make everything bog down. As far as "code overhead", modern development doesn't use much in the way of database constraints. They're nice from an ideal-world point of view, but it's awkard to try to insert a row and catch a constraint violation coming from way down deep in your database access code and few people do it. A little experiment: Try building a table in Oracle with the absolute loosest of constraints. All columns can be varchar2(100) with no primary or foreign keys and no check constraints. To be fair, I wouldn't use any exotic options like PARALLEL or NOLOGGING, but do whatever you will. Load it up with 10M rows and check your watch..... Do the same in MySQL and check your watch.... On second thought, you probably don't have access to either of these pieces of software.

  23. Re:being a paying customer... by Tassach · · Score: 5, Insightful
    It's faster than everything else because it doesn't have all the data integrity features that a RDBMS does
    Because after all, who really cares about data integrity?

    So what if the accounting system is off by $12,000,000? It's fast.

    Who cares if the customers actually get the products they ordered? It's fast.

    Who cares if we bill our customers for the right amount? It's fast.

    However, I stick everything into the application layer, so MySQL lacking these features doesn't bother me a bit.
    Yes, because it's so much more professional and a more efficient use of your time and employer's money to hack together a half-assed system rather than learning how to use a tested and proven one that someone else wrote.
    Scheduled DB backups and logging in the application layer keeps me from needing any transaction or rollback features.
    This statement just demonstrates the fact that you have no clue what transactions are for, or how and when to use them.
    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  24. LOL by Zebra_X · · Score: 2, Insightful

    In one release they will get the features out there - and the next 4 or 5 releases will be spent optimizing performance. It's a step in the right direction - but it will take more time for MySQL to be ready for prime time.

  25. postgresql 6.x is long gone... by jbellis · · Score: 2, Insightful

    I've been using postgresql since 7.0 in 2000. I admit that I never experienced what are largely characterized as the Bad Old Days of 6.x, but I doubt most people calling postgresql hard to setup haven't, either.

    If we talk about 7.x and if "./configure; make install; initdb; set up cron job to run vacuum" makes postgresql hard to install I guess I was wrong, but if it does your threshold of "hard" is going to cause you a lot of pain. :)

  26. Re:being a paying customer... by larien · · Score: 2, Insightful
    Yes, the logic may be the same, but part of the reason to use a database is to remove the whole clunky data integrity issues from your application. People make bugs in code; fact of life. However, after sufficient testing, the bugs will be removed.

    I'd rather rely on the database to ensure my data integrity as I can be reasonably confident it's been tested a lot more than my code. I can say "make that column unique in that table" and be 99.99% sure it will always be unique (let's leave the .01% chance of data corruption or some wacky bug). If I rely on the app to do the same, I have to introduce locking protocols to ensure the uniqueness of that column so I don't get a race condition. Back to my original point: I have a reasonable chance of leaving a bug in my code.

    Now, MySQL has had the UNIQUE constraint for some time, but the same logic above can be applied to all the other features such as foreign keys & triggers; use the code in the DB to do your work and leave your app code to be simple and, hopefully, less bug-prone.

  27. Re:Replication? Clustering? by lantenon · · Score: 2, Insightful

    It's not a programming language.

    It's a markup language.

    http://www.cs.tut.fi/~jkorpela/prog.html

  28. Re:being a paying customer... by mgkimsal2 · · Score: 1, Insightful

    Wrong.

    What the parent poster was saying was that he wants everything under his control to be as fast as possible. You can control your database speed (don't use one with 1-2 second delays per connection), app code (optimize, cache, etc), and even your outgoing bandwidth (big data center, etc). You can't control the end user's speed, but you also can't control however many end users there are.

    If 'web development' was an area where slow data performance was acceptable, Amazon, Yahoo, and others wouldn't need to bother with indexes, DB upgrades, or other attempts to make their data performance faster. Because, after all, it's just 'web development', right?

  29. foreign keys? try write-ahead logging by js7a · · Score: 5, Insightful

    write-ahead logging is why I use and advocate PostgreSQL. Witness the recent power failure problems at Livejournal in which WAL recovery would probably have cut downtime to a few hours instead of days.

  30. Opinions... by danheskett · · Score: 4, Insightful
    I worked with a group of professionals to port an COM+/MSSQL project to PHP/MySQL3.x platform.

    A 150GB database is very lower mid-range for a real-world database. Even with very "highly optimized" replacements of stored procedures and well-designed queries to replace views, and every tweak we could find or think of, they could never match the performance the client was used to on the old platform, even with more powerful hardware. After months of tweaking, the project failed, and I had to eat a lot of billable hours. The database choked down with any significant INSERT or UPDATE activity. In testing and demos, it was great - fast and zippy. When we threw the switch for a simulation of a real days work logged from the live system, the world nearly ended -- a 24 hr day of work for the live system took at our best 28 hours. For example, we had problems with queries that should require only indexed fields scanning an entire table for any given query. These are the problems you may never notice if you just run a small website from MySQL, but will hurt you when you have a table with 100M records in it.

    I hope and pray that 5.x allows me to port this application. I'd love to get the whole thing end to end on a free platform. (Postgres wouldn't fly with the customer at the time because of vague issues with not knowing the product, not wanting to gamble on another OSS project, etc).

    Everything about getting this app to MySQL was a nightmare. It was a complete non-stop cluster.. well.. you can imagine. By the time the project was called off I had devoted my most skilled programmer to looking for bottlenecks in and hacking MySQL code.

    We revisited the effort when the 4.x series hit its stride, but were afraid of the chance of failure again. We noticed that hard limits had been raised, and that the client lib was solidly performing, but, well, we never got things to that level where it beat what was already in place.

    Right now the database stands at 550GB or so (the server was upgraded to SQL2000 a while back [without incident, I may add]). If had of stuck with MySQL the first time through... I shudder to think where things would be 2+ years later. Failure, in this case, probably saved a lot of trouble.

    So, to the educated masses: can anyone speculate about this releases capabilities? The list of requirements would be:

    550GB, projected to be 1TB by 2007?

    2500 tables

    Full-text searching in approximately 1500 tables

    Queries that routinely join 25-150 tables

    ~800 stored procedures

    ~1500 views

    ~1000 triggers

    500-750 inserts/updates per second average, 20000 inserts per second peak, (approximately 40M new rows per day)

    1800-2500 queries per second average, 15000 queries per second peak

    Is MySQL 5.x the answer to my prayers? Or just a cruel reminder of why MS software costs what it does?

    1. Re:Opinions... by Anonymous Coward · · Score: 1, Insightful

      I worked with a group of professionals to port an COM+/MSSQL project to PHP/MySQL3.x platform.
      A 150GB database ... Everything about getting this app to MySQL was a nightmare. ... Postgres wouldn't fly with the customer


      Somewhere in this there's an idiot. It's either you or the customer.

      Is MySQL 5.x the answer to my prayers? Or just a cruel reminder of why MS software costs what it does?

      Postgres is free.

    2. Re:Opinions... by kpharmer · · Score: 2, Insightful

      > Is MySQL 5.x the answer to my prayers? Or just a cruel reminder of why MS software costs what it does?

      Well, what's your time worth? what's the business worth that would be supported by this database? How much risk can you take?

      Assuming that you've got money at stake here, your best bet would be to stay completely away from mysql at this point in time: you aren't seriously thinking of porting 1000 triggers and 800 stored procedures to mysql's initial beta release of this functionality are you?

      Given your requirements, I can't imagine considering mysql or even postgresql right now. On the other hand, there might be scenarios in which you could begin to break up this database into components, and perhaps some of these components could live in other technologies.

      For instance, can some of your reporting & read-only queries run against a separate database? This is a typical oltp / olap split in which transactions hit a small transactional database with minimal data retention, then the data is moved over to a separate database for reporting & analysis. The reporting database ('data warehouse', 'datamart',etc) typically uses a denormalized model to avoid so many joins, typically also uses parallelism & partitioning for far better performance. You'll miss db2, oracle, sybase, or informix here. Even sql server most likely.

      The above wouldn't get you completely out of sql server, but is probably achievable. And would help to avoid trying to port thousands of triggers & procs.

  31. Re:being a paying customer... by cosinezero · · Score: 2, Insightful

    If you really believe coding triggers in the application "layer" (Should be in the data access layer if you were coding real enterprise apps) is the same logic, you really should have your head examined.

    Consider your BEST CASE scenario:

    Client (webserver) opens connection to database.
    Client inserts into tA
    Client receives identity response
    Client inserts related into tB
    Client closes connection

    Now consider my best case:

    Client opens connection to database.
    Client inserts into tA
    client closes connection.

    A -drastically- smaller amount of network communication, and milliseconds faster because less discussion is going on between the client and server.

    Don't even get me started on transactions, either.

  32. Re:being a paying customer... by As+Seen+On+TV · · Score: 2, Insightful

    Wow. It's been a long time since I read anything so completely wrong.

    A database is not (to borrow my own phrase) just a flat file with an API. It's supposed to enforce a data model. In a perfect world, every piece of integrity and sanity checking would happen inside the database, with none inside the application layer. A database application that includes logic that looks like "if input is X then reject" is not a good database application.

  33. Re:The biggest problem is not technical by MemoryDragon · · Score: 2, Insightful

    Add to that, table inheritance, point in time recovery in postgresql...

  34. But does it support WITH RECURSIVE? by mark-t · · Score: 2, Insightful

    I must really sound like a broken record... I distinctly recall asking _exactly_ the same question when the announcement for PostgreSQL 8.0 appeared on slashdot.

  35. Re:being a paying customer... by jusdisgi · · Score: 4, Insightful

    It's faster than everything else because it doesn't have all the data integrity features that a RDBMS does.

    I stick everything into the application layer, so MySQL lacking these features doesn't bother me a bit.

    So, you use the database because its lack of features makes it faster. But then you reinvent the wheel by writing those features into the application. Surely you realize how likely it is that you are wasting all that speed and more in the application layer trying to do a bunch of stuff that your database is supposed to handle for you. Unless you really think you are so superior to the coders at Postgres that you keep an advantage (good luck), you are wasting your time and adding foolish complexity to your apps for no reason.

    --
    Given a choice between free speech and free beer, most people will take the beer.
  36. RIP the simple database by Baavgai · · Score: 1, Insightful

    Reasons to choose MySQL for a project:
    - It's small and simple.
    - The project will maintain logic in the application layer.
    - Other "Enterprise" databases seem like overkill for the project.

    Reasons to choose a more bloated MySQL with new features already well established in other database servers:
    - None

    Seriously, I can't imagine that this would be required or desired. Are they actively trying to move themselves out of the niche that they fill so well?

  37. Re:being a paying customer... by Anonymous Coward · · Score: 1, Insightful

    To be fair, I wouldn't use any exotic options like PARALLEL or NOLOGGING

    Oh, so you think that to be "fair" making comparisons between the two, you have to cripple Oracle by not allowing use of features that speed it up? I'm not quite sure I follow your logic.... Doing things in parallel and skipping the logic on repeatable loads certainly doesn't qualify as "exotic" to anybody worth their salt with Oracle.

  38. Re:being a paying customer... by Anonymous Coward · · Score: 2, Insightful

    > I never once had a query or insert fail. Never once did I have data corruption

    Of course you haven't had queries fail, this is exactly the point: when mysql doesn't like data it just modifies and it and inserts it anyway. So, strings & integers get truncated, invalid dates are accepted, and table configurations for innodb - are ignored and myisam is used instead.

    And while using such a system, how would you find the corrupt data? Problems like these don't equally affect each row in a table. They affect maybe one out of a hundred: just enough to erode the credibility of your application.

    Don't know how many times I've heard programmers tell me that their data was perfect, only for me to analyze it and produce an endless list of problems...

  39. Re:being a paying customer... by Anonymous Coward · · Score: 1, Insightful

    "data integrity ... I'm unconcerned."

    You have absolutely no fucking business working with anybody's data. If you have a boss (and not just customers you've surely conned) I hope he's clueful enough to fire your incompetent ass.

    If you had any fucking clue, you'd know that Postgresql beats mysql in speed. mysql has no speed advantage. Go back to the kiddie pool, you script kiddie.

  40. Come on stop whining! MySQL is SUPER! by Phiu-x · · Score: 1, Insightful

    First: Transactions isolation and innodb can solve most of these integrity problems. Both can be used with current (and earlier) versions of MySQL.

    Also, just make sure you give just enough rights to your users so they don't fsck up the database.
    And why would someone make change to the tables ?? These are supposed to be done prior going into production phase as in the design phase. Have you ever heard of relationnal database theory stuff like the normal forms? There is really no such things as a bad MySQL but really just bad (or absence of) good design. You really need to look over this while developping a system. I learned to never trust the engine and use the programming language to determine if my data where correctly committed/erased, etc. The database is just that : a place where to store your data. I understand that its sometimes tempting to rely on the database error system instead of your own mecanism, but you should be smarter than the database and think about where those things (bad integrity, errors, suspicious things) could happen and prevent them or if you can't, code an error checking/catching mecanism to deal with them : error catching is the way to go.

    I don't know about your background, but alot of criticism about MySQL come people who have poor programming skills and tend to code half-assed attempts of systems thinking that the database will solve all of their problems when they don't even know that an index on a frequently used column could increase their query times by ten folds...
    Others come from very high-end legacy systems (think Oracle) and bitch and whine about MySQL not having this or that feature. Excuse me but Oracle's views , triggers and stored procedures are really usefull, but most of these things (if they are THAT necessary) can be done by having a good design and appropriate coding behind the application/system.

    I'll say it again: a database is a place where to store data and preventing their corruption by providing you with an integrity checking mecanism
    . That's it. Now if other features exists and you can make good use of them then good for you. But I see these as extras and not necessary when good design an implementation is done. Its really a pity these days when people bitch about MySQL but don't know how to implement a good data storing scheme using plain old textfile. (In my days ... ;) Count yourself lucky to have something like MySQL available for free today.
    Phew ... My two canadian pennies.

    --
    This is a stolen sig.
  41. too late by danharan · · Score: 2, Insightful
    From TFA:
    MySQL is the most widely used open source database, according to a Evans Data Corporation survey released in January. It accounted for 40 percent of open source database deployments, while Firebird and PostgreSQL accounted for 39 percent and 11 percent of deployments respectively.
    Since Firebird is expected to hit 2.0 sometime soon, I'd expect them to give MySQL some competition. And how can anyone on /. forget PG?

    Since I'm using Hibernate for most new development, there's nothing stopping me from looking at the more advanced RDBMSs out there. Given how MySQL told us we were wimps for wanting things such as triggers and FKs, I don't really trust them to keep understanding what I need as a developer.
    --
    Information: "I want to be anthropomorphized"
  42. Re:being a paying customer... by Stone316 · · Score: 4, Insightful
    I guess the point is, your doing extra work on behalf of the database that other RDBMS's provide. Its a complete and utter waste of your time to do transaction logging at the application level.. Its not like you will have to pay for Oracle or DB2.... Other OSS RDBM's provide you with that functionality.

    I've been a DBA for 8 years and i've seen countless developers spend days, weeks programming features that are already in the database. I thought developers loved to reuse code but I guess some like to do everything from scratch by themselves.

    I dunno, maybe if you had real dba's to tune the DB rather relying on developers supporting it, maybe you would see the same performance out of the 'slower' RDBMS like oracle, DB2, postgresql.

    Personally I'd rather rely on transaction logging, integrity being handled by the database.. Why? Because depending on the RDBMS they've been there a long time and pretty stable. Not to slight your skills but your time is probably better off spent on other parts of your code rather than somethings thats been tried, tested and true.

    --
    "Thanks to the remote control I have the attention span of a gerbil."
  43. Re:Come on stop whining! MySQL is SUPER! by LurkerXXX · · Score: 5, Insightful
    First: Transaction isolation and innodb can NOT solve these integrity problems.

    The integrity problems are specifically because of poor implementation of foreign key and other constraints. Read up at http://sql-info.de or a million other sites on the net. There are fundamental problems in their implementation. It doesn't matter if you are using transaction isolation or innodb tables, MySQL silently changes data in many many circumstances. This is bad.

    My 'users' aren't touching the database design. The database developers are. Multiple developers. When one makes a change and goes off shift, the next guy working on the table should immediately know if something changes made by the previous developer have invalidated some new data/scheme he's implementing. A database should never silently accept errors. It should always flag someone and refuse to make (or appear to make) a bad change.

    I don't know about your background, but a lot of MySQL users haven't a clue how a real database should be designed or what real data integrity is. I'm not bitching about MySQL not having features, I'm bitching about it's shoddy implementation of the features it already has. Foreign keys (in innodb) do not work right! Constraints do not work right! Many other basic features that MySQL claims to have do not work right!

    I'll say it again: A database should protect your data. It should not silently change data it doesn't like, instead of aborting the transaction and throwing proper error message.

    Postgres is also available for free. And it's designers appear to care about data integrity.

  44. Re:This isn't just "customer base changed" by dcam · · Score: 2, Insightful

    I was just typing out an impassioned response to this, when I reread your comment and realised you were quoting from the MySQL documentation.

    This is just insane. There is no other way to describe it. Clearly concepts like DRI clearly just whooshed right over the heads of the MySQL team.

    --
    meh
  45. Re:Come on stop whining! MySQL is SUPER! by sapgau · · Score: 2, Insightful

    I learned to never trust the engine and use the programming language to determine if my data where correctly committed/erased, etc. The database is just that : a place where to store your data. I understand that its sometimes tempting to rely on the database error system instead of your own mecanism, but you should be smarter than the database and think about where those things (bad integrity, errors, suspicious things)

    Part of the benefits of having a good db product is that you have a good level of trust when you delegate data for storage or retrieval. I don't think you need to go back and re-check the data you inserted/updated, you should check for unexpected errors and delegate to your application accordignly.

    Sounds like your code is getting coupled with a sort of database management system because you suspect or can't trust your database to do fairly atomic operations.

    My CAN$0.02

  46. Re:Come on stop whining! MySQL is SUPER! by jadavis · · Score: 2, Insightful

    Most of your points just fall apart when multiple applications are accessing the same data set. In order to "never trust the engine" all the applications need to independently verify the consistency of your data.

    If one application does something slightly wrong (perhaps due to a crashed webserver or whatever) if could leave inconsistent results in the database, and could cause other applications to fail, perhaps with very hard to find bugs.

    For all the applications to reliably maintain the consistency of the data requires redundant code orders of magnitude more complex than simply relying on the DB engine. What if a web server crashes after it inserts some data but before it checks if it's right? What if another application accesses wrong data before the first application fixes it? All of these are non-trivial problems that take database developers a long time to get right.

    I see why you came to the conclusion that you should "never trust the engine" when your engine is MySQL. However, perhaps it will save you some time if you use a database that you can trust (like, pretty much any other RDBMS).

    Also, some databases are more than just a place to shove/grab data. They call them "Relational Database Management Systems". Relational mathematics (which have been developed over 30 years) are used to abstract the data from the physical storage. That's important, because application A might prefer to write data in one way, and application B might prefer to read that data in another way. RDBMSs avoid client-side manipulation or processing. You can not only get whatever data you want, you can get it in whatever form you want.

    The kind of databases you're talking about are record databases, or some such. Those were available many years ago, and people decided they needed something better. Relational databases took over for a reason.

    --
    Social scientists are inspired by theories; scientists are humbled by facts.
  47. yes, and are you surprised? by KZigurs · · Score: 2, Insightful

    And you even attempted to consider MySQL for such a project? Started development? Oh my, oh my. I hope you have learned your lesson.

    I really wonder why, oh why, people even consider PHP/MySQL combo for any significantly active application development, lest likes of enterprise applications.

    PHP is (and still it is) just a templating system for www applications. It's ridiculous, it's slow, it's insecure, but it's simple and forgives any brainfucks mistakes so that he can insert that dynamic list of his favorite pr0n movies of all time. MySQL is small, reasonably elegant, small-datasets oriented database with minimized mainteance overhead (on expense of chance to tune any more advanced options).

    You could, possibly, just possibly, pull this off with a postgresql (we have), assuming you had a good DBA with experience in PG configuration and optimisations, but even attempting it with MySQL?

    Fuck, CHOOSE THE RIGHT TOOL FOR THE JOB! And even if you have client that believes in yet another OSS publicity shit flying around (like, we are the only, the best, M$ is evil, oracle has larry, db2 is so oldschool and informix is satan's outspawn) RUN, the shit will hit the fan really soon.

    (and yes, your requirements most obviously calls for a nice, good Oracle 8i+ database (it isn't THAT expensive) with java frontend and data objects caching in middle layer. Nothing that experienced programmer couldn't compile within a month (based on tablecount). And everybody would be happy. Oracle DBA's are pretty easy to find, even reasonably competent ones and Java programmers grow on trees.)