mysql - 'Ballparking' Number of DB Records to Save Cpu Cycles -


i noticed gmail started 'ballpark' number of results searches , wondered if aesthetic change or if saved on cpu cycles.

when performing search in gmail says along lines of

viewing 10 results of (hundreds, thousands, etc)

are there sql techniques this? there performance benefits?

anything point me in direction learn more helpful.

pretty sure google search not using mysql. can ball park table's size in mysql doing

show table status 'table_name'; 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -