178 Views
While browsing the source code of the ELMAH mongoDB provider, I learned about a special type of collections: capped collections. Logging to the database can be extremely useful, but also rather expensive. Using this feature, you can turn on database logging without too many worries.
0 comments