19.05.2010, 02:55
Quote:
Originally Posted by Bayler
If you Store Chat Text to an SQL table, its going to pack VERY fast ...
In a few days, that SQL database is going to be SOOO massive that your going to have issues, especially if your using Cron Tabs to do Auto SQL backups. I Strongly Suggest that you use File Based Logging for Chat Recording ... you can just as easily parse a file to a website as you can stream SQL to a website. |
Personally my server only has about 50000 logged events, and it too is doing just fine.
The worst thing you can do is use files for storing LARGE amounts of data, writing and reading from them can be a pain. Its a lot better to use a MySQL plugin or the native sqlite for logging large amounts of information.