Re: Vacuum and state_change

From: armand pirvu <armand(dot)pirvu(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vacuum and state_change
Date: 2017-06-09 21:26:05
Message-ID: 76C84CAE-F0BB-482A-96B2-234B56AAE957@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> On Jun 9, 2017, at 4:20 PM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>
> On 06/09/2017 02:01 PM, armand pirvu wrote:
>>> On Jun 9, 2017, at 3:52 PM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>>>
>>> On 06/09/2017 01:31 PM, armand pirvu wrote:
>>>
>>>>>
>
>
>> By temporary tables I mean just regular table not tables created by "create temporary table" . I should have been more precise. We call them temporary since we do drop them after all is said and done. Maybe we should change the way we call them
>
> You will want to look at this before making that decision:
>
> https://www.postgresql.org/docs/9.6/static/sql-createtable.html
>
> Temporary Tables
>
>
> Basically, temporary tables are session specific.
>

I noticed that, but since we use multiple schemas can not have a session temp table in non temp schema

We have those in place for a specific reason in case we mess some processing in between and we want to be able to have the data which we started with.

>
>> 9.5 but considering I can track what auto vacuum does I was thinking to use that as a reason to the upgrade advantage
>
> It is nice, you just have to weigh against what effect the other changes:
>
> https://www.postgresql.org/docs/9.6/static/release-9-6.html
>
> might have on your setup.
>
>

As of now I don’t think we have a draw back per se. We are poised to go live on Postgres soon though so I was thinking maybe have this upgrade done before going live ? Just a thought

>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2017-06-09 21:30:48 Re: Limiting DB access by role after initial connection?
Previous Message Ken Tanzer 2017-06-09 21:20:29 Re: Limiting DB access by role after initial connection?