Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
|
|
10-16-2003, 03:08 PM
|
#1
|
Member
Registered: Jun 2003
Posts: 33
Rep:
|
Pgsql or mysql? other?
Hi all,
I am planning a new sql server for my office, I am currently using Mysql. My question (since this is linux questions) is which does everyone feel is better, MySQL or Postgre? I have read quite a bit on this, but I'd like to hear is from a bunch of real lifers. Anyone? Don't hesitate to post or ask for more info.
Thanks,
Ras
|
|
|
10-16-2003, 09:44 PM
|
#2
|
Member
Registered: Mar 2001
Location: Atlanta,GA
Distribution: Red Hat, Mandrake
Posts: 66
Rep:
|
I love MySQL
I run 6 websites (medium traffic) out of 1 DB with a celleron 600 and 128 MB RAM.
Never even blinks-and it's still pretty fast!!
|
|
|
10-16-2003, 10:31 PM
|
#3
|
Member
Registered: Sep 2003
Location: Edison, NJ
Distribution: Fedora, Mac OS X
Posts: 313
Rep:
|
I'd give MySQL thumbs up, although I've not used postgreSQL, just MySQL and Oracle. Since I started with MySQL, I've had no reasons to want to switch, FWIW.
Steve
|
|
|
10-17-2003, 11:31 AM
|
#4
|
Member
Registered: Jun 2003
Posts: 33
Original Poster
Rep:
|
Ok,
Thanks guys, I like mySQL too, but I just want to make sure I am not missing out on anything postgre could serve up. (bad pun intended)
Everyone else...chime in will ya?
Thanks
|
|
|
10-17-2003, 11:47 AM
|
#5
|
Member
Registered: Sep 2003
Location: Edison, NJ
Distribution: Fedora, Mac OS X
Posts: 313
Rep:
|
Quote:
Originally posted by Raspis21
Thanks guys, I like mySQL too, but I just want to make sure I am not missing out on anything postgre could serve up.
|
Why not just try it? It's not like you have to put cash on the barrel.
Steve
|
|
|
10-17-2003, 12:55 PM
|
#6
|
Member
Registered: Oct 2003
Location: Missouri
Distribution: Slackware
Posts: 32
Rep:
|
I started with PostgreSQL and I have never had a reason to switch. I have one server with MySQL and PostgreSQL both running so I can play with them. It is really a comfort thing as to what you are used to. Both are very capable and free but when I search for tools or look at DB applications, there seem to be more that are set up for MySQL.
No matter which one (or both) you run, I recommend PHPMyAdmin and PHPPgAdmim as the best GUI interfaces I have found.
|
|
|
10-17-2003, 02:38 PM
|
#7
|
Member
Registered: May 2003
Location: Ontario, Canada
Distribution: Mandrake 9.0, RedHat 7.3, Mandrake 9.2
Posts: 178
Rep:
|
i've looked quite a bit into this as well.
postgresql is FAR superior when it comes to mission critical data (row level locking etc). mysql just doesnt have the data integrity that you can count on.
mysql is good if you dont need a lot of locking and one users changes data at a time. like a small site with one admin and many readers.
i use mysql and sybase (costs money) in production. I have not used postgresql in production but if I were to switch the site that uses sybase, I could not use mysql I would have to go with postgresql.
After looking at this for a long time and wondering why people use mysql over postgresql. I believe it's because mysql has a bigger install base. If postgresql was the default DB your hosting provider offered, no one would complain.
Last edited by Pete Dogg; 10-17-2003 at 02:40 PM.
|
|
|
10-17-2003, 02:40 PM
|
#8
|
Member
Registered: May 2001
Location: Louisville, Kentucky, USA
Distribution: RedHat ES
Posts: 120
Rep:
|
I think it all really depends on what you need to do, the scale, the reliablity and such. I started with MySQL as a backend for applications, but ran into several walls trying to do complex queries that involved sub-selects. That's why I initially looked at PostgreSQL and I've never looked back.
I'm not sure if you know who Randall Scwartz is or not, but he's a well-respected author on Perl and in an article in Linux Magazine, he says that PostgreSQL is an open-source alternative to Oracle, as far as scalability, stability and features are concerned. And quite frankly, I agree with that.
|
|
|
10-17-2003, 04:09 PM
|
#9
|
Member
Registered: Jun 2003
Posts: 33
Original Poster
Rep:
|
Hey great,
Thanks guys, that is what I wanted to hear. I have looked as I said I have looked at a lot of comparisons, and think postgre could be a nice setup. I'll try it, but still keep that mysql ready as a backup. Thanks agian. Anyone else?
Ras
|
|
|
11-03-2003, 07:47 AM
|
#10
|
LQ Newbie
Registered: Oct 2003
Posts: 5
Rep:
|
Hi,
Sybase 11.0.3.3 is now *free* for production use. You can dowload a copy from http://linux.sybase.com/ase/11033download.html
I've used Sybase on IBM AIX for years and have always liked it, so I'm eager to see what it's like on Linux.
Trevor
Last edited by elpot2; 11-03-2003 at 07:49 AM.
|
|
|
11-05-2003, 08:07 PM
|
#11
|
Member
Registered: Aug 2003
Location: Texas, USA
Distribution: Slackware 9.1, SuSE 9.1
Posts: 245
Rep:
|
I think that the people behind mysql would give an argument for every statement mentioned that would superiorize PostgreSQL . I think its all propaganda, I believe they are both great DB's but I would personally go with MYSQL because of the, (what I believe at least) better support, and tools. Not to say anything bad about Postgre tho.... they're both awesome.
|
|
|
11-11-2003, 04:04 PM
|
#12
|
Member
Registered: Nov 2003
Location: New Zealand
Distribution: Redhat 9 2.4.20-8 Athlon, Windows 2000 Professional, FreeBSD
Posts: 122
Rep:
|
propaganda?
postgres is designed to be able to handle mass databasing, MySQL however fast it is, cannot compete with postgres on a large scale.
but if you are thinking small then go with MySQL
Personally I am having some issues with the PHP-> PostGres module, which kinda sucks, but oh well
|
|
|
11-12-2003, 01:05 AM
|
#13
|
Member
Registered: Aug 2003
Location: Texas, USA
Distribution: Slackware 9.1, SuSE 9.1
Posts: 245
Rep:
|
I do think the folks behind mysql would argue about its mass database capability. They'd point to the many large billion dollar corps using mysql as their database solution. mysql has come along way since its inception into the business world.
|
|
|
11-14-2003, 10:25 PM
|
#14
|
Member
Registered: Nov 2003
Location: New Zealand
Distribution: Redhat 9 2.4.20-8 Athlon, Windows 2000 Professional, FreeBSD
Posts: 122
Rep:
|
fair enough,
in conclusion, both are much better than m$-access
(I only use postgres because I only know postgres)
|
|
|
All times are GMT -5. The time now is 03:47 AM.
|
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
|
|