Round Robin Data Storage in MySQL - Tilllate Techblog

Courtesy Planet PHP  Sun, 06/22/2008 - 14:03

If you want to store large amount of volatile data (e.g. log file entries) in a database with a constant storage memory footprint and no maintenance to purge the old entries, a round robin database is the best solution.

But how to implement it in MySQL?

Some of the heaviest tables in our database are tables which do some event logging.

Let’s look at a table which log the most recent visitors on a member profile. Look...

Sponsors


 

Related items

Face off Part Two: Windows vs Linux Real World RAM and Disk...
IT Wire: "Last week I put Windows Vista Ultimate and Fedora Linux 9 to a test. The article hit the front page of Digg but received a lot of criticism...

Dave Marshall's Blog: Log memory usage using declare and ticks...
Posted to his blog, Dave Marshall has a tip that uses declare and a trick or two to check out the memory usage of your scripts. As far as I know,...


 

Post new comment

The content of this field is kept private and will not be shown publicly.
computer-internet.marc8.com