Re: [PERFORM] PITR performance overhead?

2006-08-02 Thread Denis Lussier
If your server is heavily I/O bound AND you care about your data AND your are throwing out your WAL files in the middle of the day... You are headed for a cliff.  I'm sure this doesn't apply to anyone on this thread, just a general reminder to all you DBA's out there who sometimes are too busy to implement PITR until after a disaster strikes. I know that in the past I've personally been guilty of this on several occasions.
--Denis EnterpriseDB (yeah, rah, rah...)On 8/1/06, Merlin Moncure [EMAIL PROTECTED] wrote:
On 8/1/06, George Pavlov [EMAIL PROTECTED]
 wrote: I am looking for some general guidelines on what is the performance overhead of enabling point-in-time recovery (archive_command config) on an 8.1 database. Obviously it will depend on a multitude of factors, but
 some broad-brush statements and/or anecdotal evidence will suffice. Should one worry about its performance implications? Also, what can one do to mitigate it?pitr is extremely cheap both in performance drag and administation
overhead for the benefits it provides.it comes almost for free, justmake sure you can handle all the wal files and do sane backupscheduling.in fact, pitr can actually reduce the load on a serverdue to running less frequent backups.if your server is heavy i/o
loaded, it might take a bit of planning.merlin---(end of broadcast)---TIP 4: Have you searched our list archives? 
http://archives.postgresql.org


[PERFORM] PITR performance overhead?

2006-08-01 Thread George Pavlov
I am looking for some general guidelines on what is the performance
overhead of enabling point-in-time recovery (archive_command config) on
an 8.1 database. Obviously it will depend on a multitude of factors, but
some broad-brush statements and/or anecdotal evidence will suffice.
Should one worry about its performance implications? Also, what can one
do to mitigate it? 

Thanks,

George

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

   http://archives.postgresql.org


Re: [PERFORM] PITR performance overhead?

2006-08-01 Thread Bill Moran
In response to George Pavlov [EMAIL PROTECTED]:

 I am looking for some general guidelines on what is the performance
 overhead of enabling point-in-time recovery (archive_command config) on
 an 8.1 database. Obviously it will depend on a multitude of factors, but
 some broad-brush statements and/or anecdotal evidence will suffice.
 Should one worry about its performance implications? Also, what can one
 do to mitigate it? 

Prior to implementing PITR, I did some testing to see what kind of
overhead it would add.  It was negligible.  I don't remember the details,
but I seem to remember the performance hit was barely measurable.

Note that in our usage scenarios, we have very little IO compared to
CPU usage.  The result is that our DB servers have plenty of disk
bandwidth to spare.  Since the log backup occurs as a background
process, it made almost no difference in our tests.  If your DB is
very IO intensive, you may have different results.

-- 
Bill Moran
Collaborative Fusion Inc.


IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.


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


Re: [PERFORM] PITR performance overhead?

2006-08-01 Thread Merlin Moncure

On 8/1/06, George Pavlov [EMAIL PROTECTED] wrote:

I am looking for some general guidelines on what is the performance
overhead of enabling point-in-time recovery (archive_command config) on
an 8.1 database. Obviously it will depend on a multitude of factors, but
some broad-brush statements and/or anecdotal evidence will suffice.
Should one worry about its performance implications? Also, what can one
do to mitigate it?


pitr is extremely cheap both in performance drag and administation
overhead for the benefits it provides.  it comes almost for free, just
make sure you can handle all the wal files and do sane backup
scheduling.  in fact, pitr can actually reduce the load on a server
due to running less frequent backups.  if your server is heavy i/o
loaded, it might take a bit of planning.

merlin

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

  http://archives.postgresql.org