MySQL Forums
Forum List  »  Stored Procedures

Re: autofill table if not enough rows
Posted by: Rick James
Date: March 12, 2012 09:10PM

Yes, a cron job.

SHOW TABLE STATUS will give an approximation of the number of rows (in an InnoDB table). This is probably sufficient for your use.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: autofill table if not enough rows
919
March 12, 2012 09:10PM


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.