You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres allows serializable transactions to declare that they are 'deferrable' (when also marked read-only), which allows a guarantee that the transaction will not fail with a serializability exception, and also provides better performance for such transactions. Read more here: http://www.postgresql.org/docs/9.2/static/sql-set-transaction.html
Any interest extending the gem to include this mode/ any guidance on where to include this functionality?
The text was updated successfully, but these errors were encountered:
viralsonawalaa
pushed a commit
to viralsonawalaa/transaction_isolation
that referenced
this issue
Nov 21, 2024
Postgres allows serializable transactions to declare that they are 'deferrable' (when also marked read-only), which allows a guarantee that the transaction will not fail with a serializability exception, and also provides better performance for such transactions. Read more here: http://www.postgresql.org/docs/9.2/static/sql-set-transaction.html
Any interest extending the gem to include this mode/ any guidance on where to include this functionality?
The text was updated successfully, but these errors were encountered: