Re: performance of temporary vs. regular tables - Mailing list pgsql-performance

From Grzegorz Jaśkiewicz
Subject Re: performance of temporary vs. regular tables
Date
Msg-id AANLkTik4_exB6U3GlfLMNIgPSk0G3RVQ8fWBTzwekrke@mail.gmail.com
Whole thread Raw
In response to performance of temporary vs. regular tables  (Joachim Worringen <joachim.worringen@iathh.de>)
Responses Re: performance of temporary vs. regular tables
List pgsql-performance
temporary tables are handled pretty much like the regular table. The
magic happens on schema level, new schema is setup for connection, so
that it can access its own temporary tables.
Temporary tables also are not autovacuumed.
And that's pretty much the most of the differences.

pgsql-performance by date:

Previous
From: Joachim Worringen
Date:
Subject: performance of temporary vs. regular tables
Next
From: Joachim Worringen
Date:
Subject: Re: performance of temporary vs. regular tables