couchbase
    Preparing search index...

    Class QueryMetrics

    Contains various metrics that are returned by the server following the execution of a query.

    Index

    Properties

    elapsedTime: number

    The total amount of time spent running the query, in milliseconds.

    errorCount: number

    The total number of errors which were encountered during the execution of the query.

    executionTime: number

    The total amount of time spent executing the query, in milliseconds.

    mutationCount: number

    The total number of rows which were altered by the query.

    resultCount: number

    The total number of rows which were part of the result set.

    resultSize: number

    The total number of bytes which were generated as part of the result set.

    sortCount: number

    The total number of rows which were part of the sorting for the query.

    warningCount: number

    The total number of warnings which were encountered during the execution of the query.