Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   What so special about PostgreSQL and other RDBMS? (http://www.velocityreviews.com/forums/t814453-what-so-special-about-postgresql-and-other-rdbms.html)

Sarah Tanembaum 05-04-2004 05:21 PM

What so special about PostgreSQL and other RDBMS?
 
Beside its an opensource and supported by community, what's the fundamental
differences between PostgreSQL and those high-price commercial database (and
some are bloated such as Oracle) from software giant such as Microsoft SQL
Server, Oracle, and Sybase?

Is PostgreSQL reliable enough to be used for high-end commercial
application? Thanks



Rove Monteux 05-04-2004 05:30 PM

Re: What so special about PostgreSQL and other RDBMS?
 
Bit offtopic, but yes, indeed it is. Starting point on that,

http://advocacy.postgresql.org/casestudies/


Cheers

Rove


--
Rove Monteux
Systems Administrator


Sarah Tanembaum wrote:

>Beside its an opensource and supported by community, what's the fundamental
>differences between PostgreSQL and those high-price commercial database (and
>some are bloated such as Oracle) from software giant such as Microsoft SQL
>Server, Oracle, and Sybase?
>
>Is PostgreSQL reliable enough to be used for high-end commercial
>application? Thanks
>
>
>
>
>
>
>





Volker Hetzer 05-04-2004 05:33 PM

Re: What so special about PostgreSQL and other RDBMS?
 

"Sarah Tanembaum" <sarah.tanembaum@yahoo.com> schrieb im Newsbeitrag news:c78jfi$vomj$1@ID-205437.news.uni-berlin.de...
> Beside its an opensource and supported by community, what's the fundamental
> differences between PostgreSQL and those high-price commercial database (and
> some are bloated such as Oracle) from software giant such as Microsoft SQL
> Server, Oracle, and Sybase?
>
> Is PostgreSQL reliable enough to be used for high-end commercial
> application? Thanks

No idea. What I like about oracle is the tools, especially rman and the wizards
and also the support. Paying for something gives me power over the guy I pay.
Also, I like to have lots of little screws to tailor my database to the specific hardware
and load profile.

Lots of Greetings!
Volker

Fred Emmott 05-04-2004 06:18 PM

Re: What so special about PostgreSQL and other RDBMS?
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sarah Tanembaum wrote:

> Beside its an opensource and supported by community, what's the
> fundamental differences between PostgreSQL and those high-price commercial
> database (and some are bloated such as Oracle) from software giant such as
> Microsoft SQL Server, Oracle, and Sybase?
>
> Is PostgreSQL reliable enough to be used for high-end commercial
> application? Thanks


I would recommend MySQL if you are looking for an alternative. I know
nothing of PostgreSQL, but I know that MySQL is suitable for use as a
high-usage database.

Fred
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAl95/ima0zti2BQgRAo6FAJ0eUN3b9uYV86budS8uVuhj492OfwCeJE 92
/ZA1d4Uu1NdwN/Kmcuquh+Y=
=Q60M
-----END PGP SIGNATURE-----

Tom Copeland 05-04-2004 06:31 PM

Re: What so special about PostgreSQL and other RDBMS?
 
On Tue, 2004-05-04 at 14:23, Fred Emmott wrote:
> > Is PostgreSQL reliable enough to be used for high-end commercial
> > application? Thanks


PostgreSQL runs RubyForge... it's not very high volume - half million
records, 70-80K queries a day - but it does the job.

<shameless>
Good tools for it too! http://pqa.rubyforge.org/
</shameless>

Yours,

Tom




Armin Roehrl 05-04-2004 06:45 PM

Re: What so special about PostgreSQL and other RDBMS?
 
Postgresql and MySQL are both very impressive.

The latest Oracle 10g comes with zillions of features that might
be relevant to you or not.

Oracle 10g has many features you might maybe never need,
but mysql cluster does not yet contain. I do not know much
about the latest DB2 clustering possibilities.

These "monster" Databases like Oracle are more than just
a database. You have tons of platform integration possibilities.

I think the choice really depends on what you are going todo
and there is no simple answer.

Good luck,
-Armin








rkusenet 05-04-2004 07:30 PM

Re: What so special about PostgreSQL and other RDBMS?
 
"Daniel Morgan" <damorgan@x.washington.edu> wrote

> > Beside its an opensource and supported by community, what's the fundamental
> > differences between PostgreSQL and those high-price commercial database (and
> > some are bloated such as Oracle) from software giant such as Microsoft SQL
> > Server, Oracle, and Sybase?
> >
> > Is PostgreSQL reliable enough to be used for high-end commercial
> > application? Thanks

>
> PostgreSQL is highly overrated and not suitable for any environment
> where little things like crash recovery and security are a priority.


Why postgresSQL?? Why don't u say that all RDBMS except Oracle is
highly overrated. This way u don't have to fear about ur job for any
foreseeable future.

Your attitude reminds me of the attitude Americans had towards outsourcing
some 4/5 yrs ago. At that time all they could do is to arrogantly dismiss
outsourcing as unsustainable model. We all know what happened to them today.

I see lot of similarity between movement towards outsourcing few yrs
ago and now movement towards open source database. US companies, after
achieving cost savings thru outsourcing will next turn their attention
to money guzzling enterprise software like RDBMS. How long do you think
it will take them to realize that most of them don't deserve the price
tag they pay.

See ya after 3 yrs in Bangalore :-)






rkusenet 05-05-2004 01:28 AM

Re: What so special about PostgreSQL and other RDBMS?
 
"Daniel Morgan" <damorgan@x.washington.edu> wrote

> Because saying so wouldn't be true. There are documented security and
> recovery practices for all of the commercial RDBMS products. There are
> books, case studies, and years of experience from industry professionals
> supporting the fact that while they may be different ... they all work.
> The same can not be said for PostgreSQL. MySQL, in this regard, has a
> far better record.
>
> Care to disagree? Fine. Provide the names of 5 major commercial
> installations of PostgreSQL.


Mine was a comment on ur attitude towards any non oracle product.
I can show examples where you attacked MYSQL also. Just like you
attack DB2/Informix and your pet hate object SQLServer.

You are right that MySQL has a far better record than PostgreSQL
and IMO they will give all commercial RDBMS a run for their money.

I can only spell PostgreSQL. So I can't name any installations
of PostgreSQL.

> There ... gave you five more for free. If you've got something to
> talk about ... name names ... otherwise stop promoting freeware
> as though it was worth more than its price.


Freeware also includes MySQL. (actually they are no longer free
for profit oriented corporations)



Mikito Harakiri 05-05-2004 01:37 AM

Re: What so special about PostgreSQL and other RDBMS?
 
Fred Emmott <pcfreak65@hotmail.com> wrote in message news:<1d3lm1-js6.ln1@fred.lan>...
> I would recommend MySQL if you are looking for an alternative. I know
> nothing of PostgreSQL, but I know that MySQL is suitable for use as a
> high-usage database.


You are kidding, right? Out of curiosity I took a look at MySQL
performance tuning manual. It's almost empty. The example where their
engine picks up Cartesian Product due to type mismatch is strikingly
naive. Scanning a single table by index that MySQL seems to emphasize
is not a benchmark.

Dusan Bolek 05-05-2004 06:16 AM

Re: What so special about PostgreSQL and other RDBMS?
 
"rkusenet" <rkusenet@sympatico.ca> wrote in message news:<c78quu$136n3$1@ID-75254.news.uni-berlin.de>...
> Your attitude reminds me of the attitude Americans had towards outsourcing
> some 4/5 yrs ago. At that time all they could do is to arrogantly dismiss
> outsourcing as unsustainable model. We all know what happened to them today.


Yes, you've got the point. Behind both of these models (outsourcing
and free soft) is the idea that the quality is not important, the only
thing that matter are costs and their cuts. And you're also true that
freeware alternatives will earn their place. In the world where CIO is
one year temp job and the best thing on CIO's CV is cutting cost to
10% and sack off 80% of internal staff because of outsourcing to
India, in this world free databases are very tempting way to go. Of
course, the outcome will be lowered availability, higher maintenance
costs, security problems and damaged business reputation, but who gave
a f*ck, we saved 90% of our internal IT budget.

--
Dusan Bolek

Email: spambin@seznam.cz
Pls add "Not Guilty" to the subject, otherwise your email is going to
be burnt as a SPAM.


All times are GMT. The time now is 11:39 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.