Jump to content

Which method would be more efficient?`


Logical1

Recommended Posts

Which is more efficient?

To organize data in smaller tables and give ID number to items but have to cross reference it later (in order to have to add a row of data in a table you need to pick up data from 4 different tables) or make one or two larger tables amd querry only one or two tables?

The site I am working on may have a lot of visitors and I am concern about the number of SQL querries machine has to run simultaneously (or am I worried for nothing?)

Thanks in advance

L1

 

I have organized data in MySQL tables in a way that for one of my querries I have to get an

Link to comment
https://forums.phpfreaks.com/topic/159518-which-method-would-be-more-efficient/
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.