Slashdot Mirror


Open Source Database Underdogs

implex writes "Interactive Week had an article called "Data Underdogs" which they compare offerings of present Open Source Databases with present commercial offerings. In one part they mention ...On the other hand, MySQL developers now have a much-needed transaction management system: NuSphere last month made its Gemini transaction manager for MySQL available as open source code on mySQL.org, a site that the company recently launched. Complicating matters, though, is NuSphere's blood feud with MySQL AB, a Swedish company that runs a competing open source development site for MySQL code at www.mysql.com. No mention of the fact that MySQL AB actually created the product was interesting."

154 comments

  1. Re:Databases more complicated? by Anonymous Coward · · Score: 0

    I've spent a few years with Postgres as a production database on a fairly big application, and it seems pretty clear that the parts of Postgres that get worked on are the parts that are interesting/challenging/amusing to the developers. I think that's cool...it's what I'd do, and after all, they are (presumably) working on it for the pleasure of working on it.

    But...it's that last 2 or 3 percent of not-very-interesting bug fixes, documentation and not quite implemented features that make all the difference. I'm not using Postgres for new projects.

  2. Re:Interbase Online Backups / Replication by Anonymous Coward · · Score: 0

    Is that the one IBM bought?

  3. Re:OS DB 3% - can that really be? by mikera · · Score: 3, Insightful

    Well, when people talk about market share it is usually by revenue, and given the low price of Open Source databases I'm actually surprised it's even as high as 3%.

    But 3% of revenue might actually add up to a fairly substantial proportion of installations.

  4. Re:Code forks... by SamBeckett · · Score: 0, Flamebait
    What's the problem here? We've got and open source database that's being developed in two somewhat different directions by NuSphere and MySQL AB ... seems like in the end it'll lead to two different, but each (for their intended applications) excellent products. I just don't see a problem.

    Maybe I'm just being dense (first reply: "Yes, you're fscking dense!")

    Yes, you're fucking dense.

  5. Re:Databases more complicated? by denshi · · Score: 1
    Databases just don't lend themselves to fragmented development the way operating systems do.
    Please back up that assertion. While you are doing that, I would like to remind you that the Postgres developers have never actually met in person. Yours is the same argument that every commercial software provider has employed over the last 5 years against free software. I think the truth of the matter, that no one yet knows real theory behind project management, is far more frightening.

    In regards to databases, what you have omitted is that the database problem is 2 decades younger than the operating systems problem. The OS problem was solved by the mid '70s. The RDBMS problem has only been 'solved', if you think it has been, by the early '90s. Linux was able to follow much more well-trod ground than Postgres, and I expect the development time of the latter to consequently lag. I have not, OTOH, seen any evidence supporting your assertion.

  6. Re:Who cares about MySQL?? by defile · · Score: 2

    I'm afraid your argument isn't convincing.

    Breaking it down, you're saying: "By my RDBMS having many OO features, good application design is unnecessary! Everything's done in the RDBMS!"

    I'm positive that's not what you meant. But you phrased it assuming that if someone uses MySQL, they'll just write badly designed applications or simple weblogs.

    Design is just as important with MySQL as it is any other RDBMS. And I fully appreciate MySQL for what it is.

    So what's the moral here? Shitty applications and shitty developers are everywhere. That's not the fault of the RDBMS they use.

  7. Re:Versus OpSys by denshi · · Score: 2, Interesting
    "They laughed at Einstein. They laughed at Newton. But they also laughed at Bozo the clown."

    Take this over to comp.databases. There you will find a small, but extremely vocal, crowd of ODM developers with a habit of completely failing to learn relational theory. That, I suppose, more than anything else is the worst -- they dub their products 'post-relational', without ever learning what 'relational' is.

    More importantly, you must learn the distinction between data models and programming languages. See my previous post for more details.

  8. Re:Oracle experience by whjwhj · · Score: 2

    This is no doubt why Red Hat is getting into the DB game: So they can sell support for PostgreSQL.

    I worked in a smallish Sybase shop for a while (tiny I suppose in comparison to a major credit card company) and I remember our DBA running around tweaking this and tweaking that to get the DB to run more efficiently. What struck me is that we had maybe 6 or 7 logical DB's all on one machine with no single table exceeding a million rows -- and he spends all day tweaking? Why didn't the damn thing just sit there and run? Why the need for all the tweaks? Sybase exposed so much configuration detail that even a competent DBA is bound to shoot themselves in the foot once in a while. Seems to me a decent DB system should hide and deal with as much complexity on it's own as possible.

  9. [people who actually read my post, skip this] by brlewis · · Score: 2

    If you actually read my post, you'll notice that I never claim that they implement all of SQL-92. I won't bother restating myself as the original post was quite clear.

    P.S. Cursors with updatable columns did not actually work in MSFT SQL 6 until some time long after the marketing literature claimed they did. With PostgreSQL, you can expect more accuracy as to what is/isn't implemented.

  10. Re:DB2 v PostgreSQL by duffbeer703 · · Score: 2

    In other words, instead of reading some redbooks or, heaven forbid, the DB2 manual, you spent all that time migrating an application to a totally different platform!

    It must be great to be a consultant!

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  11. Stability requires ... by Morris+Schneiderman · · Score: 1
    If you want stability in your database or in your OS, you have to follow the same principles.

    First, you have to define/document the core functionality. Then you have to define/document your data structure. Next you have to define/document the modules that will provide that functionality, including all the interfaces. Only then do you start to write anything other than throw-away, proof-of-concept code.

    Does the Open Source community have the patience to go through three rounds of development without any code? I don't know.

    I do know that this technique works. I've used it repeatedly. Many years ago I was asked to produce the first ISAM (Index Sequential Access Method) for a PDP 11 that only had sequential & relative I/O. I delivered a self-maintaining ISAM in about 6 weeks, having had no previous exposure to the issues, but following this approach.

    I've used the same approach to produce enterprise-wide MRP & CRM systems.

    I've also used it to produce package software for manufacturing firms that my company successfully delivered, with a full, money back guarantee -- and none of our customers ever asked for a refund.

    So I know the technique works with projects of great complexity. Complexity is not the issue. Discipline, to achieve functionality, compatability and completeness, that's the issue.

  12. Re:One thing the article didn't mention . . . by connorbd · · Score: 3, Insightful

    I don't think you're likely to find that happening on the commercial level. It was so long ago I don't even remember where I read it (though it's the sort of thing that a /. poster might say), but I once heard it said that acknowledging bugs is probably a great way to tick off your investors.

    "What, there's a flaw in your product?"
    "Yes, but we can fix it pretty easily -- have the bug fix out tomorrow..."

    Whereupon the non-technically-inclined investor writes the developer's comments as a sign of weakness and sells. I think that's also why commercial bug fix releases are such a big deal -- probably Microsoft's other reason for cramming all kinds of new features into their service packs.

    /Brian

  13. Open Source Databases by standards · · Score: 5, Interesting

    Instead of focusing in on the available solutions, the article simply spits out the idea that MySQL and Postgres are weak pretenders.

    The FACT is that these databases are excellent solutions to a large number for MOST database problems. Sure, like all DBMSs, they can always use more features. But I don't want my DBMS to turn into an uncontrolled monster like Oracle.

    For 99% of the applications out there, Postgres and mySQL fits the bill. If you're doing large scale distributed payroll using SAP, then I suggest you go with a big name...

    But if you're an average-sized business, Postgres is a full-featured solution today. It is an inexpensive, fully-capable solution.

    If you're into writing Oracle PL/SQL, a proprietary procedural extention to SQL, go with Oracle. (Note: PL/SQL doesn't work with Sybase or DB2 or anything else.) If you're into TransactSQL, another proprietary SQL extension, go with Sybase. Once you get into TransactSQL, you'll NEVER migrate out without expense. In fact, my shop, an Oracle shop, doesn't PERMIT developers to use the PL/SQL ewxtensions. We learned our lesson after migrating from proprietary MS-SQL-Server extensions to Oracle!

    And if you need a big company to support your 20,000 person payroll, go with IBM's DB2. Again, another fine DBMS.

    But for the average shop? Save your money and go with PostgreSQL.

    1. Re:Open Source Databases by evolspit · · Score: 2, Informative
      >If you're into writing Oracle PL/SQL, a proprietary procedural extention to SQL, go with Oracle.

      Don't forget about PL/pgSQL, the procedural language for Postgres. This was written with Oracle converts in mind ;)

    2. Re:Open Source Databases by Walles · · Score: 1
      If you're doing large scale distributed payroll using SAP, then I suggest you go with a big name...

      Yeah, like the GPL:ed SAP DB for example.

      //Johan

      --
      Installed the Bubblemon yet?
    3. Re:Open Source Databases by Anonymous Coward · · Score: 0

      Haha, you sound like an Oracle employee!

      Of course PL/SQL procedures are nice. But have you migrated your stuff to Sybase lately? It's a huge effort if you didn't minimize your PL/SQL work.

      Watch out!

    4. Re:Open Source Databases by duffbeer703 · · Score: 2

      If your company refuses to allow PL/SQL procedures, most people would question your technical competence.

      What are you using for stored procedures? Java, C?

      Databases are not black-boxes, and if they are treated as such, whatever applications come out of it will not be optimal and will never be scalable.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
  14. Re:Versus OpSys by Anonymous Coward · · Score: 0


    OpSys? WTF language do you speak?

    btw, an operating system is just a glorified BIOS and device driver.

  15. Code forks... by UncleOzzy · · Score: 4, Insightful

    What's the problem here? We've got and open source database that's being developed in two somewhat different directions by NuSphere and MySQL AB ... seems like in the end it'll lead to two different, but each (for their intended applications) excellent products. I just don't see a problem.

    Maybe I'm just being dense (first reply: "Yes, you're fscking dense!")

    1. Re:Code forks... by Anthony+Boyd · · Score: 2, Insightful
      What's the problem here? We've got and open source database that's being developed in two somewhat different directions by NuSphere and MySQL AB

      I think there is a subtle difference between merely forking someone's code and forking someone's code but passing it off as the original. Nu does not own that code, and Nu did not originate that code. Yet they put up a Web site which tries to pass itself off as the official source. And this has somehow led to a journalist being so confused as to call the original coding house "a competitor." Sure they compete, that's good. But it is more accurate to call MySQL AB the originator and Nu the competitor. Nu is the new kid on the block that just entered the market. The more they try to pass themselves off as the official source, the more they upset people in this community who know better. They're misrepresenting the situation, and that's not ethical.

      In slashdot's earlier article (a week or two previous), Nu's comment about "the GPL is not enforcable" doesn't exactly bode well either -- Nu is getting ready to do some seriously rogue shit, and I don't want to support that.

    2. Re:Code forks... by Anonymous Coward · · Score: 0

      The only problem is the hypocrisy of the open source and free software movements. Everybodies Free except some are more free than others.

    3. Re:Code forks... by dup_account · · Score: 2, Insightful
      We all know that (needless) forking is really bad on a project. It makes more sense to have the base MySQL, and NuSphere stuff be add-ons/patches. At least until every gets together on what's going on.


      I think that NuSphere tried (is still trying) to muscle in on MySQL and become THE MySQL company. I sort of see it like the Sybase/M$ thing. For a long time M$ just resold Sybase stuff. Then they decided they didn't need Sybase anymore so they dumped them and put their marketing behind M$ SQL Server. No hardly anyone reconizes that Sybase wrote the core of M$ SQL Server......<p>
      I think we all need to support MySQL AB as the original authors of MySQL. The people who risked their butts to bring it to us. I also think we should all tell NuSphere that they should be grateful to MySQL AB and learn to play nicely. (Unless they want to be view in the same negative light as M$)

    4. Re:Code forks... by connorbd · · Score: 2

      NuSphere is playing dirty. MySQL went GPL as a gesture of good faith, and NuSphere trampled all over it.

      It's a question of respect more than anything else. NuSphere is playing the fork game in as nasty a manner as possible.

      /Brian

  16. Re:Databases more complicated? by Anonymous Coward · · Score: 4, Funny

    You are evil. OSS can accomplish anything ... well, web browsers are hard! ... I'm sure a database is easy though!

  17. Re:One thing the article didn't mention . . . by Jason+Earl · · Score: 3, Interesting

    One of the things that I like best about PostgreSQL is the fact that the developers are brutally honest about the software. The core PostgreSQL developers have always been quite frank about which parts of PostgreSQL were ready for production, and which parts were kludges, or were largely untested. The problem with commercial databases, even good ones like Oracle, is that the people who know where the rough edges are aren't talking about them. That sort of honesty goes a long way towards building my trust.

    PostgreSQL has an amazing featureset, especially considering its price. I think that fairly soon Oracle is going to wake up to the fact that the database is becoming a commodity market, and quite frankly, they aren't likely to be competively priced.

  18. Re:The article misses some important points by flyfishin · · Score: 1

    Look at Great Bridge's website and you will find that 24x7 support is available, for a price. Great Bridge also employs at least one of the developers of the PostgreSQL database. I don't know about any of the MySQL options but you can have it with PostgreSQL.

  19. Re:InnoDB by Anonymous Coward · · Score: 0

    With regards to DB2 verses MySQL, you could say the same thing about Windows versus Linux. Windows is much simpler for rapid development and prototyping.

  20. Re:DB2 v PostgreSQL by Anonymous Coward · · Score: 0
    Do the index files grow without bound, even if you vacuum nightly, or have they fixed that.

    -- ac

  21. Open source vs. Commercial DBMS's by mystery_bowler · · Score: 1

    It's been my experience that the only thing really holding the major open-source DBMSs back were exposure and solid transaction management. I hope that, by now at least, many DBAs have at least heard that there are alternatives to Oracle and SQL Server. As a programmer and database designer, I know I've been trying to keep my co-workers' and employer's eyes open to the possibility of having to use an open-source DBMS when the need arises.

    It seems to me that implementing MySQL doesn't seem any more difficult that getting an Oracle database built. Although, I must say I've gotten spoiled by the GUI that's available in Microsoft's SQL Server Enterprise Manager. It's damned nice.

    I guess the long and short of it is that it's good to have an alternative to Oracle, which is, in my opinion, overpriced for what it is. As long as products like MySQL keep getting better, they'll continue gaining ground as not just "alternatives" to pricey DBMSs, they'll become the DBMSs of choice.

    --

    My sigs always suck.
    1. Re:Open source vs. Commercial DBMS's by Palshife · · Score: 2, Informative

      I must say I've gotten spoiled by the GUI that's available in Microsoft's SQL Server Enterprise Manager. It's damned nice.

      I assume you've heard of/used phpmyAdmin, a PHP web application that reminds me alot of the interface to MSSQL Enterprise manager (though not as full featured, I'll admit). Anyway, it's something to check out if you're interested. Saves alot of time on testing and prototyping.

      ttam

      --
      Attention deficit disorder is a complicated issue, spanning several major... HEY LET'S GO RIDE BIKES!
  22. growing trend.. by TechnoVooDooDaddy · · Score: 4, Insightful

    Actually, I've noticed a growing trend in the crowd of programmers I run with is not to care about the implementation platform.. SQL is SQL, and you don't do transactional based stuff on the platform anymore, you abstract away from that into your middleware, and do things the way you want to. In REAL LIFE programming, you often don't have the chance or opportunity to spec out what your back-end platforms are, you have to deal with what's given, or what's legacy at Company XYZ Inc. You also are often dictated a programming langauge for the project whether it be java, c, cobol, perl, python or whatever. The real value lies in being able to adjust to whatever the PROJECT calls for, and being able to implement on just about any platform you need with strong good design patterns. MySQL and Oracle both do exactly the same thing from my point of view, hold data in a relational format for storage and quick retrieval. Putting too much logic into the database only serves to slow things down in the long run. Nasa Switches from Oracle to MySQL shows us why Oracle putting all those bells and whistles in their product may lead to a weakening of their marketshare ultimately. The fact is, bells and whistles cost memory and processor, and there's a balance between the two that Oracle seems to be blithly ignoring.

    1. Re:growing trend.. by TechnoVooDooDaddy · · Score: 1
      wow, where have you been the past couple of years.. Ever hear of n-tiered development? Or actual projects for actual companies that happen to store data in completely disparate databases? How you do manage a transaction that includes RDB, MS SQL Server, and the provisioning hardware? Oracle's little transaction manager won't do it. So you stack a layer on top of that and do your transactions there. Prep the transaction first, then commit it to the database(s). MySQL and Oracle at that point do EXACTLY the same thing, only MySQL happens to do it a bit quicker.

      n-tiered architecture is used for exactly this purpose, to provide a layer of abstraction for both the data providers AND for the application.

      My application shouldn't care what dataproviders it's talking to, it just knows that it has an order for whatever.

      My database shouldn't care what transactions are happening, because my database is there to store & retrieve DATA.

      so we utilize a middleware that has the logic for managing those transactions. Works great, allows me to use whatever database the data is stored it, allows me to provide whatever App interface the users want to use, and allows me to write the transactional piece in a very modular, easy to interface with manner.

      Re-inventing the wheel? perhaps, but *shrug* it works great....

    2. Re:growing trend.. by dangermouse · · Score: 2

      There's a difference between leveling the playing field and leveling the players at the lowest common denominator.

    3. Re:growing trend.. by popeydotcom · · Score: 3, Funny

      It's the RMC (Right Mouse Click) crowd. With MSSQL came RMC - backup, RMC - add data file, RMC - almost anything.

      Anyone can become a DBA, just like anyone with IIS can become a webmaster.. *cough*

    4. Re:growing trend.. by duffbeer703 · · Score: 5, Insightful

      SQL is not SQL

      There are four tiers to the SQL-92 standard, and even commercial RDBMS vendors to not conform to all of them.

      Oracle, Informix, DB2, MySQL all have different optimizers and differing concurrency schemes. Oracle does not lock a row for reading when another transaction is writing a row. Informix will perform table scans on certain queries where DB2 will not.

      This "growing trend" you are talking about must be coming from inexperienced programmers working on trivial or single-user applications. In REAL-LIFE the security of data and usability of the client are paramount.

      The fact that you would even say that MySQL and Oracle do the same thing displays your complete lack of knowledge regarding what modern commercial database products are capable of. Leaving all the programming logic in the hands of applications developers re-invents the wheel, escalating costs while introducing more bugs into the system.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    5. Re:growing trend.. by guinsu · · Score: 2

      Its funny how Linux people want the internet and computers to become the great euqalizer. But if its a Microsoft product that does that, all of a sudden its bad.

    6. Re:growing trend.. by roju · · Score: 1

      I think you're both right.
      I wrote a single user appointment tracking program. I did it in Java, using JDBC. I gave not two shits about the underlying architecture, and just used basic, simple SQL. Thus, it made no difference which back-end I used.

      OTOH the company I currently work for does commercial databasing, and in such a case it does make a difference. When you go from being in total control of the state of the database to having no idea what's happening, a huge change takes place.

      Now, for me to have implemented full scale EVERYTHING in the JDBC app would have been a waste of my time.
      I've seen the results of databases full of links to air, and it's ugly, so, like the saying goes, the right tool for the job.

  23. MySQL Support by spachev · · Score: 1
    We do not offer a true 24x7 phone support, but we get close - most support requests are answered in a couple of hours and you are talking to the developer in charge of the code in question. Many of our customers have commented that the quality of our support is much higher than what they have ever seen from commercial vendors. For more info on our support options, see https://order.mysql.com/

    Sasha Pachev

    --
    MySQL Developer
  24. Re:InnoDB (just an addendum) by tzanger · · Score: 1

    The reality is that the presence of RI helps sophisticated query rewrite engines to do some very nifty transformations. So having RI actually helps you get better performing plans for read queries and hurts performance a little for writes.

    I totally agree. If the backend knows that it can't compromise integrity though optimization (i.e. an optimization trial fails to maintain RI, etc.) then it also knows that when such tests don't fail, it has an optimized access method which kicks ass.

  25. Re:Develop with PostgreSQL; deploy with whatever by FatHogByTheAss · · Score: 1

    +++The solution is to develop with PostgreSQL regardless of what your deployment DB will be. Their docs favor standard SQL. The code you develop will work with the proprietary DBs as well.+++ Baloney. Their docs specificaly state they aren't SQL-92 compliant, and they don't try to be. Go ahead and create a cursor with updatable columns in Postgres, then come back and blabber on about "standard SQL."

    --

    --
    You sure got a purty mouth...

  26. Re:Sub-Selects by duffbeer703 · · Score: 2

    Sub-Selects and Unions always work.

    Some dribble cobbled together by a coder somewhere may not.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  27. Re:Interbase Online Backups / Replication by webmosher · · Score: 1

    My only problem with Interbase (6.0 Borland Server Edition -- Commercial) is that in order to do even simple SQL based manipulation of data, you have to actually physically write the functions into the DB. They aren't there natively (not in 6.0 anyhow). I have only recently started playing with 6.1 Open Source, but after talking to Borland in the past regarding 6.0, I'd be surprised if they "fixed" the issue.

    These functions include things as simple as SUBSTR(), but also limit doing things like DECODE() and NVL() (to allow conditional DB selects). MySQL and Postgres support such functions natively, or have a similar native function.

  28. Re:MySQLs day will come by Anonymous Coward · · Score: 0
    nd their own (open source) database SAPDB.

    Actually, I believe that SAPDB is just a renamed ADABAS, which SAP purchased to round out their product offering. This is not to say, however, that SAP is not continuing development on SAPDB, as it makes sense to develop a database that works even better with their products.

  29. Best Practices? by duffbeer703 · · Score: 2

    By best practices, do you mean having warring companies in the midst of litigation seperately developing key database features?

    Or do you mean not maintaining things like man pages in an operating system?

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
    1. Re:Best Practices? by Anonymous Coward · · Score: 0

      You appear to be refering to MySQL. We're discussing databases here, not MySQL.

  30. Re:Sub-Selects by irix · · Score: 2
    No Sub-SELECTs, and no UNIONS.

    And as a long-time Oracle user, this is what pisses me off every time I use MySQL.

    Well, that and the lack of referential integrity constraints, transactions and a sane backup mechanisim, which are the real reasons MySQL is never used in any kind of serious data environment.

    --

    Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
  31. Re:OT Question by beanerspace · · Score: 2
    I don't know if there is a short answer to your question. To understand what the deal and difference is, requires several levels of knowledge.

    For example, think of what it would take to organize your files. Then think of what it would take to automate the organization of files.

    In other words, not only do you need to know what a relational database is, but also you need to understand it within the context of a database system. The article does an adequate job of keeping the discussion mostly on the former.

    In other words,

    some of your confusion may be over how databases view the world.
    AND/OR

    Some of your confusion may be how database systems implement databases.

    It's boring, it's expensive, it's long winded, but it explains just about every aspect of a datase ad.nauseum, "An Introduction to Database Systems" by C.J.Date.

  32. Re:Sub-Selects by irix · · Score: 2
    you can just copy the files around for backup

    Erm, no. This forces you to shut down the database to have it backed up.

    I am talking about something like Oracle's archive log mode where you can have everything constantly backed up, and you can restore your backup to bring the database to its previous state at time X. And it works - every time.

    Until you have something like that you are admitting that it is OK to lose lots of data in the event of a failure that requires restoration from a backup.

    --

    Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
  33. OS DB 3% - can that really be? by Kraft · · Score: 3, Interesting

    But mirroring the success of Apache and Linux will be no small feat for the three most popular open source databases - InterBase, MySQL and PostgreSQL - which combined represent less than 3 percent of the market, according to even the most optimistic estimates of the suppliers themselves.

    Did this number strike anyone else as too low? This is the first time I have seen any percentages on OS DBs. Alright, 3%, but of what? Does this mean that less than 3% of all bytes stored in any database are stored in an OS DB? That may be, but I cannot believe that less than 3% of all databases running are OS.

    The thing is, when I started studying computer science, we only ever worked on mSQL boxes. My first job used Postgres and the second used mySQL. Anything I work on myself is mySQL. Granted these jobs have all been webrelated, but when you think about how many ISPs offer mySQL/Postgres preinstalled (not to mention linux distributions, if that counts), 3% seems rediculous.

    Well I suppose MS Access runs on one or two computers out there... that might raise the non-OS score.
    --

    -Kraft
    Live and let live
  34. T-SQL - Oracle is not that hard. by Otis_INF · · Score: 2
    It's just that Oracle perhaps doesn't provide you with the right tools to do the migration. If you look at the SQLserver documentation, it comes with full docs how to migrate Oracle stuff to T-SQL.

    Besides that: any databasevendor uses its own sql-dialect. Get over it. If you don't want to use the dialect, write a layer on top of it or use a layer on top of it (like ADO/OLE-DB on win32).

    --
    Never underestimate the relief of true separation of Religion and State.
  35. Creating dynamic Web sites with PHP and MySQL by Anonymous Coward · · Score: 1, Interesting

    Take a look at this if you want to see php and MySQL working together. It shows you how to use two open source, cross-platform tools for creating a dynamic Web site.

  36. Re:Databases more complicated? by micromoog · · Score: 4, Insightful
    Oracle is saying that the Open Source comunity is not 'capable' of producing a dominant database

    No. The point is that the design of a great DBMS takes a lot more unity than the large-scale projects OSS has tackled previously. In a DBMS, there must be an internal set of standards for everything from datatypes to join optimization logic.

    Databases just don't lend themselves to fragmented development the way operating systems do. Frankly, I'm skeptical that an OSS project could (using current development practices) pull together and produce something as capable and stable as DB2 or Oracle.

  37. DB2 v PostgreSQL by /dev/zero · · Score: 3, Interesting

    I've moved a major (~8GB) database from DB2 to PostgreSQL for a client. It runs faster and is easier to feed and administer now. I'm in the process of moving a similar-sized database and app from MS SQL Server to PostgreSQL for the same reasons (plus the openness of PostgreSQL and Linux).

    I really like DB2, it's very powerful, robust, and scalable. But it requires a fair amount of admin expertise and time. Not so much as Oracle, but much more than PostgreSQL.

    What, frankly, suprised the heck out of me was the fact that nearly all of my queries (this is an audit system, OLAP, not OLTP) ran between two and four times faster under PostgreSQL. That adds up pretty quickly!

    As far as the application development support infrastructures, I'm not really sure what is meant by that. The current implementation of stored procedures in PostgreSQL falls short of what DB2 provides, I'll grant. But support for C, Java, Perl, PHP, Python is all there. It's a pretty high-speed/low-drag setup, IMHO.

    The set of problems for which PostgreSQL is the best solution is expanding pretty rapidly. I won't pretend that it's the be-all RDBMS, I don't think such a thing exits. I would say that it's worth a serious look for many situations.

    Gordon.

    --

    He that breaks a thing to find out what it is has left the path of wisdom.
    -- J.R.R. Tolkien
    1. Re:DB2 v PostgreSQL by Jason+Earl · · Score: 3, Insightful

      Imagine that, a consultant that not only lowered the maintenance and upgrade fees for his client, but also delivered a solution that was easier to maintain and ran faster to boot. I bet the port wasn't even that difficult. PostgreSQL is getting to be quite competitive feature-wise.

      Believe it or not, this is precisely the type of things that most employers want. However, most IS groups are too busy with CYA tactics to ever even worry about providing the best solution for the job. They just want to choose software that is safe, and in those cases the more expensive it is the better.

      Your response was literally the funniest thing that I have heard in some time. Someone replaced DB2 with a low-cost, low maintenance PostgreSQL solution, and your suggestion is that he should have instead spent his time reading some arcane IBM manual.

    2. Re:DB2 v PostgreSQL by /dev/zero · · Score: 1

      LOL! ROFL!

      I am quite proficient with DB2. It wasn't a question of proficiency, it was a question of price/performance. Price includes the additional admin labor DB2 requires.

      The only migrating I had to do was some very minor fiddling with the Perl scripts which pre-process the data and some of the queries. The application code is all in the Java web server.

      It took less than a day to bring up a working, populated PostgreSQL version of the database and hook the web server up to it.

      But yes, thank you, it is great to be a consultant! I love having the freedom to create the best possible solutions for my clients. They seem to like it, too. :-)

      Gordon.

      --

      He that breaks a thing to find out what it is has left the path of wisdom.
      -- J.R.R. Tolkien
  38. Re:InnoDB by oingoboingo · · Score: 4, Informative
    One is tied up in this contractual mess, but the other, InnoDB has no such issues, and may even be faster for many purposes.

    We did recently quite a bit of Perl development using MySQL and InnoDB tables, and they worked (surprisingly) well. Having transactions (finally!!) in MySQL is a huge blessing.

    Somewhat related...while the article mentions that MySQL and Postgres don't have the large application development support infrastructures that the bigger commercial database have, they can be a lot quicker to prototype and develop with because of their relative simplicity.

    We're in the middle of migrating our application to DB2 on RS/6000, and I have to say I'm missing MySQL's simplicity of administration and configuration...you can try out a lot of new ideas quickly with MySQL, whereas a big chunk of our time at the moment is spent poring over DB2 manuals for obscure command switches and SQL options (the LOAD utility can be a barrel of laughs for newcomers)...of course if our DBA was a little more competent, but that's a different story :-(

    (And yes I do realise DB2 is much more powerful/robust...I'm talking about ease of development and rapid prototyping!)

  39. SAP-DB by danpbrowning · · Score: 2

    I highly recommend SAP-DB, an open source database (GPL) with Oracle 7.3 compatibility mode and features. http://www.sapdb.org

    --
    Daniel
  40. Re:Interbase Online Backups / Replication by JohnHegarty · · Score: 0

    I just run a cron job .. .copy the database file to a backup harddriver... works without any problems cp /database/databasefile /backup/databasefile

  41. Re:InnoDB by tzanger · · Score: 3, Interesting

    It's a pretty tall-order, but it lives up to it. Our internal benchmarking tests for our application purposes show it to be about 7x faster than an identical PostgreSQL 7.1.2 solution. I've seen reports on the mailing lists that it can be up to 18x faster. You also get the simplicity and maturity of MySQL. The InnoDB benchmark page has their own benchmarks, which pretty much mirror what we've seen internally.

    Just a quick look at the benchmarks link tells me that they have fsync turned on on Postgres. What exactly is fsync? Every time Postgres touches the disk, it sync()s. Slow? Hell yeah. But you won't lose data in the cache. It's turned on by default.

    I realize that Postgres isn't the fastest in the world, but it's not 7x slower on 100k inserts. That's just bad benchmarking. Deceitful even.

    If fsync is not on, I apologize. However the link mentions no performance tuning other than buffer pools and log buffers. If Postgres is defeated by 7x (18x?!) in a fair test, I'll concede. However this looks like the MySQL testing benchmarks on mysql.org; bullshit, plain and simple.

  42. Re:InnoDB (just an addendum) by tzanger · · Score: 2

    Of course, MySQL has other drawbacks, namely that it doesn't support triggers or table inheritance or some of the more complex nuances of standard SQL, but the 95% of stuff it does have is very fast, and the other 5% can be handled in code.

    The instant you decide to move data and/or referential integrity from the DB into 'code', you've lost the battle. I can't believe someone would even suggest this. Sure, stored procedures are a plus and most times they aren't necessary, but you simply cannot have your integrity checks outside the DB. That's the whole god-damned point of an RDBMS! If your integrity depends on unusual interactions in the data store, stored procedures are often the only way out. And you can't have stored procs that work to enforce integrity without triggers.

    If you haven't got the integrity, you may as well be using a hashed filesystem to store your data for all the difference it would make. Hell, the hashed fs would probably be faster since it isn't pretending to be an RDBMS.

  43. Huh? by Ulwarth · · Score: 2, Insightful

    While I appreciate the sentiment of the article, it seems rife with misinformation. For example:

    "Another feature that NuSphere is adding to MySQL is replication..."

    Er, I'm pretty sure that's been in there for quite some time, through the master/slave system.

    "The language resembles Oracle's PL/SQL (Procedural Language/SQL), except that PL/pgSQL offers the use of functions only, not procedures. A function call always returns some result, while a procedure may execute certain operations without returning a result."

    Wow, that's certainly earth-shattering. Just discard the result. Cripes.

    "PostgreSQL, like MySQL, also doesn't provide any native replication capability."

    Maybe I misunderstand replication, but what's the matter with:

    $ pg_dump mydb | bzip2 > dump.bz2
    $ scp dump.bz2 newdb.host.com:
    $ ssh newdb.host.com "pg_create mydb; bunzip2 dump.bz2 | psql -e mydb"

    "But some Web businesses are finding that they can function perfectly well with open source databases."

    Yeah, I guess the features I like are speed, stability, ease of deployment, and excellent development tools. PostgreSQL and MySQL have all of this in spades; the commercial databases I've worked with usually seem clunky and contrived by comparisson.

  44. NySphere alternative on *nix systems by apachetoolbox · · Score: 1

    Apachetoolbox

    Apachetoolbox actually installs everything from the original sources. It supports apache, mysql, php, over 60 modules for apache. Opensource to.

    -io

  45. Re:Interbase Online Backups / Replication by smittyoneeach · · Score: 1
    Interbase is a Borland product.

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  46. Re:InnoDB by Hrunting · · Score: 3, Interesting

    One is tied up in this contractual mess, but the other, InnoDB has no such issues, and may even be faster for many purposes.

    That might be the understatement of the year. InnoDB touts itself as the "fastest disk-based database" currently on the market. It's a pretty tall-order, but it lives up to it. Our internal benchmarking tests for our application purposes show it to be about 7x faster than an identical PostgreSQL 7.1.2 solution. I've seen reports on the mailing lists that it can be up to 18x faster. You also get the simplicity and maturity of MySQL. The InnoDB benchmark page has their own benchmarks, which pretty much mirror what we've seen internally.

    Of course, MySQL has other drawbacks, namely that it doesn't support triggers or table inheritance or some of the more complex nuances of standard SQL, but the 95% of stuff it does have is very fast, and the other 5% can be handled in code. MySQL isn't popular because it's open-source, though. It's popular because it's good, free, and most importantly, extremely easy and intuitive to use.

  47. Re:OS DB 3% - can that really be? by mrbnsn · · Score: 1
    "Market" is a word that refers to a place where things are bought and sold.

    When a product has 3% of a market that means that 3% of the total amount of money exchanged for that category of product is given in exchange for the product in question.

    Now, you may argue, with considerable justification, that market share is a meaningless metric of open-source software acceptance, but for the mass of humanity that isn't still living with their parents, markets are what put food on the table.

  48. Re:Oracle experience by Gleep · · Score: 1

    22 processors and 1 GB of RAM? that seems like an impossible configuration! are you sure you didn't mean 1GB on each system board for a total of 22 GB?

    --
    get your dirty sig off me, you filthy APE!
  49. Re:InnoDB by dark_panda · · Score: 2

    Maturity? Just how mature is a RDBMS that doesn't even support referential integrity? Sure, it may speed things up sometimes, but do I really want to make my app code twice as big just to handle referential rules that should have been in the database in the first place?

    J

  50. Develop with PostgreSQL; deploy with whatever by brlewis · · Score: 3, Informative

    One problem with proprietary DBs is that their docs will steer you toward non-standard SQL even when standard SQL will work. For example, Oracle will teach you to use NVL and Sybase will teach ISNULL, when COALESCE works in both databases.

    The solution is to develop with PostgreSQL regardless of what your deployment DB will be. Their docs favor standard SQL. The code you develop will work with the proprietary DBs as well.

  51. Gee, at least this one *mentioned* Interbase by koreth · · Score: 2
    I use Interbase and am always amazed at how little attention it gets compared to MySQL and PostgreSQL. It has a lot of the more advanced features people claim aren't available in open-source databases, e.g. the online backup capability the article went on about. It had transaction support from the get-go, supports stored procedures, and on and on.

    It baffles me that the author of the article could know about Interbase and yet seemingly not even look at it in the course of researching the article.

  52. Re:Oracle experience by truthsearch · · Score: 2

    Why the need for all the tweaks?

    Job security.

    Seems to me a decent DB system should hide and deal with as much complexity on it's own as possible.

    From the software developer's perspective, I agree. From an admin perspective, the more customizations available, the better - just like in an OS.

  53. Focus on profits by telbij · · Score: 2, Interesting
    The article seems to claim OSS DBMSs aren't as succesful as commercial solutions. Unfortunately, it follows the typical capitalist ideal that something has to make money to be succesful.

    OSS flies in the face of American ideologies, and this is just another example of big corporations not seeing the value.

    Certainly Oracle is much more robust than MySQL right now, but I think the OSS ideology of trying to make the best product will eventually beat out the ideology of trying to squeeze as much money as possible. Technology will prove to be the end of traditional free-market theory, I think, because there is no longer a solid commodity with value. Things can be copied, so value has to be placed on the creators, not the product.

  54. Re:Oracle experience by duffbeer703 · · Score: 3, Informative

    Your DBA was running around tweaking all day because he was supporting a poorly designed application that was completely unoptimized.

    Because so many developers have a notion (prominently displayed in this story) that "SQL is SQL" many apps running on a database run horribly inefficient queries that bog the database down.

    Studies have consistently found that80-90% of database tuning needs to take place in the application. The database tuning portion mainly consists of tweaking memory and parallel query options.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  55. Re:DB Maturity by Anonymous Coward · · Score: 0

    Actually that is not quite correct. DB2 UDB was a completely new product originally put together on OS/2 in the early nineties.

  56. Re:Sub-Selects by denshi · · Score: 2, Informative
    It just means you are going to have to run more than one query to get the exact data you want.
    Thereby ensuring that your application runs slow as hell!! After all, why instantiate all that overhead talking to the DB, searching the DB cache, scanning disc, and returning data once, when I can do it a half-dozen times!!!

    The MySQL crowd just continues to remain ignorant of the fact that full SQL-92 support is not wanking, and it is certainly not a perf hit.

  57. Re:Oracle experience by KagakuNinja · · Score: 1

    My experience from about 12 years ago. The Air Force mandated that Oracle would be the "standard" DB, because it was "portable". There was an on-base Oracle representative. Our project was working just fine using VAX/DBMS, but we figured we would call up the Oracle guy and get a quote. It was something like 40K, or about quadruple what we were paying for VAX/DBMS. We choose not to switch.

    Another time, myself and a friend were experimenting with Oracle on an AT&T 3B2 (also mandated by the Air Force as the "standard minicomputer"). It was slow as hell, but that may have been AT&T's fault. whilst creating a simple form, and trying to do something basic, like hit the function key to add a trigger to a field, the forms app would blow up. So we call the Oracle guy, who helpfully advises "Don't press that key". We were unimpressed with Oracle's tech support.

  58. Re:Sub-Selects by toast0 · · Score: 1

    lack of a sane backup mechanism?

    you can just copy the files around for backup...

    and now, they've got live backup stuff (if thats what you meant) thats getting to be pretty well done (theres still some issues on some types of queries, and if you have two (or more i guess) servers backing up to each other w/ auto increment it can do some wierd stuff)

  59. Re:Great Articles on Drugs -- Thanks. by Kraft · · Score: 2

    Thanx for pointing it out. You know that it is a whole feature they did... AFAIR if you click "next" on the bottom of the page, you will go through all the articles they wrote on the topic. I tried submitting this to /. but no luck.

    If anyone else feels like submitting it, then please go for it.

    --

    -Kraft
    Live and let live
  60. Re:The good part by ajs · · Score: 2

    You're thinking of their 4GL. Every major database vendor has a 4GL ("fourth generation language", not my choice of terms). Most of them are really awful, but they have their place in certain business settings (right next to COBOL).

    Progress the database was actually pretty nice, and had some features that are still not supported well in the rest of the commercial databases.

  61. Re:One thing the article didn't mention . . . by Hard_Code · · Score: 2

    The obvious solution is to buy the jet and then hire taxi cab drivers to fly it. Duh.

    --

    It's 10 PM. Do you know if you're un-American?
  62. One thing the article didn't mention . . . by micromoog · · Score: 5, Insightful
    The article mentions that the extreme complexity of database management systems is a barrier, which is true. There is one other thing the commercial vendors have that is a big challenge for the "underdog" OSS vendors: trust.

    Companies keep everything on database systems. Hundreds of geek-hours must go into the design of a database application for a company. Whatever system a company chooses, they must be reasonably sure the system will:

    • almost never fail
    • be supported by a stable company and
    • integrate well with other systems, into the future.
    A smaller price tag may be a good start to target smaller companies that don't rely heavily on database applications, but the reason Oracle can charge $15k/CPU for 9i Standard: the reputation is worth it.
    1. Re:One thing the article didn't mention . . . by Jason+Earl · · Score: 3, Interesting

      My old boss had a saying:

      You only need an aircraft carrier if you are landing fighter planes at sea. If you are just going fishing, a rowboat is fine.

      Oracle is nice, but it is completely overkill for most projects. PostgreSQL has many of the same features, including all of the referential integrity features that make Oracle so nice to develop for, and it comes with a fishing boat price.

    2. Re:One thing the article didn't mention . . . by cakoose · · Score: 1
      It is not as fast as oracle, but sometimes raw TPS is not as much as an issue as reliability, easy integration, and transaction capability. Who cares if it is slower? If your users can notice no diff in performance, and the db does the job, Oracle simply is not necessary.

      And even if it is slower on the same hardware, can't you afford MUCH better hardware by not paying $15K per processor?

    3. Re:One thing the article didn't mention . . . by rakjr · · Score: 4, Insightful
      "extreme complexity of database management systems is a barrier," this can be taken two ways:

      It takes an 8 ton gorilla of a database system to get the job done.

      It takes alot to manage an 8 ton gorilla of a database system.

      I believe the first may be true depending upon the needs, but the second is a given. What has not been stated is that the more complex the database system is, the more likely there will be errors on the part of those implementing the system if they are not fully trained. In some ways, the difference is similiar to the difference between operating a truck verses operating a jet plane. Both are designed to get stuff from one place to another, but the number of controls on a jet plane and the amount of data being produced by various meters is considerable.

      People really need to weigh two parts of the issue.

      Does our task require a jet or will a truck suffice?

      Are we willing to pay for proven jet pilots, or is it safer to pay for an equal number of proven truckers. The key point here being "proven."

      To often I am seeing agencies who buy into the idea that the only "real" solution is the jet. This is a humorous thing to see when the jet is only used for trips across town...

      --
      In a place beyond time and space, in a land far better than this, look for me there...
    4. Re:One thing the article didn't mention . . . by Jason+Earl · · Score: 2

      I know I am not likely to find Tom Lane's (a PostgreSQL hacker) honesty from the vendors of commercial software. That's the whole point. How many times have you listened to the representative of one software firm or another talk about their new "features" only to find that when deployed in a real life scenario the new features fold like cheap card tables? I personally have seen it far too many times. Hiding these flaws may seem like a good idea to a marketing executive, but all this does is guarantee that I won't trust that company in the future.

      Honestly truly is the best policy, and that's part of the reason that I like PostgreSQL. The PostgreSQL core is quite frank about what parts of their software are ready for prime time, and which parts aren't. More importantly, by skimming the pgsql-hackers list I can see what's being worked on, and how far they have progressed. That way I can decide for myself what features will be ready for production by the time my new stuff is ready to roll.

      When it comes to trust, I would much prefer PostgreSQL's openness over the assurances of some faceless corporation that wants my upgrade fees so that they can have the revenues they need to keep Wall Street off their back.

    5. Re:One thing the article didn't mention . . . by Anonymous Coward · · Score: 0

      ...I am sure that Larry Ellison thanks you for your vote of confidence... If you want Oracle class performance and features... at 1/4 of the price... DB2 is an option. One could state with a reasonable degree of certainty that IBM is also reputable. I am not saying it is a better db, but it sure comes close. I personally would recommend DB2 or postgresql over Oracle's bloat 9 times out of 10, especially if the client simply needs an enterprise dbms, not an app suite. I have taken oracle's cert classes and as a developer was not very impressed. PostGreSQL has big league backing in RedHat now so maybe some open source DMBS's have the "be supported by a stable company " base covered. It is not as fast as oracle, but sometimes raw TPS is not as much as an issue as reliability, easy integration, and transaction capability. Who cares if it is slower? If your users can notice no diff in performance, and the db does the job, Oracle simply is not necessary. PostGreSQL has C++, java, and VB connectivity as well as some others too, so it definitely integrates well. People are jumping off of the oracle bandwagon in droves because when you pay for the database, you are paying for all of the tools (most of which you will never use) and the high priced consultants that come with it... adding up to a price that most companies are finding very hard to swallow. Total cost of ownership is what companies want reduced and Oracle definitely does not offer TCO benefits. It is probably one of the most expensive there is in terms of TCO. I believe you will see a significant shift in Oracle's gameplan by Q1 2002. In the lean times that we are facing, you will see Oracle losing a boatload of market share. 9i or any version of oracle is simply not worth the ducketts anymore. Larry has gotten too greedy. l8, neilio

  63. Re:They don't even mention SAPDB! by Anonymous Coward · · Score: 0

    SAPDB only runs on Linux/i386 and Win32/i386. The development tools (needed to compile the thing) are not yet completely opensourced.

  64. Re:They don't even mention SAPDB! by popeydotcom · · Score: 1

    and how long as SAPDB been opensource? Less than six months.

    I agree with you though! >:|

  65. Re:Versus OpSys by micromoog · · Score: 3, Interesting
    I'd like to see an object data model (ODM) open source database come into the scene. Now that would cause a ruckus, challenging both the bottom line and validity of the relational model!

    Yeah, all the companies would immediately say "Let's base the future of our business on new and untested technology! Better yet, let's buy it from an unknown vendor!"

    Please. The reason relational databases are still very much the dominant technology is that they work, they work well, and they've been working well for decades.

  66. Somewhat Related Aricle by Anonymous Coward · · Score: 0

    .. on the reg at http://www.theregister.co.uk/content/53/21003.html This ones from M$ point of view though.

  67. Oracle experience by truthsearch · · Score: 4, Informative

    I only have experience (but lots of it) with Oracle and - unfortunately - SQL Server. Until SQL Server 6.5, I think it sucked compared to Oracle. But now they're more on level, although Oracle has always, and still does, handle huge data warehouses much better.

    That aside, I worked for years with a 4TB data warehouse for a major credit card company. It was Oracle (7?) on a Sun E10000 (22 processors, 1GB ram) and it was screaming. We barely used any "advanced" features that were unique to Oracle. But what impressed me was Oracle's support. They had an office a few miles away and would send DBAs over to help out. Our DBAs were excellent, but when it came to very low-level tweaking, these Oracle DBAs knew their stuff. They would mess around with the OS to keep it as efficient as possible. And if there was ever any kind of failure or error, they came over to check it out.

    Now granted, my company paid big bucks for the support, but at the moment that sort of support can't be found for an open source dbms. These were highly skilled experts in the database they supported. I realize (partly from the article) that the current goal of open source databases is to grow in the low-end market - smaller systems and such - and I'd bet they'd stand up to large warehouses. But one big advantage Oracle and DB2, and to a much lesser extend SQL Server, have is their support. You can have a highly skilled technician in your office very quickly if you need it, beyond the support of a consultant could provide. I'd like to see that kind of support in open-source companies. That's when I think they'll give closed-source databases a true run for their money... literally.

    1. Re:Oracle experience by Anonymous Coward · · Score: 0

      Only 1GB of RAM for 22 processors and a 4TB data warehouse?!?!?! Sun RAM may be expensive, but for fuck's sake...all that $$$ on a 22 CPU E10000 and probably not enough RAM to buffer a single entire index...

  68. Re:Who cares about MySQL?? by dasmegabyte · · Score: 2

    Right. Way to disspell one of my statements -- but there's still no stored procs, still no triggers, still nothing that would make this more than just another "make do" open source solution.

    MySQL is usable, yes, and fast, but PostGreSQL is more useful with similar speed. So why use MySQL? My guess is that most MySQL developers are of the dominant school in OSS that fights against anything taught in MIS classes, meaning no objects, no complex relations, no self-cleanup or code reuse. Me, I'm all about the OOP principle of modular design and self maintenance...PostGreSQL, thorugh stored procs and triggers, allows me to code "almost" as if it were an OODBMS. This makes adding new functionality much faster and less painless...meaning that for a slightly larger initial investment I don't have to much about in pages and pages of code to alter an update statement whereever it's used. And no, just putting the statement in an include isn't enough...this reduces your ability to include multiple statements within a single transaction, furhur reducing your number of necesary connections and vastly reducing the crosstalk which is always the biggest barrier in client-server applications.

    So while you might be getting a few hundred extra connections per second by using MySQL, i'm reducing my connection count by a third. Your machine gun is highly effective, but I'll take my BFG.

    --
    Hey freaks: now you're ju
  69. Re:OT Question - Short Answer by snatchitup · · Score: 2, Funny

    My question is, why is this? Is it a result of the DBMS itself? Is it a result of different training and methodologies? Is it a result of the developers being even more eccentric than program developers? It just seems like most often there is a much simpler way of getting the same result.

    The answer is that our database applications are more complicated because they actually do something useful.

  70. MySQLs day will come by popeydotcom · · Score: 1
    Two things.

    A lot of commercial apps have plugins for whatever DB you want to use. Once they wise up and provide plugins for DBs like RedHat DB, Postgres, MySQL and so on, we'll start to see higher market saturation.

    The second thing which will help is when we get more commercial apps ported to Linux.

    This is already happening. The product I use every day - SAP is available (commercially) for Linux. They support all the big DB vendors including Oracle, MSSQL (ok, not on Linux), Informix, DB2, and their own (open source) database SAPDB.
    I'm doing my bit, my site runs on PHP/MySQL.

    1. Re:MySQLs day will come by popeydotcom · · Score: 1

      Actually.. SAPDB is a fork of ADABAS. Software AG still sell ADABAS, whilst SAP do SAPDB.

  71. OT Question by Anonymous Coward · · Score: 0

    I am not a DB developer but, I think I notice something that I would like clarified.

    It seems to me that database developers and the database applications that they produce use a totally different type of logic than other developers do. So often I see database applications that are enormously convoluted, very redundant and excessively complex. Furthermore, the actual logic itself seems twisted. They jump through hoops and hurdles to arrive at solutions that seem to require very simple formulas.

    My question is, why is this? Is it a result of the DBMS itself? Is it a result of different training and methodologies? Is it a result of the developers being even more eccentric than program developers? It just seems like most often there is a much simpler way of getting the same result.

  72. SQL Server GUI by ajf · · Score: 1

    I must say I've gotten spoiled by the GUI that's available in Microsoft's SQL Server Enterprise Manager. It's damned nice.

    Is that the GUI that rewrites your query when you click "go"? Capitalising keywords is one thing, but rearranging the boolean terms in the WHERE clause, making non-trivial queries unrecognisable after they've been performed, is just obnoxious.

    --

    I miss Meept.

  73. MySQL is sweet! by flounder_p · · Score: 1

    Do I need to say more. :-)

    --
    -- Tyler >+++++++[-]++++.---------.+.++++.++.
  74. Re:Interbase Online Backups / Replication by Anonymous Coward · · Score: 0

    Interbase has ben opensourced for some time. Borland is attempting to make money off of the add-ons and services they attach to it. You can get the source on SourceForge.

  75. Open Source or not irrelevant by wilhelm9 · · Score: 1

    No matter how little Red Hat, Nusphere and others charge for open source RDBMS licences the author ignores the most important aspect, standardization. Do the vendor really implement the official SQL standard? My experience is that this is so much more important than if the product is open source or not. Most products are terrible in this aspect, both open source and commercial products.

    Why is this so important? Most systems are far more expensive to develop and maintain than to actually purchasing the RDBMS licence. An application built on non-standard features will inevitably becomae more expensive to maintain in the future since it becomes hard to switch RDBMS product if you for some reason become unhappy with the one you have used so far.

    If RDBMS software were interchangeable we would really reap the benefits of market economy. We would see a real competition situation between vendors (and open source projects as well). Today, we live in a monopoly situation in which a majority of the applications out there only works with one RDBMS brand. Of course, the same situation exists in operating systems, that is why both Oracle and Microsoft are making so much money.

  76. Re:DB Maturity by it's+a+culture+thing · · Score: 2

    commercial development has the same problems - programmers don't stick around for ever, and it can be tough to maintain someone else's code

    I agree with the second part (since thats what I'm doing at the moment). However as to the former, companies do have the advantage of stock options and lock in periods.

    That's what's allowed Microsoft to gain the position it has done, staff are recruited for a project and they only get their stock options if they stay for 4.5 years or more. This way you can get the same people working on at least 3 releases of a product, so by the end of their tenure they should be able to solve most problems and know the code inside out.

    And of course at the end of 4.5 years the company can then offer them even more to stay or go away. 8)

    I agree having the source is good insurance but it still costs money to get people up to speed if the documentations crap so firms will always go to the org. which can supply the help required (e.g. support staff, documentation, bug fixes) even if it costs more in the short term.

  77. Re:Databases more complicated? by tconnors · · Score: 2, Insightful
    From Oracle: "Databases are dramatically more complicated than any Web server or operating system technology."

    Somehow, Oracle is saying that the Open Source comunity is not 'capable' of producing a dominant database...

    Not being overly qualified on the issue - but I thought they would both involve much the same issues - concurrency (e.g. - SMP in OS's), failsafe (Hot swap raid, clustering, and a few features yet to be developed for linux), reliabilty/stability (Linux has this!), efficiency, etc etc. It seems several Free OS's have solved all the issues that database manufacturers would face - so what are they claiming could be so complex that Free software people couldn't cope with?

    TimC.

  78. Versus OpSys by Root+Down · · Score: 5, Interesting

    "Databases are dramatically more complicated than any Web server or operating system technology."

    The above is a quote from senior marketing director Bob Shimp, from the article. I will give him the Web Server - which is not to say that it is not complex, but likely not as complex as a robust relational database. I cannot do the same for the OpSys. There is a dramatic difference in the levels of complexity between a monolithic single-user non-multitasking operating system (such as DOS) and a multiprocessing distributed parallel asymmetric (etc etc) OpSys. The quote is not grounded in any sort of evidence, and I have serious doubts as to whether the 'marketing director' would have ever encountered a kernel that did not come from a bag marked 'Orville Redenbocker'. It is simply misguided and misinformed, and the general intent seems to be in undermining confidence in Open Source DBs. (... furthering the myth that open source is 'unreliable'.) Threatened? He likely should be.

    I'd like to see an object data model (ODM) open source database come into the scene. Now that would cause a ruckus, challenging both the bottom line and validity of the relational model!

    1. Re:Versus OpSys by jallen02 · · Score: 1

      PostgreSQL already allows for inheritance in the DB, so it loosely is already object oriented... :)

      Jeremy

    2. Re:Versus OpSys by Root+Down · · Score: 2, Insightful

      Did I say immediately? No. Given the course of programing languages over the last 20 years, object models seem the not too distant future for database applications. Whether they work well or not is a question of both preference and application requirements. Of course new vendors will not leap at the chance to use an unfamiliar database model, and the money backing the relational models upon which several major DBs are based is pressing for it to stay that way. Of course people in support of the ODM are on the fringe right now, but so were Linux users just a few years back. If we stuck with the dominant model in all things, we'd have never progressed.

    3. Re:Versus OpSys by denshi · · Score: 1
      I'd like to see an object data model (ODM) open source database come into the scene. Now that would cause a ruckus, challenging both the bottom line and validity of the relational model!
      It might affect the bottom line, but unless an ODM can bring a rigorous assault on relational math, it will do jack shit to relational validity. Last I checked, 'open-source' is not a formal theoretical attack.

      Relational is a theoretic description of how to store data, validate it, normalize it. There is no corresponding theory in OO, there is only the developer's style or taste. RDBMSes correctly fill the need for validated data storage for multiple applications written in different languages. ODBs are bound to one programming language, and one object model. RDBMSes query data and return sets; ODBs navigate through object pointers according to the style of the object model. What this all leads to is that RDBMSes are general purpose data stores, whereas ODMs are limited to use by 1 client application as an object store -- an ODM is a glorified embedded DB.

      There is a distinction here between OO in programming languages, which is a fine way to structure code, and OO in databases, which is simply a misnomer -- a stored object has no behavior, it's just data. ODMs are really Network Model databases, which were disposed of in the 70s. Go read the theory and the history.

  79. Everything goes down every night by yerricde · · Score: 1

    lack of a sane backup mechanism? you can just copy the files around for backup...

    No. You don't want your web site to turn away customers for 20 minutes every night just because your database doesn't support live replication.

    --
    Will I retire or break 10K?
  80. Re:The article misses some important points by Anonymous Coward · · Score: 0

    Actually, they employ 3 of the 6-man core PostgreSQL team.

  81. Re:Since when is "more" worse? by Anonymous Coward · · Score: 0

    Well, PL/PGSQL function definetly run inside the DB with full transaction management. The problem i had with them is that you cant return whole datasets (and afaicr not even a single row). And there are no out-parameters thus making some jobs unessecary hard.

  82. InnoDB by flamingcow · · Score: 4, Insightful

    MySQL has two table types that support row-level locking and transactions. One is tied up in this contractual mess, but the other, InnoDB has no such issues, and may even be faster for many purposes.

  83. Interbase Online Backups / Replication by SparkyUK · · Score: 3, Insightful

    Actually, Interbase can do "hot" backups and has support for replication.

    People really ought to look more closely at Interbase. It just works.

  84. The good part by ajs · · Score: 2

    Because of MySQL's design, there's a silver lining here. The Gemini back-end (which, BTW is the guts of the Progress database (NOT PostgreSQL, which is a competing open source database), under a different name, and open sourced) is totally stand-alone in the sense that the MySQL folks just have to continue to support the table management API that they already had for things like Berkely DB and accept bugs from everyone including NuSphere.

    Outside of that, they can stick their fingers in their ears and yell, "lalalalala, we can't here you!" all they like at NuSphere, and no harm comes of it. NuSphere for their part can stick their fingers in their ears too, because 99% of their effort goes into the Gemini back-end and their Apache/PHP/MySQL shrink-wrap bundle.

    These two can feud all they like, and still work together seamlessly. This is the part of the open source benefit that most closed source types don't get yet. When they do, it's going to rock thier world!

    1. Re:The good part by whjwhj · · Score: 2

      MySQL uses Progess? I had no idea. I used Progress for a short time and found it to be one of the most ridiculous and obtuse pieces of crap I've ever seen. But MySQL? Love it. My recollection of Progress is that it was more of an integrated development environment, with the DB wrapped in with code. Is this not true?

  85. Databases more complicated? by andres32a · · Score: 2, Interesting
    From Oracle: "Databases are dramatically more complicated than any Web server or operating system technology."

    Somehow, Oracle is saying that the Open Source comunity is not 'capable' of producing a dominant database...

    1. Re:Databases more complicated? by telbij · · Score: 1

      I think the point is that DBMS code is much more interrelated, requiring all engineers to know fairly well what all the other code is doing. I still think OSS can do it just fine though.

    2. Re:Databases more complicated? by rycamor · · Score: 1

      Moderators -- this had to be a joke. Don't ya get it? I thought it was pretty funny.

    3. Re:Databases more complicated? by pmz · · Score: 2, Insightful

      OSS projects probably could produce something similar to Oracle or DB2, in time, but is there a Open Source market for the features that make Oracle and DB2 special?

      For example, how many users of PostgreSQL, MySQL, etc. are planning on setting up a database that can stay available through nuclear attack or power grid failures? Generally, these super-duper robust databases get set up on several "big iron" servers, which means the licensing and administration for Oracle or DB2 just isn't that big of a deal relative to hardware costs, site construction costs, and staff salaries.

      For certain projects, paying for Oracle or DB2 can actually save a heap of trouble, since they are so damn capable. This can make them more than worth their price.

      On the other hand, I cannot advocate these super databases for small projects. That's where the current OSS databases fit in quite well. Therefore, would OSS really benefit from trying to compete with Oracle and DB2?

  86. Re:InnoDB (just an addendum) by sailesh · · Score: 1

    The instant you decide to move data and/or referential integrity from the DB into 'code', you've lost the battle. I can't believe someone would even suggest this. Sure, stored procedures are a plus and most times they aren't necessary, but you simply cannot have your integrity checks outside the DB.

    Most people think that you need to have RI in the database only for consistency and it's "easier" or "faster" to handle it "in code".

    The reality is that the presence of RI helps sophisticated query rewrite engines to do some very nifty transformations. So having RI actually helps you get better performing plans for read queries and hurts performance a little for writes.

  87. Re:Who cares about MySQL?? by defile · · Score: 2

    At all. If you use MySQL for anything more than a teenage girl's weblog, you're asking for trouble the first time your CPU spikes.

    Better go inform Yahoo that all of their unscheduled downtime is a direct result from using technology that can only power a teenager's weblog.

    We use MySQL because it's stable, fast, easy to use, and doesn't cost us a ridiculous amount of money to run. We've seen one of our systems scale up from 0 queries/sec to 1200 queries/sec on x86.

    Statements like this poster's are so frustratingly inaccurate that I've written a paper on dispelling these stupid myths. People can and do and ENJOY getting work done with MySQL. Don't succumb to senseless prejudices.

    MySQL Myths Debunked

  88. Re:Sub-Selects by ichimunki · · Score: 1

    Not to be snide, but as a long-time Oracle user do you have any similar complaints about postgreSQL? On MySQL, I agree. I wouldn't it for any serious database need. It's better than a raw filesystem, obviously... I might use it as the backend for a simple web database or for an MS Access replacement (if it saves me the hassle of convincing an ISP to switch to pgSQL or installing software), but I'd never consider it for any serious data warehousing, inventory control, or analytics types of uses.

    But most of the limits you mention are not in postgreSQL, so what does it lack? And why do you think MySQL has caught on so well, where postgreSQL has not?

    --
    I do not have a signature
  89. sleepy cat by Anonymous Coward · · Score: 0

    HAs anyone evaluated the sleepy cat database ? It was developed by some ex postgres folks.

  90. Who cares who MADE MySQL? by Havokmon · · Score: 1
    What's the difference between MySQL AB, and Nuwhatever MySQL?

    Aren't we basically looking at a MySQL vs. Postgres situation between the two?

    I thought Open Source was supposed to create competition, with the 'best work' winning out?

    Isn't this competitive?

    I suppose from now on, every Debian article should mention Linus created Linux, and each tool that's mentioned in any article should give credit to the creator. I don't remember any mention of who wrote 'fortune', or Apache, or Perl, when that kid was arrested for code unbecoming of a student.
    You just need to chill on your personal gripes.

    --
    "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  91. DB Maturity by it's+a+culture+thing · · Score: 2, Interesting

    I'd agree with the article that the Open Source offerings currently have many limitations when compared to the commercial ones, but this is more due to their lack of maturity than anything else.

    We should remember that oracle & db2 have had over 20 years to get to where they are now. Have a look at this article to see what I mean about maturity of products.

    However the open source community has several advantages and disadvantages over the commercial players. 1. we dont have all the legacy bloatware which makes the commercial offerings so large 2. we're able to design using current best practice, not something which was dreamed up 20 years ago and no longer applies (no I'm not talking about the relational model but things like distributed storage, sans, nas etc).

    However, we also don't have the guarentee that the original developers will still be here in 10 years time, working on the software and adapting it for new needs. Admit it, how many people are prepared to dedicate their careers to a single piece of software? not many. so can you understand why commercial companies are less than eager to use open source for critical/production systems?

    1. Re:DB Maturity by Asic+Eng · · Score: 1
      Admit it, how many people are prepared to dedicate their careers to a single piece of software? not many. so can you understand why commercial companies are less than eager to use open source for critical/production systems?

      That's true, but commercial development has the same problems - programmers don't stick around for ever, and it can be tough to maintain someone else's code. (1)

      Similar problems apply to companies as a whole, you don't really know how long they will be around either, or whether they'll continue to support their product (at least not for the 10 year timeframe).

      That's a good argument to chose the market leader, I suppose, but on the other hand open source has an advantage there too, since at least you can hire someone to fix the problems you're experiencing. Having the source is an insurance in a way.

      (1) Everyone is suffering from the documentation problem: either because you're forced to write it, or because the other guy didn't write any. :)

  92. Since when is "more" worse? by snatchitup · · Score: 1

    The language resembles Oracle's PL/SQL (Procedural Language/SQL), except that PL/pgSQL offers the use of functions only, not procedures. A function call always returns some result,while a procedure may execute certain operations without returning a result. In some cases, database developers prefer using procedures and "stored procedures,"

    So call the function and ignore the results. Duh.. But seriously, the article must not be describing the problem correctly. Do these databases have true Stored Procedures, as in your code running inside the RDBMS with the benefits of transaction management? I doubt it.
    The open source db's are way, way behind. Like 15 years behind. If you develop an App of any size, go straight to Oracle on Linux. You can use all the Open source tools with it.

  93. What is a relational database? by MilleniumUcita · · Score: 2, Interesting

    Does that imply a fully fledged Java VM that executes stored procedures in Java?

    Is something like PLSQL a mandatory part of something we call a relational database?

    Oracle has a maximum view on relational databases, because it is their instrument to dominate adjacent markets; just as the OS is for M$.

    PLSQL is something created for the benefit of Oracle, not for the benefit of the customer, who gets stuck in a proprietary language and horrible design consequences.

  94. Re:OS DB 3% - can that really be? by mgkimsal2 · · Score: 2

    Think of how many VB-based desktop apps are out there - figure that probably 70-80% of them bundle some form of the Jet engine, and/or use Access locally. That's been spreading for *years* and if you count that, 3% of the market for MySQL, PostgreSQL and others doesn't sound too far out. Of 'web-related' databases, I'd figure MySQL and PostgreSQL are probably a lot higher - certainly in the double digits.

  95. Re:Ignorant question... by spachev · · Score: 1
    We are very open to the patches and quite often include them into the code. However, more often than not, we end up having to re-write most of the patch to make it more compliant with the general server design and to fix bugs. Client patches usually go in either unmodified or with a small fix-up, but the learning curve for the server code is much steeper, so it is very difficult for an outsider to produce code that can go in without modifications.

    Sasha Pachev

    --
    MySQL Developer
  96. Re:OS DB 3% - can that really be? by Kraft · · Score: 2

    Doh. and thanx. This never even occured to me... measuring the success of OSS (ie. free) in terms of revenue seems a bit too weird :)

    --

    -Kraft
    Live and let live
  97. Sub-Selects by KingAdrock · · Score: 1

    But does MySQL support Sub-selects?

    1. Re:Sub-Selects by frankrachel · · Score: 1

      No Sub-SELECTs, and no UNIONS..

    2. Re:Sub-Selects by SCHecklerX · · Score: 2
      Yeah it bothered me too.

      You can code around lack of sub-selects though. It just means you are going to have to run more than one query to get the exact data you want.

  98. has its purposes by beanerspace · · Score: 4, Insightful


    Bah ! I remember in the early 80's when big iron buddies used to point ant laugh at dBase II. What they didn't understand, and what some of the big database boys and users don't understand now, is that larger isn't always better.

    Databases like MySQL make it very easy for webhosting companies to offer free databases without loosing their shirts or minds. They make it very easy for students to learn SQL. They're also much kinder on resource.

    Yes, I'd love to be able to roll-back pooched transactions, but then I have to commit everything as well. Certainly cascades would be slick, but poorly written, they can shoot your foot clean off. Likewise, I can see all the lame support calls coming in because users don't understand the triggers are attempting to maintain referential integrity on foreign keys.

    Within a given context, sometimes smaller is suits the purpose better.

  99. They don't even mention SAPDB! by zby · · Score: 0, Flamebait

    The exclusion of the most robust Open Source database product makes the article complete crap.

  100. The article misses some important points by rleyton · · Score: 4, Insightful
    Whilst it's a good and interesting article, echoing many of my reservations wrt. open source databases, it misses perhaps the single biggest point that people need support with an agreed escalation process, for the DBMS implementation - often the single most important component in any system

    If a database goes wrong (and in Oracles case, my experience is that that's often), and we can't solve it ourselves, we need to be able to get on the phone and speak to somebody who can help. Now, I know that there are companies that offer support for OS DBMS's, but Oracle, Sybase and IBM's round the clock support offering is what i'm after. and getting skilled technicians (possibly the development team itself) involved quickly. OK, so open source offers this as by merit of "use the source luke", but in a corporate environment, this is neither likely or necessarily sensible.

    Another, and perhaps more important, aspect to bear in mind (and this is not covered by the article for obvious reasons) is that Oracle, Sybase and DB2 are not the be-all and end-all of RDBMS offerings. There are better, and often significantly cheaper, closed-source offerings out there. One of my current favourites (which I'm working with at the moment) is Clustra - a DBMS that offers 99.999% availability, scheduled and unscheduled, pretty much out of the box, with Linux as their first released OS for the latest 4.1 offering

    So, in a nutshell - Open source support offerings need to be improved, but don't rule out the smaller fish in this crowded, and very competitive pond.

    Who said databases were boring?

    --
    ooooooh! What does this button do? - DeeDee, Dexters Lab.
  101. Who cares about MySQL?? by dasmegabyte · · Score: 2

    MySQL is a joke.

    What? A web developer bashing the SQL server basically designed for web development? Yeah, and for very simple reasons:
    1) No transaction protection means no reliability (and no, hacked add-ins do not transaction protection make) At all. If you use MySQL for anything more than a teenage girl's weblog, you're asking for trouble the first time your CPU spikes.
    2) No triggers means relying on slow connections to do all your work across servers. Update a table and need to update its relations? Well, you'd better know their structures implicitly.
    3) No stored procs: I couldn't fricking beleive this when I first used MySQL. What do you mean, no stored procs, no conditional logic in statements and no subqueries? MySQL basically requires you to code bad SQL...lots of crosstalk between servers and lots of iterative operations that should be done for you.
    4) A very shoddy GUI. The shoddiest, in fact...it's the only GUI I've ever used for an RDB that was worse than raw SQL.

    If you're doing any real development work, drop MySQL like a bad habit and pick up PostGreSQL. PGSQL does everything the big boys (db2, MS SQL, Sybase, Oracle) do and fairly well, meaning it can scale like a motherfucker. I ported our site from MS SQL to two PostGreSQL servers in a day and a half, after a week of trying to rewrite all our SPs in java and C and basically reducing the speed of our hefty article management work to a pittance.

    MySQL has a slight advantage over using comma delimited text files or a good XML parser, but considering that there's a much better option in PostGreSQL, it will never touch my servers again. It's Free Software -- Free as in Free Dung.

    --
    Hey freaks: now you're ju
    1. Re:Who cares about MySQL?? by Anonymous Coward · · Score: 0

      AMEN MySQL sux like a trailerpark ho.
      I am getting 122 operations per second out of my PII PostGreSQL box.
      The operations consist of a table select, random number generated to pick something out of the table select, then an insert to record what was selected, with some user info, and a result return.
      This is one operation. Hmmm... all done within a server side stored procedure. Try that with MySQL. With all of that code running web server side, I was getting the blazing speed of 24-28 operations per second out of MySQL. PGSQL will beat MySQL hands down when it comes to intelligently designed operations.
      Selects are faster out of MySQL... who cares!
      I haven't even indexed it yet! I stopped using MySQL over a year ago in favor of PostGreSQL. I am building the fastest db app of my career... on a FREE database. Sure MSSQL could beat it in terms of speed but for the price of one MSSQL license, I can buy 4 PIII 1 U servers and put postgres on them... for my app, since it is a *real* distributed app, I can simply add more servers. To to that with MSSQL I would be up to 48k before I bought any hardware...
      S t o r e d p r o c e d u r e s. Learn the words mickey. M(ickey mouse)ySQL guys... wake up...
      dasmegabyte, You use a gui? I can't bash guis but notepad and a terminal window work better than any gui I have ever used especially for writing procedures. I can't find anything in those damn guis.
      l8, neilio

  102. Linearly scalable, transparently fault tolerant DB by Anonymous Coward · · Score: 0
    Will be coming to a Linux box near you this Sept. Features:

    1. Fully transactional

    2. Linearly scalable clustering

    3. transparently fault tolerant. You can shut down a box in a cluster an clients don't notice a thing. 4. MUCH better performance (on a single box) than Oracle, MySQL, Postgress. When it's available in September download it, and prove it to yourself. The announcement will (hopefully) be posted here.

  103. Abstracting away transactions?? by TurkishGeek · · Score: 3, Insightful

    I don't think you can "abstract away transaction related stuff" from the RDBMS. Please correct me if I'm wrong; but I believe that you simply can not start with a RDBMS that does not support transactions; and slap a transaction processing middleware on top of it to instantly have a database application with transactions.

    The standard transactional interfaces that are increasingly becoming popular nowadays (like JTA) depend on the database supporting transactions; most likely in the form of an XA-conformant programming interface.

    --
    Zigbee Central: A Zigbee weblog
  104. Caution! Bridge out ahead. by Anonymous+Admin · · Score: 1

    It has been exceedingly difficult to get mysql evaluated for use in the corporate world due to its open source nature. (yes, the "but, who do we sue? mindset...). Wars like this one will make it even more difficult. Now we have to tell our managers the DB and the transaction processing come from 2 different and warring companies, but dont worry, they will always be compatable with each other... Oh well, back to oracle for even those projects that mysql is fully capable of performing.

  105. Great Articles on Drugs -- Thanks. by Futurepower(tm) · · Score: 1


    COMPLETELY off-topic, but thanks for the link to the articles on drugs. (See the web address given by Kraft, above.)

    We have the drug laws we do, I think, largely because there are members of our society who want to have gun battles. Most of our drug prevention laws don't prevent.

    --
    Bush's education improvements were
  106. Ignorant question... by mjh · · Score: 1
    I know that this is an ignorant question, but I thought I'd ask it anyway. It may have been asked before in other /. articles. If so, my apologies.

    In any case, is it true that MYSQL AB doesn't ever integrate patches that they receive into their code? If this is true, then I can't help but worry that they're eventually going to try an establish themselves as a free software company, and then, since they are the original (and only) copyright holder, that they will suddenly decide to re-license mySQL under a non-free license.

    mySQL was only recently re-licenced under the GPL, so it's not like this company hasn't ever had desires to control this code.

    Help me out. Is this an irrational fear? If not, then I find myself glad that Nusphere has forked a copy, and abided by the GPL. I know that it was kinda in doubt as to whether or not Nusphere was going to do this, but isn't this a good thing if only to protect against MySQL AB deciding to relicense to a non-free license?

    <disclaimer>
    I am not employed by, nor related to Nusphere or MYSQL AB in any way. I'm just a curious user with a stupid question.
    </disclaimer>

    --
    Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
  107. Corporate NUSpehere paid FUD? by gerry,Hacker+wannabe · · Score: 1

    Anybody notice that {the article mentions/ quotes NuSphere extensively, mentions InterBase (what is it?) prominently}
    Mysql.com is mentioned as a competitor rather than an upstream developer.

    Who paid for the booze/women?

  108. Obviously, Interactive Week is by ahde · · Score: 1

    helping build a case for MySQL against Nusphere. Sure.

  109. Where did this fact come from by ahde · · Score: 1
    Linux, meanwhile, is the fastest-growing server OS in terms of market share, according to research firm IDC's estimates, though it still lags Windows by a wide margin

    I've seen it repeated dozens of times in the last month or two. I guess Apache on windows is really popular. And why bother with .NET (or change SMB) if windows already has the lion's share of the server market?

  110. And SAP DB... by leonbrooks · · Score: 3, Informative

    Nobody seems to have noticed SAP DB becoming Open Source last year, but it too is powerful and reliable and includes full transaction support.

    --
    Got time? Spend some of it coding or testing
  111. So use PostgreSQL, Interbase or SAP DB instead! by leonbrooks · · Score: 2

    But keep whining or Mr Nezzer will send his penguins out to find out why you've stopped. (-:

    That's the big thing about open source: freedom (or call it control) - not price, not features. Don't like it? Change it or choose another.

    --
    Got time? Spend some of it coding or testing
  112. fsync by denshi · · Score: 2, Interesting
    You probably already know this, but fsync isn't as relevant to perf as it was on Postgres7.0 and lower. 7.1 uses write-ahead-logging (same as Oracle) and writes that info into tables when it's convenient. 7.0 and lower had to write into the tables & indexes on each fsync, which means moving around a hell of a lot more data. That's really why 7.1 blows the doors off MySQL in recent tests. That's also why InnoDB is so fast -- it has WAL as well. As an aside, InnoDB has an 8k row limit...sound familiar? -It should, Postgres had that last year.

    As for data lossage, well, there's a lot to discuss about on-disc caches and power supplies, SCSI vs. IDE. The best guarantee against data loss is still a big-ass UPS and some really fscking attentive operators.

  113. Developmental logic by leonbrooks · · Score: 2
    The solution is to develop with PostgreSQL regardless of what your deployment DB will be. Their docs favor standard SQL. The code you develop will work with the proprietary DBs as well.

    And besides that, you will (1) probably know why your code works and (2) not have to deal with next-version breakages anywhere near as often.

    --
    Got time? Spend some of it coding or testing