Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-17-2005, 01:44 PM
|
#1
|
Member
Registered: Mar 2005
Posts: 138
Rep:
|
MySQL x PostgreSQL
Greetings
I work for the Federal Government in my country and due to costs cuts, we're currently running an open source migration project.
So far we have workstations and file/printing servers, dns and dhcp migrated. In this project is the migration of the intranet, from IIS/.NET/SQL Server to Apache/PHP/????.
The ???? would be MySQL or PostgreSQL, but I really don't have any kind of experience with any of those. Are there major diferences between them?
Thanks
|
|
|
08-17-2005, 02:00 PM
|
#2
|
Senior Member
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690
Rep:
|
MySQL seems to be more supported in open source projects than postgreSQL. Postgresql seems more complete, "featuresfull" than mysql however.
|
|
|
08-17-2005, 03:43 PM
|
#3
|
LQ Newbie
Registered: Nov 2004
Distribution: Slackware 10.2, RHEL4 AS
Posts: 29
Rep:
|
PostgreSQL in my opinion, but do some research on them both..
here's a link to get you started:
http://www.devx.com/dbzone/Article/20743
|
|
|
09-02-2005, 01:31 PM
|
#5
|
Member
Registered: Sep 2005
Distribution: (U/K/X)buntu 6.1 (newer box) / D*mn Small Linux (older box)
Posts: 326
Rep:
|
i use lapp... linux, apache, php and postgresql. i love the setup and postgresql is an amazing db. not an amazing OSS db, but an amazing db, period.
mysql does have a general speed advantage over postgresql in most cases, but postgresql, as has been mentioned, is a more complete db.
the speed advantage, to me was less important (basically, inconsequential as postgresql performs admirably) than the completeness of the db. as h/w continues to improve, it will become less and less important, not to mention postgresql is working on improving speed (as i'm sure mysql is, too).
postgresql has full foreign key support, which is important to me. the latest mysql may have foreign key support, but they definitely didn't not too long ago. i like postgresql's transaction support - and it has a few more goodies, too.
i also use a db abstraction layer called ADOdb. i find that it works very nicely for my needs. the documentation is good and will minimize code changes if you switch to another db.
sesamestreet.org uses a LAPP setup, too. check out their site to gauge performance. they get nearly 500k hits a month.
i also recommend taking a hard look at Manuel Lemos' form generation and validation php class available via phpclasses.net. i use it and like it a lot. Manuel Lemos is also an active participant in his mailing list and has been very helpful in my effort to learn and apply his class.
you liekly are planning to implement CSS. if not, rethink your approach. CSS is extremely nice once you get your layout down and cross browser compatible (which will likely not be an easy task due to various browser bugs).
best of luck.
|
|
|
09-06-2005, 10:30 AM
|
#6
|
Member
Registered: Feb 2004
Location: USA
Distribution: Debian
Posts: 174
Rep:
|
Postgres supports Kerberos and other methods of authentication - MySQL seems to only support its own internal list of users and passwords. This was the deciding feature for me to pick Postgres.
|
|
|
All times are GMT -5. The time now is 03:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|