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
Transaction開始時にpriorityを設定して、TX間の優先順位をつけて実行する仕組みを実装する
参考:
Protobuf msg定義: https://github.com/project-tsurugi/tsubakuro/blob/7d555e85930b34c1ef7bfd57e10e18505bf96716/modules/proto/src/main/protos/jogasaki/proto/sql/request.proto#L124
tanzawa command line option: https://github.com/project-tsurugi/tanzawa/blob/master/modules/cli/README.md
--execute - (PRIOR|EXCLUDING) (DEFERRABLE|IMMEDIATE)?
The text was updated successfully, but these errors were encountered:
kuron99
No branches or pull requests
Transaction開始時にpriorityを設定して、TX間の優先順位をつけて実行する仕組みを実装する
参考:
Protobuf msg定義:
https://github.com/project-tsurugi/tsubakuro/blob/7d555e85930b34c1ef7bfd57e10e18505bf96716/modules/proto/src/main/protos/jogasaki/proto/sql/request.proto#L124
tanzawa command line option:
https://github.com/project-tsurugi/tanzawa/blob/master/modules/cli/README.md
The text was updated successfully, but these errors were encountered: