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

Remove the need of SELECT COUNT(*) during snapshot #1386

Open
altmannmarcelo opened this issue Oct 9, 2024 · 0 comments
Open

Remove the need of SELECT COUNT(*) during snapshot #1386

altmannmarcelo opened this issue Oct 9, 2024 · 0 comments
Labels
High priority Created by Linear-GitHub Sync
Milestone

Comments

@altmannmarcelo
Copy link
Contributor

Description

Currently we do a full index scan to get the exact number of rows during MySQL snapshot. This is a costly operation for big tables. We should find a way to not require it.

Change in user-visible behavior

Requires documentation change

@altmannmarcelo altmannmarcelo added this to the v.46 milestone Oct 10, 2024
@altmannmarcelo altmannmarcelo added the High priority Created by Linear-GitHub Sync label Oct 10, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.46, v.47, v.48 Oct 14, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.48, v.49 Oct 28, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.49, v.50 Nov 4, 2024
@altmannmarcelo altmannmarcelo modified the milestones: v.50, v.51, v.52 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant