Jump to content

DB Optimization


TheFilmGod

Recommended Posts

Yes and no. This board is called "PHP and Mysql". (just look up)

 

I realize that sql has a lot to do with optimization but there are many things that php affects sql... that affects .... performance ... that results me in posting this question ....

Link to comment
https://forums.phpfreaks.com/topic/85114-db-optimization/#findComment-434178
Share on other sites

Notice the forum:

 

PHP Freaks Forums > PHP and MySQL > PHP Help >

 

See that MySQL part? ;)

 

In any case..

 

Read the mySQL documentation. Look up tutorials on MySQL Performance tuning.

 

does it mean i can post this thread in freelance section because that also has mysl ??

 

any way sorry for being rude.. i just find this thread as wrong post

again sorry !

Link to comment
https://forums.phpfreaks.com/topic/85114-db-optimization/#findComment-434193
Share on other sites

Do you have access to mysql.conf

 

Is it your server?

 

Optimizing should start at that level

 

Once mysql is making the most of its home (hardware) we can start to look on query and database normalisation

 

I would only go this far if you are studying this or have a reason to optimize, mysql / computers are so fast even a terrible query will be completed before you can blink

Link to comment
https://forums.phpfreaks.com/topic/85114-db-optimization/#findComment-434587
Share on other sites

Do you have access to mysql.conf

 

Is it your server?

 

Optimizing should start at that level

 

Once mysql is making the most of its home (hardware) we can start to look on query and database normalisation

 

I would only go this far if you are studying this or have a reason to optimize, mysql / computers are so fast even a terrible query will be completed before you can blink

DB normalization should always be at the top of the list.

Link to comment
https://forums.phpfreaks.com/topic/85114-db-optimization/#findComment-434967
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.