Jump to content

Just a simple question


Minase

Recommended Posts

Hello all i work on my own MMORPG browser based games and recently i tried to improve the performance.

The question is

PHP work faster when we have lets say 100 columns in a table,or 20columns in 5 tables

i did run some test and the faster method was first,but i want your answers too ;)

i know this is more a mysql question but in php from my perspective the things change a little bit when we talk about performance.

 

Link to comment
https://forums.phpfreaks.com/topic/189339-just-a-simple-question/
Share on other sites

Depends it's like the framerates of a game.... once to a point it doesn't matter. But as with frame rate at certain points it matters a lot. Thus if smaller tables it shouldn't be all that big of a difference (theoretically), but it starts to make big differences with larger tables. Depends on how the informations is being called/inserted/updated.... etc... Otherwise yes it makes a difference but its relative on other issues too that may make it a moot point.

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.