Re: [PHP] How to use MySQL queries...?

2008-10-07 Thread Jignesh Thummar
>>And is there any effective way to calculate the statistics of comparison of >>query execution timings.. For query execution statistics, you need to log slow queries. To do so, enable following two directives in my.cnf file long_query_time = 2 log-slow-queries = /var/log/mysql/mysql_slow_query.l

Re: [PHP] How to use MySQL queries...?

2008-10-07 Thread Richard Heyes
> Is there any big difference to use PROPEL or any other ORM mapping > against basic > functions provided by MySQL Extension...? If it's MySQL you're looking to optimise, then you could also try asking on the MySQL discussion list. On the PHP side, the MySQL functions are long-winded at best, try

[PHP] How to use MySQL queries...?

2008-10-07 Thread Hemant Patel
Hello All, I am here with one more doubt Now I want to minimize my response time for a query..Can anybody tell me ..., Is there any big difference to use PROPEL or any other ORM mapping against basic functions provided by MySQL Extension...? And is there any effective