MySQL Forums
Forum List  »  Newbie

Real time mysql
Posted by: albrius kasinskas
Date: February 05, 2012 06:31PM

H,

I am currently trying to design some real life statistic thing on mysql.
I am imagining it as a Main table with 100 cols.
Each of those cols corresponds to 100 other table's last row.
Whenever some info comes into a certain column, on the main table - it is automatically passed down to that certain, one of that hundred, table and deleted straight after from the Main table.

I know I could do it with cron, but I am trying to avoid it. Are there any solutions to that ? Or at-least what topic should I be looking at, as I have no idea where to even start.

Options: ReplyQuote


Subject
Written By
Posted
Real time mysql
February 05, 2012 06:31PM
February 05, 2012 11:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.