Re: Improve MMO Game Performance

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Improve MMO Game Performance
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C208902A46@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Improve MMO Game Performance  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-general
Alvaro Herrera wrote:
>>> Are there any particular settings or methods available to improve
Just
>>> insert_table operations
>>
>> The obvious ones:
>> - Wrap several of them in a transaction.
>> - Increase checkpoint_segments.
>> - Set fsync=off and hope you don't crash.
>
> I think it would work to set asynchronous_commit=off for the
> transactions that insert moves.  That way, the fsync flushes happen in
> the background and are batched.  Raising wal_buffers is probably a
good
> idea, and keep an eye on how the walwriter is doing.

I guess you mean synchronous_commit=off :^)

Yes, I forgot that one.

Yours,
Laurenz Albe


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

Предыдущее
От: GMAIL
Дата:
Сообщение: postgresql error while connecting to cluster with pgadmin
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: postgresql error while connecting to cluster with pgadmin