Re: [9.0] On temporary tables

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: [9.0] On temporary tables
Дата
Msg-id AANLkTimdmcVPWe6DDHXhTuKODwXKuMyx2kUxzO3AKf9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [9.0] On temporary tables  (Andy Colson <andy@squeakycode.net>)
Список 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 по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: PostgreSQL server not starting.
Следующее
От: Vincenzo Romano
Дата:
Сообщение: Re: [9.0] On temporary tables