Search Postgresql Archives

Re: LWLock SerializableFinishedList

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Also reviewing if we really need SERIALIZED and could instead use READ COMMITTED. Would that be likely to mitigate against this happening?

PostgreSQL can NOT  go below READ COMMITTED in transaction isolation levels.  Read Committed is the default mode for all transactions in PostgreSQL 

https://www.postgresql.org/docs/17/transaction-iso.html  

Unless there is a very specific need for serializing transactions such as financial calculations or updating and calculating  the remaining number of tickets to sell for a concert,  Serialization adds a lot of overhead for not much gain.. 

thanks 

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux