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

From: Jack Christensen <jack(at)jackchristensen(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: moving to PostgreSQL from MS-SQL and from Oracle, looking for feature comparison information
Date: 2015-05-09 12:32:35
Message-ID: 554DFE63.6050103@jackchristensen.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/09/2015 06:33 AM, Stephen Frost wrote:
> Temporary tables will be in memory unless they overflow work_mem and
> we do support unlogged tables and tablespaces which you could stick
> out on a ramdisk if you want.
I would suggest not putting a table space on a ramdisk. According to the
docs this risks corrupting the entire cluster.

http://www.postgresql.org/docs/9.4/static/manage-ag-tablespaces.html

Jack

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2015-05-09 14:27:03 Re: moving to PostgreSQL from MS-SQL and from Oracle, looking for feature comparison information
Previous Message Stephen Frost 2015-05-09 11:33:14 Re: moving to PostgreSQL from MS-SQL and from Oracle, looking for feature comparison information