Re: [9.0] On temporary tables

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Andy Colson <andy(at)squeakycode(dot)net>
Cc: Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [9.0] On temporary tables
Date: 2010-09-30 14:09:34
Message-ID: AANLkTimdmcVPWe6DDHXhTuKODwXKuMyx2kUxzO3AKf9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Romano 2010-09-30 14:12:33 Re: [9.0] On temporary tables
Previous Message Merlin Moncure 2010-09-30 14:07:05 Re: PostgreSQL server not starting.