krissauquillo
05-24-2007, 07:03 PM
Basically I have information from my website that gets pulled by about a hundred people at a time, but that information does not change all the time, some times it may change twice in an hour, or not even once a day.
Which method would be safer/faster? (40 is just the number of users rows that it is pulling at most)
A) 40 flat .txt files (each with different data) that PHP refererences each time.
B) Or one SQL query that pulls the 40 rows each time.
Which method would be safer/faster? (40 is just the number of users rows that it is pulling at most)
A) 40 flat .txt files (each with different data) that PHP refererences each time.
B) Or one SQL query that pulls the 40 rows each time.
