stopblackholes Posted May 1, 2008 Share Posted May 1, 2008 I want to run a cron job to update rows every minute. Now the table im updating will probably grow very large in size. Should i A. Create a second table to store the data that has not been updated then have the cron job query that table for the data then update the main table with the related key and afterwards delete it from temp table? B. Or create a extra field in the main table that stores a value that says it needs updating or has been updated and query then update? Quote Link to comment Share on other sites More sharing options...
fenway Posted May 2, 2008 Share Posted May 2, 2008 That's a bit vague... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.