Will A New MySQL Rise From Former Employees?
from the open-source-wonders dept
With Oracle purchasing Sun, there's been some fretting over whether or not the company will harm MySQL (which Sun bought a few years back), as it's certainly a competitor to Oracle's core database product. My guess is that Oracle's a lot more interested in owning Java than harming MySQL, and am hopeful that Oracle recognizes the benefits of supporting MySQL. But, even if the company does go in the other direction, it's difficult to see much to worry about. The demand and opportunity for an open source database is so big, that others would quickly pop up (and, of course, there are already other open source databases out there -- some of which are already considered superior to MySQL). However, even more interesting is the news (pointed to us by Tim Lee) that many of MySQL's main developers have left the company (or are planning to), and one of MySQL's founders is already looking to hire other key MySQL developers to fork the software and keep on developing the software. Sometimes it's pretty difficult for a fork to get the attention it needs to survive, but certainly it can work, especially if there are concerns about the direction of the original product.






Reader Comments (rss)
(Flattened / Threaded)
What's superior to MySQL
Thanks,
[ reply to this | link to this | view in chronology ]
Re: What's superior to MySQL
[ reply to this | link to this | view in chronology ]
Re: Re: What's superior to MySQL
[ reply to this | link to this | view in chronology ]
PHP Group, where art though
[ reply to this | link to this | view in chronology ]
If you're willing to use postgresql-specific extensions, you can use
ILIKE (same as LIKE but case-insensitive) or the ~ and ~* operators for
case-sensitive and case-insensitive POSIX regular expressions, respectively.
http://www.postgresql.org/docs/7.3/static/functions-matching.html
The keyword ILIKE can be used instead of LIKE to make the match case insensitive according to the active locale. This is not in the SQL standard but is a PostgreSQL extension.
Who cares about MySQL - just use PostgreSQL. Every argument I've seen against this is ignorance or laziness.
[ reply to this | link to this | view in chronology ]
OMUNTU
[ reply to this | link to this | view in chronology ]
What is the legal aspect to open source
[ reply to this | link to this | view in chronology ]
Add Your Comment