Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can you do the fine tunning?

Answer Posted / salil

Other than using Explain to improve the sql by adding index.
we can also do some server side change to help improve MySQL
query performance.
You can enable slow_query_log to find out queries taking
long time and uses explain on those to fix it.

Add query_cache_size = 16M
This will cache the query result and return data fast on the
next request for the same query.

set key_buffers.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of mysql workbench?

1058


List data types in mysql? Explain

966


What are enums used for in mysql?

1047


Does mysql support sequence?

989


What is the current root password of mysql?

964


Explain csv tables.

1068


what is the procedure to configure the application of mysql?

1087


What is mysqli_connect_error ()?

1074


How to make a column bigger and delete unique from table.

1033


What is row level locking in mysql?

1064


What is mysql used for?

1001


What is the difference between timestamp and datetime in mysql?

1096


What does blob mean in mysql?

1011


Is mysqli faster than mysql?

981


What is mysqlcheck do?

1081