Re: Hope for a new PostgreSQL era?

From: Ondrej Ivanič <ondrej(dot)ivanic(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Hope for a new PostgreSQL era?
Date: 2011-12-12 04:46:46
Message-ID: CAM6mieLbFDWYRMCMei3N8F2iqVGGs3o4tgR_1cPQkeagszK3=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On 12 December 2011 15:39, Jayadevan M <Jayadevan(dot)Maymala(at)ibsplc(dot)com> wrote:
> At the db level, Oracle provides "Database replay" feature. that lets you
> replay the production server events in the development/test environment.
> http://docs.oracle.com/cd/B28359_01/server.111/e12253/dbr_intro.htm
> Won't something like this be useful in PostgreSQL? It will let us mimic the
> production environment load and analyze it better.

There is project called pgreplay (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. The idea is to replay a
real-world database workload as exactly as possible.

--
Ondrej Ivanic
(ondrej(dot)ivanic(at)gmail(dot)com)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raghavendra 2011-12-12 05:09:46 Re: Howto to clear PostgreSQL cache and how to preload all tuples of a table into the cache?
Previous Message Jayadevan M 2011-12-12 04:39:39 Re: Hope for a new PostgreSQL era?