Ok, so I'm stumped?
What kind of hardware is behind this thing?
-JW
On Fri, Sep 3, 2010 at 4:44 AM, Alexandre Vieira <nullpt@stripped> wrote:
> Hi Johnny,
>
> mysql> EXPLAIN SELECT * FROM clientinfo WHERE userid='911930694';
>
>
> +----+-------------+------------+-------+---------------+---------+---------+-------+------+-------+
> | id | select_type | table | type | possible_keys | key | key_len
> | ref | rows | Extra |
>
>
> +----+-------------+------------+-------+---------------+---------+---------+-------+------+-------+
> | 1 | SIMPLE | clientinfo | const | PRIMARY | PRIMARY | 23
> | const | 1 | |
>
>
> +----+-------------+------------+-------+---------------+---------+---------+-------+------+-------+
> 1 row in set (0.53 sec)
>
> Thanks
>
> BR
> AJ
>
>
>