readyset
readyset copied to clipboard
Remove the need of SELECT COUNT(*) during snapshot
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