Re: [SQL] Autovaccum

2006-12-19 Thread Markus Schaber
Hi, Ezequias, "Ezequias Rodrigues da Rocha" <[EMAIL PROTECTED]> wrote: > What is the interval of time the vacuum will run on my database ? That depends on your settings and load. Autovacuum looks at every table, and checks the number of modifications, as well as the total number of transactions

Re: [SQL] Autovaccum

2006-12-01 Thread Shane Ambler
Ezequias Rodrigues da Rocha wrote: Could you tell me if only this both options are ok (attach) ? If I don't mark the interval of vacuuns what will be the interval of each vacuum ? The default settings may be fine for you, it depends a bit on how many insert/updates you get in a given time fra

Re: [SQL] Autovaccum

2006-11-30 Thread Ezequias Rodrigues da Rocha
Just a little question. What is the interval of time the vacuum will run on my database ? Ezequias 2006/11/30, Matthew T. O'Connor : Ezequias Rodrigues da Rocha wrote: > It is possible to set this up on PgAdmin ? I don't know. > I need to shutdown the postgresql service to change this parame

Re: [SQL] Autovaccum

2006-11-30 Thread Matthew T. O'Connor
Ezequias Rodrigues da Rocha wrote: It is possible to set this up on PgAdmin ? I don't know. I need to shutdown the postgresql service to change this parameters ? No, you can just modify the params in postgresql.conf and HUP the server so that it re-reads the config file, no restart require

Re: [SQL] Autovaccum

2006-11-30 Thread Shane Ambler
Alvaro Herrera wrote: Ezequias Rodrigues da Rocha wrote: Hi list, I would like to know if it is necessary to set my database to autovaccum if the intent of my DB Manager is do not make any deletion in any time. If there is no deletions why autovaccum ok ? > You need to vacuum from time to ti

Re: [SQL] Autovaccum

2006-11-30 Thread Ezequias Rodrigues da Rocha
It is possible to set this up on PgAdmin ? I need to shutdown the postgresql service to change this parameters ? ps: Your information was very clear for me. Thank you very much. Ezequias 2006/11/30, Peter Childs <[EMAIL PROTECTED]>: On 30/11/06, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > Eze

Re: [SQL] Autovaccum

2006-11-30 Thread Peter Childs
On 30/11/06, Alvaro Herrera <[EMAIL PROTECTED]> wrote: Ezequias Rodrigues da Rocha wrote: > Hi list, > > I would like to know if it is necessary to set my database to > autovaccum if the intent of my DB Manager is do not make any deletion > in any time. > > If there is no deletions why autovaccum

Re: [SQL] Autovaccum

2006-11-30 Thread Alvaro Herrera
Ezequias Rodrigues da Rocha wrote: > Hi list, > > I would like to know if it is necessary to set my database to > autovaccum if the intent of my DB Manager is do not make any deletion > in any time. > > If there is no deletions why autovaccum ok ? You need to vacuum from time to time anyway, eve

[SQL] Autovaccum

2006-11-30 Thread Ezequias Rodrigues da Rocha
Hi list, I would like to know if it is necessary to set my database to autovaccum if the intent of my DB Manager is do not make any deletion in any time. If there is no deletions why autovaccum ok ? Regards Ezequias ---(end of broadcast)--- TIP