AsyncMysqlQueryResult::noIndexUsed

Returns whether or not any of the queries executed did not use an index during execution

public function noIndexUsed(): bool;

Returns

  • bool - 'true' if no index was used for any of the queries executed, 'false' otherwise