120439
story
krow writes
"One of the unique qualities of the MySQL server is its ability to have multiple storage engine operate concurrently. Companies like Oracle and Solid have contributed their own storage engines to the open source project. With 5.1 MySQL has added the ability to now do this in a loadable fashion, allowing dynamic engines in the same manner as Apache with its modules.
Now PostgreSQL can add its self to the list of databases who have contributed a storage engine to MySQL. I'm releasing today a plugin so that you can now plugin the Postgres database engine into MySQL and have it work natively along side other engines."
Re: (Score:3, Informative)
Re: (Score:1)
I'm downloading it now, it's 7mb but only going 10kb/s so I'm not sure what it'll be.
Re: (Score:2, Funny)
Re: (Score:2)
Re: (Score:1, Informative)
BUT... (Score:5, Funny)
Re: (Score:1)
should speed up Postgresql (Score:5, Funny)
Re: (Score:3, Interesting)
However, a lot of open source projects use non-portable MySQL "SQL", and hence don't work if you try to use PostgreSQL as your back end. A hack like this that actually worked would let you run crappy open source code on a more scalable database back end.
Re: (Score:3, Insightful)
A lot of PostgreSQL's performance comes from it's cost-based optimizer that chooses the correct plan based on statistically sampling your real data periodically. In other words, as your data changes, your plans change accordingly without administrator intervention. MySQL's optimizer is much more primitive.
Also, PostgreSQL has much more sophisticated options when planning, like bitmap index sc
Re: (Score:3, Insightful)
Leave the crack pipe at home next time.
Re: (Score:2)
Yes yes, this is true, PostgreSQL *IS* so much faster than MySQL, that's well understood... But that's just a small drop in the ocean compared to the much LARGER problem about comparing the two which is that PostgreSQL is a relational database while MySQL is a fancy way to access flat files.
13 Meg GZ file no less (Score:2, Interesting)
Anyone manage to dl it? I gave up a few minutes ago.
Re: (Score:1)
Re: (Score:2)
13 MB is quite a lot if you compare it to 22 MB for the source of MySQL itself. I also wondered that he took "create table april "... as example. That points toward a prank...
Re: (Score:2)
Re: (Score:2, Informative)
Re: (Score:1, Informative)
Re: (Score:2)
Re: (Score:2)
It may have been an April Fools joke this time, but I wouldn't be the slightest bit surprised if someone actually went ahead and implemented this. There are far weirder MySQL backends, such as one
Re: (Score:2)
(1) MySQL's "storage engines" cause different behavior at the semantic level. If you change storage engines, there's a good chance your queries will behave differently. What used to work may now fail.
(2) PostgreSQL has sophisticated performance options which *are* transparent a
Re:can someone explain it (Score:1, Offtopic)
This evolution would bring together the legendary speed of postgresql with the phenomenal consistency and standards compliance of MySQL.
Which is to say, it's completely backward -- a fusion of the worst of each.
Re:Seriously though...can someone explain it (Score:5, Insightful)
Have you ever laughed at a hopped-up Dodge Neon with a whale tail and three rows of headlights? Well, imagine that the owner had found managed to buy a Ferrari, rip its engine out, and install it in the Dodge. It would be an interesting hack, but why not just drive the Ferrari in the first place?
Re: (Score:2)
Re: (Score:2)
Well, that's not what I'd meant, but I suppose that still works for certain values of "Dodge [dodge.com]" and "Ferrari [tinypic.com]".
Re: (Score:2)
Colt (Score:1)
The engine was a Mitsubishi at the time.
Some guys would pull the engine and mount it on a funny car chassis, IIRC.
And I always wanted to put an airfoil on the back of my Colt station wagon. And an air ram on the front.
Re: (Score:3, Funny)
It's kinda like someone making an add-on to firefox to allow it to use IE as a render engine in a given tab.
Oh, wait...
Re: (Score:1)
Re:The Lamest April Fools Story Yet (Score:5, Funny)
Eh (Score:3, Funny)
Can't hold my breath... (Score:3, Insightful)
Re: (Score:1)
When I were young, we 'ad a DL/I and a beating a day we considered ourselves LUCKY.
SQL Server Engine? (Score:2, Insightful)
Re: (Score:2)
MySQL teh suck? (Score:3, Insightful)
Re: (Score:3, Insightful)
1) Grass roots simply installing it
2) Snr Mgmt being dazzled by golf and wine weekends
I can get my techliterate boss to point to a costly Mysql enterprise support package in those high up meetings where nothing really gets decided, but decisions float down from, and we are fine to dump Oracle for the latest 2000 queries/day intranet site.
In reality the support will be mostly Usenet, but it keeps the suits happy knowing that it must be good because it has a
Re: (Score:2)
As long as it supports Parrot (Score:2)
That's the original combined Perl/Python scripting language, BTW, not the Perl 6 virtual machine that ripped off the name.
laugh if you like... (Score:5, Interesting)
There's a project called "dbilink" that uses the fact that you can run perl inside of postgresql to use DBI to talk to other databases. You can use tables from a mysql database inside of a postgres database...
Re: (Score:3, Informative)
Re: (Score:1)
Re: (Score:1)
DBI-Link adds on the ability to access external data sources for read and write. It doesn't reduce any of PostgreSQL's capabilities
Re: (Score:2)
In other words, he's trying to get DBI-Link to work with MORE databases in the future.
Oh, wait, were you being funny?
Never mind.
Re: (Score:2)
Re: (Score:3, Insightful)
The operative word here is "traditionally".
Once the immigrants got here, they immediately began discriminating against NEWER immigrants. Look at the histories of the Irish, the Italians, the Poles, the Russians, the Chinese, the Vietnamese, the Middle Easterners, the you-name-it.
That hasn't stopped.
It's human nature - if you're not one of "us" - for no matter how small a set of "us" (down to order 1 for m
MySQL vs Postgres (Score:1)
The only thing worse would be a linux plugin for windows.
Re: (Score:2)
Re: (Score:2)
Microsoft's ahead of you... (Score:2)
Windows Services for UNIX [microsoft.com]
Microsoft has been using this internally as a "killer app" for converting UNIX sites to Windows by not converting them to Windows for years:
http://www.securityoffice.net/mssecrets/hotmail.ht ml [slashdot.org]
Help Needed: Error 2013 (Score:5, Funny)
I compiled and installed the plugin and every time I try it, get the following:
dept.? (Score:2, Interesting)
Re: (Score:1)
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Anybody see the "Ballmer joins Linux Foundation" (Score:2)
The only funnier one would be "Richard Stallman hired as Microsoft open source evangelist."
(Now I wait for the FSF fanatics to tell me the difference between "open source" and "free" software - because they can't take a joke either...)