Minase Posted January 21, 2010 Share Posted January 21, 2010 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 More sharing options...
gwolgamott Posted January 21, 2010 Share Posted January 21, 2010 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. Link to comment https://forums.phpfreaks.com/topic/189339-just-a-simple-question/#findComment-999487 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.