Re: How would you store read/unread topic status? - Mailing list pgsql-performance

From Robert Haas
Subject Re: How would you store read/unread topic status?
Date
Msg-id 603c8f070906230830s9402658kc2c5501e29806f60@mail.gmail.com
Whole thread Raw
In response to Re: How would you store read/unread topic status?  (Andres Freund <andres@anarazel.de>)
List pgsql-performance
>>>> Which pg version are you using?
>>
>> I should have mentionned that before sorry: PostgreSQL 8.2
>
> I definitely would consider upgrading to 8.3 - even without any config
> changes it might bring quite some improvement.
>
> But mainly it would allow you to use "asynchronous commit" - which could
> possibly increase your throughput tremendously.

HOT can potentitally help a lot for this workload, too, if the columns
being updated are not indexed.

...Robert

pgsql-performance by date:

Previous
From: Andres Freund
Date:
Subject: Re: How would you store read/unread topic status?
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: How would you store read/unread topic status?