Hi guys,
I am coding a chat script right now and I was wondering if it is better to use a MySQL database for the chat messages or to use flat file performance wise.
I will be polling for new messages every second so a little performance improvement goes a long way.
Please advise.