gevensen Posted September 4, 2009 Share Posted September 4, 2009 i have a table that will only use 2 fields every so often and in some cases not at all a varchar with a len of 4 and a varchar with a len of 75 with the current storage available now my question is this is it worth the time splitting that part of a table for storage purposes IOW create a new table with id (int) and the a fields to link to the old table??? Link to comment https://forums.phpfreaks.com/topic/173115-table-storage-question/ Share on other sites More sharing options...
corbin Posted September 4, 2009 Share Posted September 4, 2009 Hrmmm..... Do the fields logically belong in the table? Pretty much what are the fields? Link to comment https://forums.phpfreaks.com/topic/173115-table-storage-question/#findComment-912768 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.