Enterprise Library logging into database is very slow
Posted
by Sergej Andrejev
on Stack Overflow
See other posts from Stack Overflow
or by Sergej Andrejev
Published on 2010-02-09T10:04:58Z
Indexed on
2010/05/31
13:13 UTC
Read the original article
Hit count: 182
enterprise-library
I'm using enterprise library for logging web page events. Because page is load balanced I have to store logs in database on different server (requirement). Sadly, I found storing around 20 entries per page request is very slow (adds additional ~10s). Can anybody explain why this happens and how to fix it.
P.S. I'm using default pooling settings in logging database connection string.
© Stack Overflow or respective owner