readyset icon indicating copy to clipboard operation
readyset copied to clipboard

Remove the need of SELECT COUNT(*) during snapshot

Open altmannmarcelo opened this issue 4 months ago • 0 comments

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 avatar Oct 09 '24 15:10 altmannmarcelo