Re: Trade Study on Oracle vs. PostgreSQL

From: Steve Atkins <steve(at)blighty(dot)com>
To: Postgres-General General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Trade Study on Oracle vs. PostgreSQL
Date: 2010-09-24 15:56:37
Message-ID: E9A03FA2-FAA6-47F0-AC33-9A2C5516F7D7@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Sep 24, 2010, at 7:52 AM, Wang, Mary Y wrote:

> Hi All,
>
> We are starting a new project in my organization and need to have a database. I proposed that we use PostgreSQL. Because we already have the Oracle infrastructure in-house, I'm told that I need to do a simple trade study on Oracle vs. PostgreSQL. Based on the database requirements, it looks like we just need to create some relatively simple tables. I'd like to get buy-ins from my co-workers. I googled the web, and couldn't find anything that are more recent stuff. Does anyone have more recent information?
>
>
> Thanks. Any help is greatly appreciated.

Assuming that both Oracle and Postgresql have the features you need (which they likely do) you're really talking about performance and TCO.

Your contract with Oracle prevents you from publishing any benchmarks, so you won't find much published about it (which, in itself, says something about Oracle performance vs cost).

If you just need to see whether postgresql runs well enough for your needs you'll need to install it, on decent hardware, and tune it and see how well it works with your application. Or, if you just want to run some basic synthetic benchmarks you might find pg_bench useful.

If you're looking for a performance trade study between postgresql and oracle then you'll need to run the comparison yourself - ideally using the application you're interested in using with the database, or a synthetic benchmark that's similar in transaction rate, complexity and concurrency. Again, you'd need to run them on comparable hardware and tune them both well.

If you have some budget for evaluation I suspect that one of the postgresql companies could install and tune an installation for you pretty inexpensively.

Cheers,
Steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gauthier, Dave 2010-09-24 16:14:19 Re: Trade Study on Oracle vs. PostgreSQL
Previous Message Adrian Klaver 2010-09-24 15:11:55 Re: Creating a column interger with default to not null