Need Help in Mysql database

--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--
Nagendra Prasad [ Mi, 30 Juni 2010 16:52 ] [ ID #2043859 ]

Re: Need Help in Mysql database

On Wed, Jun 30, 2010 at 10:52 AM, nagendra prasad
<nagendra802000 [at] gmail.com> 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
Phpster [ Mi, 30 Juni 2010 19:13 ] [ ID #2043860 ]

Re: Need Help in Mysql database

On Wed, Jun 30, 2010 at 10:52 AM, nagendra prasad
<nagendra802000 [at] gmail.com> 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
Phpster [ Mi, 30 Juni 2010 19:13 ] [ ID #2043864 ]
PHP » gmane.comp.php.database » Need Help in Mysql database

Vorheriges Thema: Email validation
Nächstes Thema: Need Help in setting up a server