Skip to main content

Glossary: RavenQueryStatistics

Properties

NameTypeDescription
IsStaleboolWhatever the query returned potentially stale results
DurationMillisecondslongThe duration of the query server side
TotalResultsintWhat was the total count of the results that matched the query
SkippedResultsintThe amount of skipped results
TimestampDateTimeThe time when the query results were unstale
IndexNamestringThe name of the index queried
IndexTimestampDateTimeThe timestamp of the queried index
IndexEtagEtagThe etag of the queried index
NonAuthoritativeInformationboolA value indicating whether any of the documents returned by this query are non authoritative (modified by uncommitted transaction)
LastQueryTimeDateTimeThe timestamp of the last time the index was queried
TimingsInMillisecondsDictionary<string, double>Detailed timings for various parts of a query (Lucene search, loading documents, transforming results)
ResultSizelongThe size of the request which were sent from the server. This value is the uncompressed size.
ScoreExplanationsDictionary<string, string>Explanations of document scores