Re: write scalability - Mailing list pgsql-hackers

From Pavan Deolasee
Subject Re: write scalability
Date
Msg-id CABOikdNRMZCGTc3YrNMxpAnpYDxaBn9aNC0-X+upfyGyQHuvOw@mail.gmail.com
Whole thread Raw
In response to Re: write scalability  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Responses Re: write scalability
List pgsql-hackers
On Tue, Jul 26, 2011 at 12:29 PM, Pavan Deolasee
<pavan.deolasee@gmail.com> wrote:

>
> So many transactions trying to update a small set of rows in a table.
> Is that what we really want to measure ? My thinking is that we might
> see different result if they are updating different parts of the table
> and the transaction start/stop overhead is spread across few
> statements.
>

I think what I am suggesting is that the default pgbench test setup
would probably not give you a good scalability as number of clients
are increased and one reason could be the contention in the small
table. So it might be a good idea to get rid of that and see if we get
much better scalability and understand other bottlenecks.

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: write scalability
Next
From: Simon Riggs
Date:
Subject: Re: write scalability