J
Jim Heavey
I am trying to figure out what "rule of thumb" I should be using to figure
out if I must store/retrieve my information from a database or an xml file.
It would appear that web hosting companies will charge more for utilizing
MS SQL server and frankly I just don't feel that the cost are warranted.
There will be no database updates - is is view only info - but how big can
the XML file be before you would say you would not use an XML file for
accessing this data? I could store the information in cache and read it
from cache? Could I also just read the porition of the XML file which is
necessary to satisfy the requested page? At what threshold of traffic
would I say this is not viable?
Should I be concerned about how much memory I will be getting from my web
hosting company?
Thanks in advance for your assistance!!!!!!!!!!!!!
out if I must store/retrieve my information from a database or an xml file.
It would appear that web hosting companies will charge more for utilizing
MS SQL server and frankly I just don't feel that the cost are warranted.
There will be no database updates - is is view only info - but how big can
the XML file be before you would say you would not use an XML file for
accessing this data? I could store the information in cache and read it
from cache? Could I also just read the porition of the XML file which is
necessary to satisfy the requested page? At what threshold of traffic
would I say this is not viable?
Should I be concerned about how much memory I will be getting from my web
hosting company?
Thanks in advance for your assistance!!!!!!!!!!!!!