Re: Game Server Lags - Mailing list pgsql-general

From Peter Geoghegan
Subject Re: Game Server Lags
Date
Msg-id CAEYLb_WaAr9YFGV0JC9-dhEBaxMGkcUeYAbo_pgrsdobZbb4sw@mail.gmail.com
Whole thread Raw
In response to Game Server Lags  (Arvind Singh <arvindps@hotmail.com>)
List pgsql-general
On 2 October 2012 15:02, Arvind Singh <arvindps@hotmail.com> wrote:
> we are all aware of the popular trend of MMO games. where players face each
> other live.
> My questions are focussed on reducing load on Game database or Sql queries
>
> a) How to control the surge of records into the GameProgress table. so that
> players get response quicker. The Server starts to lag at peak hours or when
> 1000 players are online

It sounds like this data is not that valuable, so a small window of
data loss in the event of a crash might be acceptable for a gain in
performance. If that is the case, consider turning off
synchronous_commit. Note that this is something that you can do at the
transaction granularity, so, for example, if there are financial
transactions, they need not make this trade-off.

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services


pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Game Server Lags
Next
From: Merlin Moncure
Date:
Subject: Re: Question about ip4r contrib and PostgreSQL 9.2