i have never come across the need of managing very large database.

but suddenly i got a question,

if i have a database with users table of a few millions users. so the searching will still go like this?

Code:
select * from users wherd id =1
or there are some special things to keep in mind while working on such database?

i have seen so many websites that go down so often when their database become so huge.