Hi everybody,
I've had a problem when the PHPRunner Build process is rolling. The proceeding bar stops so long time, for instance in point 130 from total of 420 process , during more than 15 minutes and the CPU usage archives 100%. Strange behaviour! I have to back to the last backup pack to get normal. The difference is only a view created on database with the next code:
CREATE VIEW sysrondadb_dev
.viewcontadorempresa
AS
SELECT id_Empresa, COUNT(*) FROM empresalocalidade GROUP BY id_Empresa;
I feel that when are added too much views and/or with unsimplified code, the PHPRunner has this behaviour. Anybody already have this situation? How to surpass this situation?
Thanks indeed.
Regards