-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
8_0_0 Release Notes #6790
8_0_0 Release Notes #6790
Conversation
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
* VTtablet throttler feature flag: -enable-lag-throttler #6815 | ||
* VTtablet two-phase commit design doc #6498 | ||
|
||
### VTorc - Orchestrator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can summarize the bullets below into: "Experimental version of Vitess-native Orchestrator 'vtorc' is ready for users to try out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
|
||
|
||
### Set Statement Support | ||
Set statement support is added in Vitess. There are [some system variables](https://github.com/vitessio/vitess/blob/master/go/vt/sysvars/sysvars.go#L147,L190) which are disabled by default and can be enabled using flag `-enable_system_settings` on VTGate. These system variables are set on the mysql and they does not use connection pool and have their own dedicated connection. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These system variables are set on the mysql and they does not use connection pool and have their own dedicated connection.
=>
These system variables are set on the backing MySQL instance, and will force the connection to be dedicated instead of part of the connection pool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Signed-off-by: Alkin Tezuysal <alkin.tezuysal@gmail.com>
Merging to the v8 branch before the release. |
Signed-off-by: Alkin Tezuysal alkin.tezuysal@gmail.com