24.04.2012, 15:19
Quote:
You are pulling data from many different locations. Files are TERRIBLE at this because the disk access is so slow (and for once we're not talking minor slow-downs, this is MAJOR). Either just use one file to get all the data from one place (at which files are good), or use a system that is good at pulling data from many different locations (i.e. a database).
|