DB Query Optimization....

Discussion in 'MySQL' started by php_baroda, Feb 6, 2007.

  1. #1
    Hi,

    I am having shopping cart in php-mysql.:p

    I am having running slow admin part coz i have many join in query.

    The join is required coz of desgin of DB.

    So can ny one help to over come this problem?.

    How can i optimize my query so i can speed up my query and it will show me fast result.

    Thanks in advance.....:)
     
    php_baroda, Feb 6, 2007 IP
  2. ThomasNederman

    ThomasNederman Peon

    Messages:
    112
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ThomasNederman, Feb 6, 2007 IP
  3. druidelder

    druidelder Peon

    Messages:
    285
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Proper utilization of indexes will help. Something else that can help is using nested select statements instead of joins whenever possible.
     
    druidelder, Feb 6, 2007 IP