I'm trying to port an application from SQL Server to MySQL (5.6.4) and running into performance issues. MySQL happens to be running on OS X Server, but this seems more like a UNIX question. SELECT ...
i have a syslog collector setup to push all events from many processes into a database. taking one process, squid, i'm trying to put the Message column from the SystemEvents table into another table ...