moving to PostgreSQL from MS-SQL and from Oracle, looking for feature comparison information

From: Yuri Budilov <yuri(dot)budilov(at)hotmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: moving to PostgreSQL from MS-SQL and from Oracle, looking for feature comparison information
Date: 2015-05-09 04:31:09
Message-ID: 1431145866893.43962@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Everyone

My employer is evaluating PostgreSQL as a possible replacement for Oracle 11g R2 and MS-SQL 2008 R2 for some systems.
I am completely new to PostgreSQL but experienced in MS-SQL and also in Oracle 11g R2.
We need to establish what PostgreSQL is good at and not so good at - so we can decide where to use it. The OS will be 64-bit Linux (probably Red Hat Linux or Oracle Linux).

Are there any documents comparing these products in terms of features?
That would save me asking a lot of questions and save me weeks or months of reading of PostgreSQL manuals.

In the meantime, I have scanned the manual for PostgreSQL 9.4 and there are a few things I was not able to find in the manual, my apologies if I missed it:

1. does PostgreSQL have parallel query capability like MS-SQL 2008+ and Oracle 11g+ ? Or does a single query only run on 1 CPU?
2. does PostgreSQL have ability to apply query optimizer hints to individual queries - such as use a particular index, join type, join order, plan guides, etc ?
3. does PostgreSQL have Column-Store capability?
4. does PostgreSQL have anything resembling Microsoft SQL Server Profiler Trace or Extended Events ?
5. does PostgreSQL have a database backup capability such that not a single transaction is lost in case of hardware failure? Some of our target databases are several TeraBytes in size with several hundred concurrent connections and transactions are financial in their nature. So we need extremely robust backup/restore capability, 100% on-line.
6. does PostgreSQL support NUMA on Intel based X64 servers and does it support Hyper-Threading ?
7. does PostgreSQL support in-memory store (similar to Oracle 12c in-memory and SQL Server 2014 in-memory OLTP) ?
8. does PostgreSQL have temporary tables support?

Many thanks
Yuri Budilov
Melbourne
Australia

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Maxim Boguk 2015-05-09 07:23:33 Re: moving to PostgreSQL from MS-SQL and from Oracle, looking for feature comparison information
Previous Message Ramesh T 2015-05-08 15:03:44 Re: Functions