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

Reduce SHOW TRANSACTION ISOLATION LEVEL in Postgres #1478

Merged
merged 1 commit into from
Apr 10, 2022

Conversation

shunyy
Copy link
Contributor

@shunyy shunyy commented Mar 19, 2022

Currently, in Postgres + Spring Transaction setup,
SHOW TRANSACTION ISOLATION LEVEL is executed every time a transaction is started, as shown in the image.

スクリーンショット 2022-03-19 10 38 55

So, I changed the initialization of transactionIsolation to be lazy.

@shunyy shunyy changed the title reduce SHOW TRANSACTION ISOLATION LEVEL in Postgres Reduce SHOW TRANSACTION ISOLATION LEVEL in Postgres Mar 19, 2022
@Tapac Tapac merged commit 0e23425 into JetBrains:master Apr 10, 2022
Tapac added a commit that referenced this pull request Apr 10, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants