Search Postgresql Archives

Re: What is pg_toast_temp_* in my DB?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 






Date: Tue, 4 Jan 2011 15:53:30 +0600
Subject: What is pg_toast_temp_* in my DB?
From: rummandba@xxxxxxxxx
To: pgsql-general@xxxxxxxxxxxxxx

What is pg_toast_temp_* in my DB?

Hello!

pg_toast_temp_* are some special schemas where temporary tables are created.
Having special schemas for temporary tables allows low-level code to recognize such tables as temp ones, so we have many optimizations.
I believe that in the documentation there's more explanations about it.

Regards,
Andre Fernandes.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux