(no title)
Spixel_ | 5 months ago
Also, often, the transactional database servers is more difficult to scale than application servers so from a technical standpoint, it makes sense to do this glue work in app code.
Spixel_ | 5 months ago
Also, often, the transactional database servers is more difficult to scale than application servers so from a technical standpoint, it makes sense to do this glue work in app code.
andyferris|5 months ago
This depends on the transaction isolation level. If you use snapshot or serializable this should be the case (but you may have aborted transactions due to optimistic concurrency).
Spixel_|5 months ago
TheTaytay|5 months ago
https://www.postgresql.org/docs/current/transaction-iso.html
I’m likely misunderstanding what you mean by time.
Spixel_|5 months ago
Jweb_Guru|5 months ago