Hi guys, just started my first project on building a syslog server using MYSQL v 4.1, i'm building the application using visual c++ v 6.0 and MYSQL++.
I'm expecting huge amount of continuous syslog data to enter my application. Is MYSQL suitable for real time and large amount of data storage and manipulation?
Yes I'm sure MySQL can handle your data. The question really should be can your hardware handle your data. Read up on RAID configurations and make sure you choose the best configuration for your applicaton.
Once I saw the question "To make my database faster should I buy faster processors, buy more memory, or buy faster drives?" The answer was "YES!"
Bookmarks