background : I’ve developed a URL shortener system like Bitly with same features , so the system also tracks clickers info and represent as graphs to the person who has shorten the link as analytics data. currently I’m using MySQL and have a table to store click info with this schema: visit_id (int) ip (int) [...]
The post optimizing MySQL for traffic analytics system appeared first on BlogoSfera.