Skip to content
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

Closed
wants to merge 7 commits into from
Closed

Conversation

arthurschreiber
Copy link
Member

Please do not merge this.

This Pull Request serves as a tracker for Vitess v15.x plus any additional changes / backports, as deployed at GitHub.

The target of this branch is release-15.0, which is a mirror of the upstream release-15.0 branch.

maxenglander and others added 4 commits October 10, 2023 09:34
…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]>
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]>
Signed-off-by: Patrick Carnahan <[email protected]>
Signed-off-by: Arthur Schreiber <[email protected]>
@arthurschreiber
Copy link
Member Author

arthurschreiber commented Oct 10, 2023

CI run for github/github: https://github.com/github/github/pull/292151 🟢
CI run for github/gitbackups: https://github.com/github/gitbackups/pull/774 🟢

arthurschreiber and others added 3 commits October 10, 2023 14:25
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]>
Copy link

This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:

  • Push additional commits to the associated branch.
  • Remove the stale label.
  • Add a comment indicating why it is not stale.

If no action is taken within 7 days, this PR will be closed.

@github-actions github-actions bot added the Stale label Nov 30, 2023
Copy link

github-actions bot commented Dec 7, 2023

This PR was closed because it has been stale for 7 days with no activity.

Copy link

github-actions bot commented Apr 1, 2024

This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:

  • Push additional commits to the associated branch.
  • Remove the stale label.
  • Add a comment indicating why it is not stale.

If no action is taken within 7 days, this PR will be closed.

@github-actions github-actions bot added the Stale label Apr 1, 2024
Copy link

github-actions bot commented Apr 9, 2024

This PR was closed because it has been stale for 7 days with no activity.

@github-actions github-actions bot closed this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants