IDTstudios1
Programmer
Here's the situation:
There will be about 25,000 xml files that will range in size from 100kb to 5mb. Around 600 to 1,000 of these files will need to be accessed every minute.
Now, I have two options as far as storing these files:
1) MySQL for authentication and just save the files as whatever.xml in a neat little file structure.
Or
2) Since the files are in XML format I could break them apart and store them in the same (or different) MySQL database used for the authentication.
Which of the two would be my best bet here? Also keep in mind that there will need to be some load balancing between several servers.
Any input welcomed,
Andrew
There will be about 25,000 xml files that will range in size from 100kb to 5mb. Around 600 to 1,000 of these files will need to be accessed every minute.
Now, I have two options as far as storing these files:
1) MySQL for authentication and just save the files as whatever.xml in a neat little file structure.
Or
2) Since the files are in XML format I could break them apart and store them in the same (or different) MySQL database used for the authentication.
Which of the two would be my best bet here? Also keep in mind that there will need to be some load balancing between several servers.
Any input welcomed,
Andrew