Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for postgres deferrable serializable transaction mode #2

Open
dspangen opened this issue Aug 21, 2013 · 0 comments
Open

Support for postgres deferrable serializable transaction mode #2

dspangen opened this issue Aug 21, 2013 · 0 comments

Comments

@dspangen
Copy link

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?

viralsonawalaa pushed a commit to viralsonawalaa/transaction_isolation that referenced this issue Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant