Re: [PERFORM] disable archiving

2007-07-24 Thread valgog
On Jul 23, 7:24 pm, [EMAIL PROTECTED] (Paul van den Bogaard)
wrote:
 the manual somewhere states ... if archiving is enabled... To me
 this implies that archiving can be disabled. However I cannot find
 the parameter to use to get this result. Or should I enable archiving
 and use a backup script like

 #!/usr/bin/bash
 exit 0

 Would appreciate a hint. And yes I know I put my database in danger
 etc. This is for some benchmarks where I do not want the overhead of
 archiving. Jus a file system that will not fill with zillions of
 these 16MB WAL files ;^)

 Thanks
 Paul.

 ---(end of broadcast)---
 TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Is it normal to spoil other threads? or is it a bug?

If it is not a bug, please change the subject of the topic back to
what it was!

With best regards,

Valentine Gogichashvili


---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[PERFORM] disable archiving

2007-07-23 Thread Paul van den Bogaard
the manual somewhere states ... if archiving is enabled... To me  
this implies that archiving can be disabled. However I cannot find  
the parameter to use to get this result. Or should I enable archiving  
and use a backup script like


#!/usr/bin/bash
exit 0



Would appreciate a hint. And yes I know I put my database in danger  
etc. This is for some benchmarks where I do not want the overhead of  
archiving. Jus a file system that will not fill with zillions of  
these 16MB WAL files ;^)


Thanks
Paul.



---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [PERFORM] disable archiving

2007-07-23 Thread Alvaro Herrera
Paul van den Bogaard wrote:
 the manual somewhere states ... if archiving is enabled... To me this 
 implies that archiving can be disabled. However I cannot find the parameter 
 to use to get this result.

Archiving is disabled by not setting archive_command.

-- 
Alvaro Herrerahttp://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [PERFORM] disable archiving

2007-07-23 Thread A. Kretschmer
am  Mon, dem 23.07.2007, um 19:24:48 +0200 mailte Paul van den Bogaard 
folgendes:
 the manual somewhere states ... if archiving is enabled... To me  

Please don't hijack other threads...

(don't edit a mail-subject to create a new thread. Create a NEW mail!)


Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: - Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


Re: [PERFORM] disable archiving

2007-07-23 Thread Arjen van der Meijden

Perhaps you should've read the configuration-manual-page more carefully. ;)
Besides, WAL-archiving is turned off by default, so if you see them 
being archived you actually enabled it earlier


The archive_command is empty by default: If this is an empty string 
(the default), WAL archiving is disabled.


http://www.postgresql.org/docs/8.2/interactive/runtime-config-wal.html

Best regards,

Arjen

On 23-7-2007 19:24 Paul van den Bogaard wrote:
the manual somewhere states ... if archiving is enabled... To me this 
implies that archiving can be disabled. However I cannot find the 
parameter to use to get this result. Or should I enable archiving and 
use a backup script like


#!/usr/bin/bash
exit 0



Would appreciate a hint. And yes I know I put my database in danger etc. 
This is for some benchmarks where I do not want the overhead of 
archiving. Jus a file system that will not fill with zillions of these 
16MB WAL files ;^)


Thanks
Paul.



---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly



---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [PERFORM] disable archiving

2007-07-23 Thread Paul van den Bogaard

Alvaro,

thanks for the quick reply. Just to make sure: I do not set this  
command. This results in the database cycling through a finite set  
(hopefully small) set of WAL files. So old WAL files are reused once  
the engine thinks this can be done.


Thanks
Paul


On 23-jul-2007, at 19:34, Alvaro Herrera wrote:


Paul van den Bogaard wrote:
the manual somewhere states ... if archiving is enabled... To me  
this
implies that archiving can be disabled. However I cannot find the  
parameter

to use to get this result.


Archiving is disabled by not setting archive_command.

--
Alvaro Herrerahttp:// 
www.CommandPrompt.com/

The PostgreSQL Company - Command Prompt, Inc.


 
-
Paul van den Bogaard
[EMAIL PROTECTED]

CIE -- Collaboration and ISV Engineering, Opensource Engineering group

Sun Microsystems, Inc  phone:+31  
334 515 918
Saturnus 1  
extentsion: x (70)15918
3824 ME Amersfoort mobile:   +31  
651 913 354
The Netherlands 
fax:+31 334 515 001



---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings