Shailendra Soni <sonishailendra02@stripped> wrote on 02/09/2005 08:28:36
AM:
> Hi,
>
> I have a question regarding speed of the query.
> In my application i am useing Mysql 4.0.20a-nt.
> I have 10 tables and each table contains 4000000 records
> and also 61 columns. I already created indexs on six column which are
> important for me.
>
> i fired the query on tables through servlet(thread).
> I fired same query on all tables on same time, but it has take time to
> getting result . allmost
> 7 to 10 minute .
>
> so please tell me
> how can i imporve speed of the Mysql or query?
>
> so it will take less time !
>
> Thanks
> Shailendra
>
Have you tried looking at this for ideas, too?
http://dev.mysql.com/doc/mysql/en/query-speed.html
Most of us start with an EXPLAIN of the query and work from there (see
suggested reading). Check your table structures and, if the frequency of
this query justifies it, an appropriate multi-column index (not multiple
single-column indexes).
Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine
Thread |
---|
• slow query, how can i imporve it? | Shailendra Soni | 9 Feb |
• Re: slow query, how can i imporve it? | SGreen | 9 Feb |
• Warning: V3 DSA signature: NOKEY, key ID 5072e1f5 | Chuck Herrick | 9 Feb |
• RE: slow query, how can i imporve it? | Jay Blanchard | 9 Feb |
• Re: slow query, how can i imporve it? | SGreen | 10 Feb |
• Re: slow query, how can i imporve it? | Shailendra Soni | 11 Feb |
• Re: slow query, how can i imporve it? | SGreen | 11 Feb |
• Re: slow query, how can i imporve it? | SGreen | 11 Feb |
• Re: slow query, how can i imporve it? | Chris Elsworth | 12 Feb |
• Re: slow query, how can i imporve it? | Michael Stassen | 12 Feb |
• Re: slow query, how can i imporve it? | Heikki Tuuri | 13 Feb |