Need Help in Mysql database
am 30.06.2010 16:52:33 von Nagendra Prasad
--001636499eb32bc0de048a40826a
Content-Type: text/plain; charset=ISO-8859-1
Hi All,
I have a huge set of MP3 database. My problem is that when I try to search
in my database its getting very slow. I was wondering if I split that
database into 2 or more tables. Will this improve the speed of searching? Is
it the best solution for my problem or is their any other solution?
Best,
Guru.
--001636499eb32bc0de048a40826a--
Re: Need Help in Mysql database
am 30.06.2010 19:13:17 von Phpster
On Wed, Jun 30, 2010 at 10:52 AM, nagendra prasad
wrote:
> Hi All,
>
> I have a huge set of MP3 database. My problem is that when I try to search
> in my database its getting very slow. I was wondering if I split that
> database into 2 or more tables. Will this improve the speed of searching? Is
> it the best solution for my problem or is their any other solution?
>
> Best,
> Guru.
>
What are you :
a) searching on
b) have mysql indeces on
Also have you run an explain plan on the query to see if its using any indexes?
--
Bastien
Cat, the other other white meat
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Need Help in Mysql database
am 30.06.2010 19:13:17 von Phpster
On Wed, Jun 30, 2010 at 10:52 AM, nagendra prasad
wrote:
> Hi All,
>
> I have a huge set of MP3 database. My problem is that when I try to search
> in my database its getting very slow. I was wondering if I split that
> database into 2 or more tables. Will this improve the speed of searching? Is
> it the best solution for my problem or is their any other solution?
>
> Best,
> Guru.
>
What are you :
a) searching on
b) have mysql indeces on
Also have you run an explain plan on the query to see if its using any indexes?
--
Bastien
Cat, the other other white meat
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php