pgsql: Mention tablespaces as a problem for using file system snapshots.

Started by Bruce Momjianover 21 years ago5 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Mention tablespaces as a problem for using file system snapshots.

Modified Files:
--------------
pgsql/doc/src/sgml:
backup.sgml (r2.57 -> r2.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml.diff?r1=2.57&r2=2.58)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: pgsql: Mention tablespaces as a problem for using file system snapshots.

momjian@svr1.postgresql.org (Bruce Momjian) writes:

Mention tablespaces as a problem for using file system snapshots.

This is a considerable disimprovement, since it replaces an example
which is actually relevant to the point with one that isn't necessarily
so. And why did you feel a need to remove the previous example anyway?

regards, tom lane

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: pgsql: Mention tablespaces as a problem for using file

Tom Lane wrote:

momjian@svr1.postgresql.org (Bruce Momjian) writes:

Mention tablespaces as a problem for using file system snapshots.

This is a considerable disimprovement, since it replaces an example
which is actually relevant to the point with one that isn't necessarily
so. And why did you feel a need to remove the previous example anyway?

The text is now:

If your database is spread across multiple volumes (for example,
if you are using tablespaces) there may not be any way
to obtain exactly-simultaneous frozen snapshots of all the volumes.

I assume many more people are using tablespaces than moving pg_xlog.

You want two examples in that sentence?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#3)
Re: pgsql: Mention tablespaces as a problem for using file system snapshots.

Bruce Momjian <pgman@candle.pha.pa.us> writes:

I assume many more people are using tablespaces than moving pg_xlog.

I don't believe that premise. Relocating xlog is an essential step
for high-performance databases ... using tablespaces isn't.

You want two examples in that sentence?

I think the xlog case needs to be mentioned, and I think there needs to
be specific reference to a multi-volume situation. "Using tablespaces"
doesn't necessarily mean the database is spread across multiple disks.

In short, I thought the original wording was better.

regards, tom lane

#5Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#4)
Re: pgsql: Mention tablespaces as a problem for using file

Tom Lane wrote:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

I assume many more people are using tablespaces than moving pg_xlog.

I don't believe that premise. Relocating xlog is an essential step
for high-performance databases ... using tablespaces isn't.

You want two examples in that sentence?

I think the xlog case needs to be mentioned, and I think there needs to
be specific reference to a multi-volume situation. "Using tablespaces"
doesn't necessarily mean the database is spread across multiple disks.

In short, I thought the original wording was better.

OK, I broke out the examples into a separate sentence. I also update
the rsync mention.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/bjm/difftext/plainDownload+19-19