Re: [9.0] On temporary tables - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: [9.0] On temporary tables
Date
Msg-id AANLkTimdmcVPWe6DDHXhTuKODwXKuMyx2kUxzO3AKf9w@mail.gmail.com
Whole thread Raw
In response to Re: [9.0] On temporary tables  (Andy Colson <andy@squeakycode.net>)
List pgsql-general
you can pass in/out very large set of data inside a transaction by
using temp tables. Temporary tables are one of the greatest features
of SQL dbs.
Here's one fact, it most often takes as long to transfer data from/to
a query/function as it takes to execute it. By storing data on the
server side, you shave that cost off. This is something most people
don't think about when dealing with large sets of data.

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: PostgreSQL server not starting.
Next
From: Vincenzo Romano
Date:
Subject: Re: [9.0] On temporary tables