marcinwright Posted November 3, 2003 Share Posted November 3, 2003 is there a limit on how many entries I can put inside a table? And is it best to spread data out over several tables just to make searching and editing easier? I may have around 1000 rows !! Link to comment https://forums.phpfreaks.com/topic/1280-number-of-table-entries/ Share on other sites More sharing options...
Barand Posted November 3, 2003 Share Posted November 3, 2003 Spreading data over several tables makes searching harder, not easier. You then have to do a search on each table. Only 1000 rows? I\'ve one table i use regularly with 3,000,000 rows. Link to comment https://forums.phpfreaks.com/topic/1280-number-of-table-entries/#findComment-4269 Share on other sites More sharing options...
marcinwright Posted November 4, 2003 Author Share Posted November 4, 2003 I think that definately clears that up then. 3 million..... Link to comment https://forums.phpfreaks.com/topic/1280-number-of-table-entries/#findComment-4281 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.