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?
or there are some special things to keep in mind while working on such database?Code:select * from users wherd id =1
i have seen so many websites that go down so often when their database become so huge.





Reply With Quote