asp.net 2.0 - profile and session performance

G

Guest

Hi.
I have a question regarding the profile and sessiom performance when using
SQL server a a provider. The mecahnizm in general uses blob as the datatype
for the state persistente. In high volumes, will it cause a peformence
problem?
 
G

Guest

Profile data is only loaded on demand, so that should not pose a problem.

However, Session with SqlServer is definitely slower than in-proc session
(the default). You'll have to do your own testing to determine if the
performance is suitable for your particular needs.
If you are storing objects that need to be serialized such as classes,
DataSets, etc, that can be the slowest, whereas simple types (int, string,
etc) are faster.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top