mysql - Should I split large table into smaller identical ones in this case? -
imagine have multisite script, e.g. having multiple instances if same thing (like forum hosting). if using mysql better create new set of tables each site or have 1 large table site_id column?
one table of course easier maintain, abut performance? if used redis, answer different?
stop trying outsmart dbms, won't win battle. data should broken tables logically, not performance reasons.
what describing weak attempt @ trying re-invent index.
Comments
Post a Comment