Re: Too slow to create new schema and their tables, functions, triggers.

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Too slow to create new schema and their tables, functions, triggers.
Date: 2019-07-25 22:16:25
Message-ID: 1564092985717-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

So, what should I tune on autovacuum ?
My script was running strangely. Postgres log shows me the time spent to
create functions. That happens when creating triggers and tables too.
Sometimes it´s too fast and sometimes ...

statement: create or replace function valoresdfe... 0 mins 1.135 secs
statement: create or replace function dadosorigem... 0 mins 0.055 secs
statement: CREATE OR REPLACE FUNCTION SONU... 0 mins 0.013 secs
statement: create or replace function contatoscampa... 2 mins 13.492 secs
statement: create or replace function FORMATARTELEF... 0 mins 0.013 secs
statement: create or replace function ChecaVar 0 mins 0.012 secs
statement: CREATE or replace FUNCTION criatrigge... 1 mins 16.42 secs

So, is this a vacuum problem ? What do I need to configure it ?
And again, if I do a Reindex database before creating that schema, it works
perfectly.

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-07-25 22:52:48 Re: Too slow to create new schema and their tables, functions, triggers.
Previous Message Kevin Brannen 2019-07-25 19:52:42 RE: SELECT INTO question