Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[README] Remove information about using pessimistic lock#10

Merged
elgopher merged 1 commit intomasterfrom
update-rm
May 28, 2022
Merged

[README] Remove information about using pessimistic lock#10
elgopher merged 1 commit intomasterfrom
update-rm

Conversation

@elgopher
Copy link
Owner

@elgopher elgopher commented May 28, 2022

Pessimistic locks are bad for high-throughput systems, because they require transactions, which in turn occupy database connections which have a great cost.

Pessimistic locks are especially bad when using batch processing, because batch operations takes significant amount of time (hundreds of millis).

Pessimistic locks are bad for high-throughput systems, because they require transactions, which in turn occupy database connections which have a great cost.

Pessimistic locks are especially bad when using batch processing, because batch operations takes significant amount of time (hundreds of millis).
@elgopher elgopher merged commit 055f212 into master May 28, 2022
@elgopher elgopher deleted the update-rm branch May 28, 2022 14:12
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.

1 participant