Re: Hope for a new PostgreSQL era?

Поиск
Список
Период
Сортировка
От Ondrej Ivanič
Тема Re: Hope for a new PostgreSQL era?
Дата
Msg-id CAM6mieLbFDWYRMCMei3N8F2iqVGGs3o4tgR_1cPQkeagszK3=Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Hope for a new PostgreSQL era?  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
Список pgsql-general
Hi,

On 12 December 2011 15:39, Jayadevan M <Jayadevan.Maymala@ibsplc.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.ivanic@gmail.com)

В списке pgsql-general по дате отправления:

Предыдущее
От: Jayadevan M
Дата:
Сообщение: Re: Hope for a new PostgreSQL era?
Следующее
От: Raghavendra
Дата:
Сообщение: Re: Howto to clear PostgreSQL cache and how to preload all tuples of a table into the cache?