we are creating a website which shows temperature datas (max temp, min temp, avg temp) of a month for a particular district within a country.
For this purpose we have created a single database file which consists of all (raster) datas For each month within the year range (1975-2013). The datas are saved into a single .mxd file. We have published this file into the webserver.
Will creating a single db file slow down the processing speed, if multiple users try to access different (temperature) datas at the same time???(because we have a single DB file)
If so, is their any possible solutions for the same?
PS:- We have created the db such that the (monthly)datas are saved in a sequential format.