phpbar.de logo

Mailinglisten-Archive

[php] Geschwindigkeit von php/mysql_fetch_array

[php] Geschwindigkeit von php/mysql_fetch_array

Florian Grell grell at werk4.net
Die Dez 12 16:02:20 CET 2006


Hallo Michael!

[snip]

> $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";

Hm, mal die ganz klassisch blöden Fragen:
- Warum SQL_CALC_FOUND_ROWS wenn Du diese Info dann gar nicht verwendest?
- Warum contacts.*, address_book.*, wenn Du nur entry_street_address,
entry_postcode, contacts_telephone und contacts_fax anzeigst?
- Du hast Indices auf die Spalten address_book.address_book_id und
contacts.groups_id gesetzt?

Meine 2cent,
Florian


php::bar PHP Wiki   -   Listenarchive