Re: PostgreSQL clustering VS MySQL clustering - Mailing list pgsql-performance

From Josh Berkus
Subject Re: PostgreSQL clustering VS MySQL clustering
Date
Msg-id 200501211634.39560.josh@agliodbs.com
Whole thread Raw
In response to Re: PostgreSQL clustering VS MySQL clustering  ("Peter Darley" <pdarley@kinesis-cem.com>)
Responses Re: PostgreSQL clustering VS MySQL clustering  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-performance
Peter, Tatsuo:

would happen with SELECT queries that, through a function or some
> other mechanism, updates data in the database?  Would those need to be
> passed to pgpool in some special way?

Oh, yes, that reminds me.  It would be helpful if pgPool accepted a control
string ... perhaps one in a SQL comment ... which indicated that the
statement to follow was, despite appearances, an update.  For example:
--STATEMENT_IS_UPDATE\n

The alternative is, of course, that pgPool direct all explicit transactions to
the master ... which is a good idea anyway.    So you could do:

BEGIN;
SELECT some_update_function();
COMMIT;

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: "Peter Darley"
Date:
Subject: Re: PostgreSQL clustering VS MySQL clustering
Next
From: Ioannis Theoharis
Date:
Subject: Re: inheritance performance