-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Do Not Merge] v15.x #77
Commits on Oct 10, 2023
-
optionally disable verify-after-insert behavior of lookup vindexes (v…
…itessio#11313) Add a VIndex option to skip verify-after-insert behavior when using INSERT...IGNORE or INSERT...ON DUPLICATE KEY UPDATE. Co-authored-by: Harshit Gangal <[email protected]> Co-authored-by: Jacques Grove <[email protected]> Signed-off-by: Max Englander <[email protected]> Signed-off-by: Max Englander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66015fd - Browse repository at this point
Copy the full SHA 66015fdView commit details -
add option to disable lookup read lock (vitessio#11538)
DML to lookup VIndexes unconditionally takes a row lock on rows in the lookup VIndex backing table. Add an option to optionally elide this lock for cases where we know via business logic that the row will not be deleted, nor the lookup column changed. Signed-off-by: Max Englander <[email protected]> Signed-off-by: Max Englander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8603fda - Browse repository at this point
Copy the full SHA 8603fdaView commit details -
add new lock syntax for mysql8
Signed-off-by: Patrick Carnahan <[email protected]> Signed-off-by: Arthur Schreiber <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e3ab03 - Browse repository at this point
Copy the full SHA 6e3ab03View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd0acf - Browse repository at this point
Copy the full SHA ebd0acfView commit details -
Merge pull request #79 from github/r15.0/add-shutdown-state-in-vtgate
Gracefully shutdown VTGate instances
Configuration menu - View commit details
-
Copy full SHA for 1b7e877 - Browse repository at this point
Copy the full SHA 1b7e877View commit details
Commits on Oct 28, 2023
-
Speedup DDLs by not reloading table size stats (vitessio#11601)
Currently, obtaining table sizes from mysql involves joining `information_schema.tables`, which can be very costly on systems with a large number of tables. My tests on a system with 13k tables took around 20s without this patch, and only 4s with it. Instead of synchronously recalculating table size stats after every DDL, let them be outdated until the periodic schema reload fixes it. Signed-off-by: pupu <[email protected]> Signed-off-by: pupu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74806d0 - Browse repository at this point
Copy the full SHA 74806d0View commit details
Commits on Oct 30, 2023
-
Merge pull request #85 from github/arthur/backport-tablesize-perf
Backport schema reload performance fix
Configuration menu - View commit details
-
Copy full SHA for da6a40c - Browse repository at this point
Copy the full SHA da6a40cView commit details