| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-hackers(at)postgresql(dot)org, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org> |
| Subject: | Re: [HACKERS] Online backup vs Continuous backup |
| Date: | 2005-12-27 17:45:07 |
| Message-ID: | 200512271745.jBRHj7A06796@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs pgsql-hackers pgsql-patches |
Peter Eisentraut wrote:
> Am Montag, 26. Dezember 2005 20:46 schrieb Heikki Linnakangas:
> > FWIW, I believe "log archival" is a common term for that.
>
> I like that better, although there are a lot of logs, so maybe
> "transaction log archival".
Yep, when I think of log archiving, I think of saving the server logs,
which thanks to log file rotation, we kind of support.
The problem is that when I think of the transaction log, I think of clog
because it is the transaction status log. :-(
I am thinking anything that says "log" is going to be confusing. How about
"Transaction Archiving"?
> Considering the list originally referenced:
>
> - File system backup - SQL dump - (Transaction log archival?)
>
> This addresses the technical workings of the various backup systems.
> The fact that it is or isn't on-line, hot, continuous, fast, or flexible
> is secondary.
To me, the continuous activity is the significant feature of that backup
method. I chose "Continuous Backup" because it is the continual
activity that is significant. "Continuous Archiving"?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Stark | 2005-12-27 18:59:41 | Re: [HACKERS] Online backup vs Continuous backup |
| Previous Message | Peter Eisentraut | 2005-12-27 12:50:14 | Re: [HACKERS] Online backup vs Continuous backup |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-12-27 17:54:50 | Re: Handling of build-time enabled GUC settings |
| Previous Message | Jim C. Nasby | 2005-12-27 17:18:59 | Re: Oracle PL/SQL Anonymous block equivalent in postgres |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-12-27 17:49:13 | Re: [BUGS] BUG #2114: (patch) COPY FROM ... end of copy marker |
| Previous Message | Andrew Dunstan | 2005-12-27 14:51:08 | Re: [BUGS] BUG #2114: (patch) COPY FROM ... end of copy |