MySQL Outpacing Oracle In Wake of Acquisition
snydeq writes "Results from the 2010 Eclipse User Survey reveal interesting trends surrounding open source usage and opinions, writes InfoWorld's Savio Rodrigues. Linux usage among developers is on the rise, at the expense of Windows, and MySQL has pulled ahead of Oracle, by a factor of 3-to-2, as the database of choice among Eclipse developers. 'The data demonstrate that fears surrounding Oracle's control over MySQL have not resulted in lower use of MySQL in favor of an alternative open source database,' Rodrigues writes."
I like Oracle, its products and technologies and I am glad that its opensource products are gaining sales. I wish good luck to Oracle.
What a non-story.
You use Oracle because you *have to*. Not because it is pretty.
Saying MySQL has pulled ahead of Oracle is like saying that claw hammers have pulled ahead of pneumatic hammers mounted on giant excavators.
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
An InfoWorld submitter submits a non-story about Oracle/MySQL on Slashdot. A Slashvertisement for an advertisement.
I'm sure "SlashdotMedia" will improve on all the wonders that Dice Holdings blessed us all with
Now that MySQL is in the firm hand of Oracle, what can Oracle do in the future to either suppress MySQL's progress or merge it with its money-sucking schemes?
More interesting (to me, at least) -- despite all the talk about how awesome git is, svn usage was more or less unchanged, increasing from 57.5 to 58.3%. Git went from 2.4% to 6.8%.
Do you even lift?
These aren't the 'roids you're looking for.
11%...edging out ms sql server! Postgres 9.0 has built in replication -- it will be interesting to see how that affects its share of the open source db space.
The 'fears' surrounding Oracle's acquisition of MySQL hadn't stopped people from using it because let's be honest; most developers don't know about that/don't know the consequences/aren't familiar with other free databases. The developers, much like the users they like to call 'lusers'; also look for convenience and try to work in what they're familiar with. That's why many developers who know very well Microsoft's ways still use their technologies; it's what they're used to and change takes time and adaptation efforts. The past few months since the acquisition have been filled with news about Apple, Apple, Google, Apple vs Amazon, Apple vs Adobe, Microsoft, Apple vs Google... It's no wonder many developers don't even KNOW about Oracle acquiring Sun.
Usage of Windows by developers declined from 64.3 percent in 2009 to 58.3 percent in 2010. The decline of Windows is mirrored by a nearly equivalent growth in Linux usage on developer desktops
Look at the price of Visual Studio 2010 Professional (you need that to redistribute your stuff*).$549!! Whereas to develop for Linux is free.
F/OSS dev tools on Windows just don't work well (there was so much shit that wouldn't work together well that I gave up) ; granted I haven't tried again since 2008 and maybe things are better. And even then, you're basically stuck with Win32 C/C++ applications or Java. No thank you, I'm over writing mindless UI boiler plate code - thank-you-very-much.
* - The Visual Studio Express editions don't allow you to redistribute very easily. Yeah, I tried installing the some of the runtimes and other things that it requires but I've never gotten an app I've written to work on another machine.
RIP America
July 4, 1776 - September 11, 2001
It is definitely great to know that MySQL is doing great even in Oracle's hands and even Linux is growing in Eclipse User Survey. However, the title of the post is totally misleading as it is merely based on Eclipse User survey and that too with merely 1696 users. Nearly 40% of the respondents came merely from Germany and France (The survey believes this shouldn't bias result but we really have no reason to believe their assumption).
Hmm. I guess Slashdot stores it's comments in CLOBs, then.
What a depressingly stupid machine.
"MySQL has pulled ahead of Oracle, by a factor of 3-to-2, as the database of choice among Eclipse developers." You can be sure there are some Oracle sales and marketing guys who are livid at this. They see every MySQL user as money out their pocket (because of reduced bonus). These guys usually have a lot of clout with the corporate execs and they are going to be lobbying to reduce the the competition from MySQL. In my company the sr execs will do some dumb stuff (e. g., things that hurt the long term, infavor of the short term) to keep the sales and marketing guys happy. I suspect there are plenty of Oracle sales guys who would like to kill MySQL today, if not sooner.
Thank you, I finally found out what tldr stands for.
"MySQL Outpacing Oracle Among Eclipse Developers In Wake of Acquisition"
Of course, that headline isn't particularly newsworthy. As the article cited states "it would be a stretch to say that these results from the 457 respondents represent the overall market".
11%...edging out ms sql server! Postgres 9.0 has built in replication -- it will be interesting to see how that affects its share of the open source db space.
Year of the Postgres Desktop here we come!
mysql is like riding a bike and takes practically no effort to administrate; and it works well. Tons of people use it and thusly getting a dba with mysql experience is easy. Furthermore the documentation isnt bad and there are plenty of books about to learn how to admin mysql.
I would say postgre is the best database out there in general terms; but postgre documentation is terribad. It's not easy to jump into. Not that popular so hiring a postgre dba will be costly. There is like 2 books for postgre? Nobody anywhere seems to teach it.
MSSql documention is quite plentiful. Tons of books, tons of courses available. Tons of people trained in all the aspects of operating MSSql. Cheaper labour. At the expense you have licensing costs.
Oracle which IMO is better then MSSql; but often those features too which make it better arent used. There is labour there, training is much harder to come by, and it's well documented. God aweful licensing costs; totally not worth it.
Mysql will mostly stay conservative. Postgre will get documentation together, get some training and books out there. This will really boost them. MSSql I think should work on better clustering/multimaster-replication. Oracle needs to drop the high prices, the competition in the market now doesnt allow them to have those prices.
tldr doesn't apply to novels. somebody will read it all, and I expect we'll have a book review on oprah this coming week.
The apps "Just work"
You're saying I can take an .exe compiled with an Express edition and just run it on another machine?
Nope.
I got a shit load of .dll and manifest errors that I could never get to work. And it's not me.
RIP America
July 4, 1776 - September 11, 2001
Oracle specializes in keeping the "master" corporate data. It is robust and well-tested. MySql specializes in department-specific copies of subsets of the master data for internal or local usage. There may be a middle area where they fight for control, but in general it's a matter of the best tool for the job.
Table-ized A.I.
I've got to add some embedded client components for syncing a MySQL DB data mart to a remote customer's web services XML interface to an existing app that runs in JBoss against MySQL, with a PHP interface (and a Flex/Flash client), code in an SVN repo.
Is there a good website telling me how to get started with Eclipse and the best plugins and configs, installed and configured on an Ubuntu server?
--
make install -not war
Can't wait for the slashdot review either. "Incoherent, boring, and pointless ramblings from a crackpot with an inflated ego. You will be forgiven for wondering if this was written by a perl script that mashed together a bunch of posts from alt.usenet.kooks. 7/10."
No, the database has never been supposed to be a black box. It is a abstraction that divides the data management problem into two parts: the logical and the physical. The logical side, very roughly, is schema definitions and queries. The physical side is physical data arrangement, indexing, data statistics, cost-based optimization, etc. To get good performance of the database, you must be ready to use the tools provided on the physical side.
Are you adequate?
You've got mission critical stuff that you pay insurance for; Oracle or DB2, without exception.
I actually never find a reason to use mysql.. It's less robust than postgresql and if I'm doing a very small project; sqlite is the better choice. sqlite in ramdisk is exceptional. So I never understood why mysql is so popular, I've replaced a lot of mysql boxes to postgres and oracle before; but never the other way around