Re: Load testing across 2 machines

From: Richard Huxton <dev(at)archonet(dot)com>
To: Gavin Hamill <gdh(at)laterooms(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Load testing across 2 machines
Date: 2006-04-10 08:55:28
Message-ID: 443A1D80.6090004@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gavin Hamill wrote:
> On Sun, 09 Apr 2006 17:00:14 +0100
> Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>
>> Sniff the live log for SELECT statements (plus their live durations),
>
> Wow, how wonderfully low-tech - hence it's right up my street :) Yay,
> some tail + psql fun coming up!

Be careful though - concurrency issues mean queries might not be
returning the same results, so not taking the same time anyway. Should
work nicely for load-testing though.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Harald Armin Massa 2006-04-10 08:55:44 Re: Updating & inserting in one shot!
Previous Message Richard Huxton 2006-04-10 08:46:15 Re: ANALYZE for a schema