We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TAC模式读已提交的隔离级别下,在查询时,应该只需要校验资源有没有被锁住即可,不需要真正的加锁。目前的实现是加锁了,查询到的数据都会被锁住,只有全局事务结束时才会释放。
The text was updated successfully, but these errors were encountered:
zkyoma
No branches or pull requests
TAC模式读已提交的隔离级别下,在查询时,应该只需要校验资源有没有被锁住即可,不需要真正的加锁。目前的实现是加锁了,查询到的数据都会被锁住,只有全局事务结束时才会释放。
The text was updated successfully, but these errors were encountered: