Res: Res: Res: Archive files growth!!!

From: paulo matadr <saddoness(at)yahoo(dot)com(dot)br>
To: GENERAL <pgsql-general(at)postgresql(dot)org>
Subject: Res: Res: Res: Archive files growth!!!
Date: 2008-11-19 12:01:06
Message-ID: 894421.70634.qm@web52510.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Output:

teste=# \d cliente_fone
Table "cadastro.cliente_fone"
Column | Type | Modifiers
------------------------+---------------- -------------+------------------------
cfon_id | integer | not null
clie_id | integer | not null
cfon_cdddd | character(2) |
cfon_nnfone | character varying(9) |
cfon_nnfoneramal | character varying(4) |
cfon_icfonepadrao | smallint |
fnet_id | integer | not null
cfon_tmultimaalteracao | timestamp without time zone | not null default now()
cfon_nmcontato | character varying(50) |
Indexes:
"cliente_fone_pkey" PRIMARY KEY, btree (cfon_id)
Foreign-key constraints:
"cliente_fone_clie_id_fkey" FOREIGN KEY (clie_id) REFERENCES cliente(clie_id) ON UPDATE RESTRICT ON DELETE RESTRICT
"cliente_fone_fnet_id_fkey" FOREIGN KEY (fnet_id) REFERENCES fone_tipo(fnet_id) ON UPDATE RESTRICT ON DELETE RESTRICT

thanks

________________________________
De: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Para: paulo matadr <saddoness(at)yahoo(dot)com(dot)br>
Cc: GENERAL <pgsql-general(at)postgresql(dot)org>
Enviadas: Segunda-feira, 17 de Novembro de 2008 21:27:27
Assunto: Re: Res: Res: [GENERAL] Archive files growth!!!

paulo matadr wrote:
>
> result for your query
>
> "cliente_fone" 341130 3345 26760k

OK. And what about indexes, logging triggers, etc?

Can you post the output of:

\d client_fone

from psql?

(I can't really imagine how indexes alone could generate that much
logging data, though).

--
Craig Ringer

--
Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Abdul Rahman 2008-11-19 12:14:00 Scheduling backup via PgAgent
Previous Message Raymond O'Donnell 2008-11-19 11:07:10 Re: Connecting to old 7.1 Database