The query speed is very slow, I was just wondering whether it was normal or not: My CPU is Intel Xeon Processor Dual-Core 2.4GHz and the memory is 1GB. There are 40,000 records in the database. When I deleted 150 records, the operation took 2 minutes.
I always encounter an error: Fatal error: Maximum execution time of 90 seconds exceeded in c:\program files\apache group\apache\htdocs\sugarcrm\include\database\MysqlManager.p hp on line 139
Is it possible if we modify the period of maximum execution time to make it longer?
Thanks very much in advance!
I forgot to mention that the operation system is windows2000Server and I executed the “delete” operation in a software called SugarCRM that I never used before. So I was just wondering that the problem is because of Mysql or SugarCRM.Thanks!
Hmm sugarcrm.com appear to be a professional org, so I would imagine they would cover things like putting suitable indexes on the database to produce fast DELETES. But given the stats you’ve posted I will still say the DELETE query isn’t utalizing indexes correct or not at all.
You should set up the MySQL slow query log and post the DELETE query that takes 2 mins here with an EXPLAIN.