NAppProfiler is a profiling application to monitor your Server Farm and SQL calls
The log entries are stored in a Esent database using the ESENT Managed Interop. The Table contains 3 fields.
- ID: Unique Identifier (Auto Incremented by ESENT)
- Created DateTime: Stored as long in ticks of the log entry creation Date and Time.
- Protobuf Data: All Log entry data with details stored as a protobuf object. The Log Detail Descriptions (only if the text has more than 200 characters) are GZIPed using the GZipStreamClass.
Full Text Indexing is supported through Lucene.NET.