Quote:
Originally Posted by ScottGem A lot depends on how you do your searches and how your database is designed.
Generally fields that will be searched are indexed. Indexed fields will search faster that non indexed fields, regardless of the number of fields in the table.
But keeping the number of fields down is a principle of relational database design. I suggest you read up on normalization. |
But my question is that if there are 3 tables in a database and I've to search from the 1st table then if either size of the 1st table is big or small, will it change speed of search if the 1st table is small as compared to being big.