http://qs321.pair.com?node_id=656968


in reply to Re: Which is quicker - writing to a file or inserting into a db?
in thread Which is quicker - writing to a file or inserting into a db?

speaking of, a ram-disk is another option if appending to a file seems slow.

but that does mean having to write some file management bits to move your ram cache to disk at a faster rate than it can be filled.