Impact on performance on an Indexed table after deletion Mysql [closed]
I have a table with 10bn rows and my search query pulls 1.5mn rows which are indexed. My question is if I delete the unnecessary rows and reduce to 3 Mn rows, i guess my search criteria performance …