PostgreSQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesPostgreSQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 20th, 2001, 05:22 PM
shadrach shadrach is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: Earth
Posts: 3 shadrach User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to shadrach
Talking postreSQL is the best!

Exsqueeze me people, why does the mySQL forum have a million times more posts than the postgreSQL forum?

PostgreSQL has higher performance than mySQL, many more features, and is open source while mySQL is not.. get on the right bandwagon!

Reply With Quote
  #2  
Old June 20th, 2001, 11:18 PM
dwarf dwarf is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 300 dwarf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Get your facts right: MySQL is also GPL'ed. As far as the features go, yes, PostgreSQL is more powerful, but I guess people are affraid of that power...Or something like that...

Reply With Quote
  #3  
Old June 20th, 2001, 11:54 PM
thobbes867 thobbes867 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2001
Location: Northern Ohio
Posts: 75 thobbes867 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Just a note..

I like to try out applications from freshmeat a lot and 9 times out of ten the applications were meant for MySQL.

More use is gonna mean a larger Forum.

Reply With Quote
  #4  
Old July 1st, 2001, 07:18 PM
rycamor rycamor is offline
Gödelian monster
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 1999
Location: Central Florida, USA
Posts: 2,306 rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 6 h 42 m 51 sec
Reputation Power: 60
Another reason for the lack of Postgres posts is that many postgres users already know what they are doing, having already spent all the time they want to at MySQL/PHP. The less experienced users seem to be intimidated by Postgres.

I am starting to use Postgres, after having spent all the time I want at MySQL. While I deeply respect the MySQL design philosophy in creating a fast easy database system which is a great way to start programming dynamic websites, I am starting to desire some of the more advanced features, that I would normally have to *pay* for, but can now get for free with Postgres.

I just finished an installation of PHP-4.0.6 with MySQL (with Innodb transactions), and Postgres 7.1.2. I will say that PHP 4.0.6 is a speed demon .

I will be sharing a few experiences with my Postgres attemps here, so hopefully the posts will go up. I look forward to any helpful posts from experienced users.

BTW the new version of phpPgAdmin (version 3 beta) is completely redesigned and looks very promising as a web-based administrative GUI.

Also, one of the most interesting Freshmeat apps that uses "only Postgres" is SQL-Ledger, a complete web-based accounting system that looks very useful.
__________________
The real n-tier system:

FreeBSD -> PostgreSQL -> [any_language] -> Apache -> Mozilla/XUL

Amazon wishlist -- rycamor (at) gmail.com

Reply With Quote
  #5  
Old July 2nd, 2001, 09:19 AM
carpediem-it carpediem-it is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 56 carpediem-it User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Postgresql is good but not always the best DB to use.

We are trialing it after providing MySQL for 2 years, but because of the resources it uses it is going on a dedicated server. The other problem was the lack of GRANT for databases. But all seems well and very secure so far.

The problem is we are going to have to charge extra per database but the customers that want it are hard core... so they are ok with paying for it.

Good luck with it and I for one would like to know how you get on with it
Regards
Darren
__________________
HTTP://WWW.PHP4HOSTING.COM ($) HTTP://WWW.PHP4HOSTING.CO.UK (£)
Website Hosting from $4.80/£3pm -- .COM/.NET $39.98/£24.99
PHP4, MySQL (Root Access), Full CGI-BIN, Shell Access, FTP, POP3, WAP
Full Control Reseller Accounts, unlimited domains, FTP, POP, MySQL,PHP4

Reply With Quote
  #6  
Old July 2nd, 2001, 01:08 PM
rycamor rycamor is offline
Gödelian monster
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 1999
Location: Central Florida, USA
Posts: 2,306 rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 6 h 42 m 51 sec
Reputation Power: 60
Oh, I agree that MySQL is the perfect database for 99% of webhosting situations. Because of its simplicity, it has really removed the "barrier to entry" for new web developers. It has a very sophisticated user management system, and it is very resource-efficient.

PostgreSQL is more for writing serious applications, whether they be web-based or not. For example if you had a web-based multiuser accounting system, where there were many complicated interdependencies and constraints, it would be a nightmare to handle in MySQL.

Apparently, though, the PostgreSQL 7.1 series has made some major performance improvements. In general, the way to see the difference is: MySQL performs best as a distributor of data, where it's mostly just serving requests (SELECT queries), which is typical of a dynamic website. Postgres performs better than MySQL, though, when you have many different types of operations happening at once, such as INSERTs, UPDATEs, SELECTs, DELETEs, etc...

Reply With Quote
  #7  
Old July 20th, 2001, 09:12 AM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 17
Send a message via AIM to rod k
The other thing to remember about Postgres vs MySQL is that MySQL was designed for a multi-user environment. One daemon can handle a multitude of users, something that Postgres lacks. Thus hosting providers are much more likely to offer MySQL, therefore more users.
__________________
FSBO (For Sale By Owner) Realty

Reply With Quote
  #8  
Old July 25th, 2001, 11:31 AM
JeffCT JeffCT is offline
Dev
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Jan 2001
Posts: 1,436 JeffCT User rank is Sergeant Major (2000 - 5000 Reputation Level)JeffCT User rank is Sergeant Major (2000 - 5000 Reputation Level)JeffCT User rank is Sergeant Major (2000 - 5000 Reputation Level)JeffCT User rank is Sergeant Major (2000 - 5000 Reputation Level)JeffCT User rank is Sergeant Major (2000 - 5000 Reputation Level)JeffCT User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 5 h 52 m 59 sec
Reputation Power: 40
rod k I don't follow you at all. I don't think PostgreSQL is a single-user database
It's the same as MySQL, built for multi-user just like every RDBMS. I've never heard of a single-user RDBMS

Reply With Quote
  #9  
Old July 25th, 2001, 12:42 PM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 17
Send a message via AIM to rod k
OK, the first sentence wasn't stated in the best way, but the second and third stand. With pgsql you must have a seperate process for each user, with MySQL you don't. The daemon spawns children as connections are made and therefore for a typical virtual hosting setup, MySQL uses a LOT less resources moment by moment.

A typical v host can have 200 accounts. Using MySQL as the db allows there to be a variable number of processes running (anywhere from 1 to the number of simultaneous connections), whereas with pgsql you'd have to have 200 processes running constantly.

Reply With Quote
  #10  
Old July 25th, 2001, 06:42 PM
dwarf dwarf is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 300 dwarf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
So what you are saying is that MySQL uses therads, while Postgres uses fork()-s???

Reply With Quote
  #11  
Old July 25th, 2001, 07:45 PM
deepspring's Avatar
deepspring deepspring is offline
Is a Psycho
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: In your computer
Posts: 231 deepspring User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m
Reputation Power: 13
Send a message via AIM to deepspring Send a message via Yahoo to deepspring
postGres may have more features...

Postgres may have more features, yes. But you can't get a copy of it on Win32 platform if I remember correctly. This is a big let down for both developers and the community.

Some people, like myself, use expensive software like Macromedia products to design and build websites and cannot justify installing Linux on their machines just for Postgres. This is why MySQL is so popular in comparison, it comes on both, no need to Cygwin or Ming32 port anything.

If there is a port for Win32 (NOT Cygwin) out there that doen't require you to be a Unix C/C++ code wizard, then please tell me, cause I have looked and couldn't find one.

God Bless
Scott Smith
__________________
deepspring

- "Netscape 4 users are like lemmings... You can't help but laugh when one falls off a cliff"

Reply With Quote
  #12  
Old July 27th, 2001, 10:08 PM
dwarf dwarf is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 300 dwarf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
This might help. It still requires Cygwin, but at least it provides some instructions oh how to do it right:

http://people.freebsd.org/~kevlo/postgres/portNT.html

Cheers.

Reply With Quote
  #13  
Old March 19th, 2002, 03:11 PM
rycamor rycamor is offline
Gödelian monster
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 1999
Location: Central Florida, USA
Posts: 2,306 rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level)rycamor User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 6 h 42 m 51 sec
Reputation Power: 60
Actually these days, if you just do a default install of Cygwin, it automatically installs PostgreSQL. What could be easier? And you get all the other great Unix tools on Windows.

Reply With Quote
  #14  
Old March 26th, 2002, 03:33 AM
Ted Striker Ted Striker is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2002
Posts: 409 Ted Striker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 12
Thumbs up

I think all the gurus must be on the email discussion lists or the usenet groups:

http://groups.google.com/groups?hl=...ases.postgresql

Reply With Quote
  #15  
Old June 6th, 2002, 04:59 PM
niyogi niyogi is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Austin,TX
Posts: 62 niyogi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 55 sec
Reputation Power: 0
webdb (phpPgAdmin 3) was abandoned by the phpPgAdmin team. I guess they thought it was too much work to try to recreate something to the point of 2.4.1 from scratch. but 2.4.2b is out now for you folks to try out!

There aren't many good guis out there to administer PostgreSQL yet. pgAdmin does exist but it's still in it's infancy in terms of power.

I want a Visual Query Designer type tool for PostgreSQL

-S

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesPostgreSQL Help > postreSQL is the best!

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap