Re: Simultaneous write requests

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: Vitali Xevet <vitalixevet(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Simultaneous write requests
Date: 2010-03-29 05:14:59
Message-ID: 4BB03753.8000800@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vitali Xevet wrote:
> How does Postgres handle concurrent write requests?

http://www.postgresql.org/docs/current/static/transaction-iso.html
describes how they're isolated and can potentially interact with one
another.

--
Greg Smith 2ndQuadrant US Baltimore, MD
PostgreSQL Training, Services and Support
greg(at)2ndQuadrant(dot)com www.2ndQuadrant.us

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Faheem Mitha 2010-03-29 06:28:45 Re: simultaneously reducing both memory usage and runtime for a query
Previous Message Greg Smith 2010-03-29 05:11:30 Re: Warm Standby Setup Documentation