Critters wrote:

> Is a table with say 5,000,000+ records possible?

Certainly.  I've got some sideline app that's currently working it's way 
through about 15mill
rows.  I think it takes up about 3Gb diskspace for the moment.

> What are the things to look out for with this amount of data? 

Not much - good indexes and prooper querying. 

> Could the database be split over several database servers? 

Possibly, but I don't see a need.


-- 
/Per Jessen, Zürich


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to