Database and XML

wxdqz

New Member
How does it matter when storing XML files in the database.I have a query :Usually organizations have a massive database on the net. Now people havestarted shifting to XML and so have we.If there is a massive hit rate on theWeb Server, or the SQL server is queried extensively by users connectedconcurrently on the web server, it tends to become slow since each query isexecuted in a queue.Now if there is an ASP page which actually queries an XML file and displayscontent to the user, how would it make a difference as far as speed isconcerned. What I mean to say is that, if there are 10,000 users loading thesame ASP page which queries or parser the same XML file, what would be theload on the server or how fast would the page be displayed.ThanksKC
 
Back
Top