Count processed records of a table at the runtime of a script?
I have a php script and its running and using two mysql tables 开发者_StackOverflow社区for processing. Now i want to check that how many records has that script processed so far as my tables are having huge amount of data more than 90 lakhs. How can i check this at the same time when that script is running ??
I think you need to impement a streaming to achieve that. You can have more details about that here. I have checked APE and I think this can meet your needs.
精彩评论