"And since it is not a large number of records "
...then it wouldn't matter much if they are in the database too would it? :-)
The thin is, whatever you want to do with those records in a textfile, you will have to write the functionality yourself. That basically means that you have to write a database-engine. Plus you get into all kinds of nasty file-locking problems (on file can be written to by one script at a time)
That may be ok for a few records, but experience shows that it never stays at 'just a few records'.
Plus, sooner or later you'll want to link those records to the other databasedata, yada yada yada, you end up storing them in the database anyway. 🙂
I don't think it's worth the trouble...
A forum, a FAQ, what else do you need?