Re: fairly current mysql v postgresql comparison need for - Mailing list pgsql-general

From scott.marlowe
Subject Re: fairly current mysql v postgresql comparison need for
Date
Msg-id Pine.LNX.4.33.0303241304390.23928-100000@css120.ihs.com
Whole thread Raw
In response to Re: fairly current mysql v postgresql comparison need for  (Arjen van der Meijden <acm@tweakers.net>)
List pgsql-general
On Mon, 24 Mar 2003, Arjen van der Meijden wrote:

> > [mailto:pgsql-general-owner@postgresql.org] Namens scott.marlowe
> > Verzonden: maandag 24 maart 2003 19:26
>
> > Oh, and another thing.  How do you do hot backups of a MySQL database
> > running Innodb tables?  Better get out the checkbook for some closed
> > source software.
> Please elaborate what you see as a hot backup tool?

For MySQL you need a special tool to backup innodb tables "hot".  i.e.
while transactions are running or the database is in use.  For Postgresql,
hot backups as well as cold are handled by pg_dump.  The elaboration on
the tool needed is here:

http://www.mysql.com/doc/en/Backing_up.html

> Is that, for postgresql, the pg_dump tool? In that case, mysql has the
> same. Mysqldump works fine with innodb-tables as well as for myisam
> tables.

As long as there aren't any transactions pending while you run it.  It
does have issues then.  The hotbackuptool that MySQL comes with is
explicitly documented by the mysql folks as NOT working for innodb tables.


pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: postgresql newsgroups (comp.databases.postgresql.*)
Next
From: Medi Montaseri
Date:
Subject: Re: fairly current mysql v postgresql comparison need for