I'm creating a database that will archive links. I would like to avoid placing all the links into one large table since it will be receiving quite a few hits and I don't want to have to parse the table by date too often if it's large. What I was thinking was creating tables in the format of yymm (ie: Nov 03 being 0311) and placing corresponding november 03 links into that and accessing it that way.
Then have a table that contains all links for referencing the month/year table for admin control only (if I need to find a specific link without knowing the month). That table would only contain the unique ID and table name for that link.
Is this an effecient way of going about it? In my sleep dep, am I even explaining myself properly? lol.
- "Delightfully confusing..." raves The New York Times
-kas
Then have a table that contains all links for referencing the month/year table for admin control only (if I need to find a specific link without knowing the month). That table would only contain the unique ID and table name for that link.
Is this an effecient way of going about it? In my sleep dep, am I even explaining myself properly? lol.
- "Delightfully confusing..." raves The New York Times
-kas