Re: create table in memory

From: Peter Kroon <plakroon(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: create table in memory
Date: 2012-11-23 09:13:36
Message-ID: CAOh+DO=Lq0HkbMv+xHuU-dk7KMV863JoF-iXNLUaAM_=3KFtQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've converted some mssql functions and they appear to be slower in pgsql.
I use a lot of declared tables in mssql as they are created in memory.
Which makes it very fast.

2012/11/23 Peter Kroon <plakroon(at)gmail(dot)com>

> Is a temp table created to memory(ram) or disk?
> I've converted some msssq
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message raghu ram 2012-11-23 09:22:07 Re: create table in memory
Previous Message Peter Kroon 2012-11-23 09:11:48 create table in memory