| From: | Greg Stark <gsstark(at)mit(dot)edu> |
|---|---|
| To: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
| Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: pgreplay log file replayer released |
| Date: | 2010-03-22 15:24:19 |
| Message-ID: | 407d949e1003220824y6f49a1ffub0a0a3e45075d056@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-announce pgsql-general |
On Wed, Mar 17, 2010 at 2:06 PM, Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> wrote:
> I announce the first release of pgreplay, version 0.9.0 (Beta).
>
> Project home page: http://pgreplay.projects.postgresql.org/
>
> pgreplay reads a PostgreSQL log file (*not* a WAL file),
> extracts the SQL statements and executes them in the same order
> and relative time against a PostgreSQL database cluster.
Do you have a multi-threaded model that tracks which transactions each
query belonged to and runs them concurrently like they were in the
original setup? That's what I've been looking for.
--
greg
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dimitri Fontaine | 2010-03-22 19:48:51 | Re: pgreplay log file replayer released |
| Previous Message | David Fetter | 2010-03-21 23:17:50 | == PostgreSQL Weekly News - March 21 2010 == |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Carsten Kropf | 2010-03-22 15:38:09 | Re: Determining the OID of a certain type |
| Previous Message | Tom Lane | 2010-03-22 15:23:33 | Re: Determining the OID of a certain type |