Quote:
Originally Posted by Klen
Yep, i used similar approach with other type of script, till i switched to memcache which is far smoother method to deal with it.
|
Memcached has its uses of course but for something like this memory table is PERFECT because you can do something like
INSERT INTO `table` SELECT * FROM `buffer_table`; TRUNCATE `buffer_table`;
Making it very easy to migrate the data