ReportingAnalyst
MIS
Hi,
How do DB driven sites work with huge amounts of data? For instance, I go to Amazon to logon. It will definitely check my userid and password vs. a database which in turn can have 100,000s of records. So how does it get that checking so fast? What kind of ASP object could they be using to do this work so fast?
I am trying to build an org structure for a person with 400 subordinates, and it takes 32 seconds(which is very long!!!).
Should I cache the entire recordset into a Application variable? Update this Application variables in probably 3 times in a day. So that way the person with most subs will see his cached result set instead of sending a request to the DB everytime he logs in.
Any inputs.
Thanks.
How do DB driven sites work with huge amounts of data? For instance, I go to Amazon to logon. It will definitely check my userid and password vs. a database which in turn can have 100,000s of records. So how does it get that checking so fast? What kind of ASP object could they be using to do this work so fast?
I am trying to build an org structure for a person with 400 subordinates, and it takes 32 seconds(which is very long!!!).
Should I cache the entire recordset into a Application variable? Update this Application variables in probably 3 times in a day. So that way the person with most subs will see his cached result set instead of sending a request to the DB everytime he logs in.
Any inputs.
Thanks.