09.01.2013, 12:04
MySQL is actually SLOWER than file reading, because of the remote connection. For this purpose I would look at SQLite. Best of both worlds. Small DB that's stored locally, with 500 rows, rather than 500 files stored locally.