OK, here's the scenario:
Our site currently has (or is proposed to have) DIFFERENT database tables to store:
a) the (HTML and text) content that are displayed on pages,
b) the hyperlinks that are displayed on pages, and
c) other items (e.g. XML docs, XSL docs, PDF docs, HTML docs, images, ASP code to be dynamically executed, etc)
I thought that in general it would be cleaner to store all of these in the one table (kind of a global document/object table). However, my boss is worried that this will create excessive load on the table, disk hotspots, etc.
I'm looking for some good arguments for doing it my way.
What are your opinions?
codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
You're not a complete programmer unless you know how to guess.
I hope I never consider myself an 'expert'.
<insert witticism here>
Our site currently has (or is proposed to have) DIFFERENT database tables to store:
a) the (HTML and text) content that are displayed on pages,
b) the hyperlinks that are displayed on pages, and
c) other items (e.g. XML docs, XSL docs, PDF docs, HTML docs, images, ASP code to be dynamically executed, etc)
I thought that in general it would be cleaner to store all of these in the one table (kind of a global document/object table). However, my boss is worried that this will create excessive load on the table, disk hotspots, etc.
I'm looking for some good arguments for doing it my way.
What are your opinions?
codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
You're not a complete programmer unless you know how to guess.
I hope I never consider myself an 'expert'.
<insert witticism here>