Example case: I have a system with approximately 5 million records, it is recommended to use a single MySQL table to save, for example tabela_empresas_brasil
? since every time the user makes a query will need to search those 5 million records ..
Can it cause server overload? What is the best way to develop in this case?