phpbar.de logo

Mailinglisten-Archive

[php] Geschwindigkeit von php/mysql_fetch_array

[php] Geschwindigkeit von php/mysql_fetch_array

Michael Borchers list at tridemail.de
Fre Dez 15 09:32:54 CET 2006


>> $q = "SELECT SQL_CALC_FOUND_ROWS contacts.*, address_book.* FROM 
>> contacts,
>> address_book WHERE contacts.address_book_id = 
>> address_book.address_book_id
>> AND contacts.groups_id = 1 ORDER BY contacts.contacts_name ASC LIMIT 0,
>> 3071";
>>
>> $res = mysql_query($q);
>> ?>
>> <table width="100%" cellpadding="2" cellspacing="0" border="0">
>> <?php
>> while($contacts_row=mysql_fetch_array($res))
>
> Du brauchst numerische und assoziative Ergebnisarrays?
> Ansonsten probier mal den Ergebnistyp anzugeben:
>
> while($contacts_row=mysql_fetch_array($res, MYSQL_ASSOC))
>
> Das halbiert auf PHP-Seite schonmal die Häfte Arrays;-)

macht es dabei einen wirklichen unterschied ob ich mysql_fetch_assoc
oder mysql_fetch_array MYSQL ASSOC nehme? gibt es da noch
einmal nen performance-push? 


php::bar PHP Wiki   -   Listenarchive