Re: "Hot standby"? - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: "Hot standby"?
Date
Msg-id 4A81EAD5.8010700@agliodbs.com
Whole thread Raw
In response to Re: "Hot standby"?  (Pierre Frédéric Caillaud<lists@peufeu.com>)
List pgsql-hackers
>> Incidentally, we billed pg_dump as hot backup at some point.

It *is* "hot backup" as in taken while the database is running and fully
accessible.

> mysql calls "mysqlhotcopy" a script that locks and flushes all tables,
> then makes a copy of the database directory (all queries being locked
> out while this is in progress, of course).

Which is actually 'cold backup'; it's only "hot" compared to earlier
MySQLs where you had to shut the db down.  So it's sort of a "lukewarm
backup".


-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Re: pgsql: Ship documentation without intermediate tarballs Documentation
Next
From: Alvaro Herrera
Date:
Subject: TODO item: Allow more complex user/database default GUC settings