Heim >Datenbank >MySQL-Tutorial >How MySQL ‘queries’ and ‘questions’ are measured_MySQL
Queries
Thenumberofstatementsexecutedbytheserver.Thisvariableincludesstatementsexecutedwithinstoredprograms,unliketheQuestionsvariable.ItdoesnotcountCOM_PINGorCOM_STATISTICScommands.
QuestionsThenumberofstatementsexecutedbytheserver.Thisincludesonlystatementssenttotheserverbyclientsandnotstatementsexecutedwithinstoredprograms,unliketheQueriesvariable.ThisvariabledoesnotcountCOM_PING,COM_STATISTICS,COM_STMT_PREPARE,COM_STMT_CLOSE,orCOM_STMT_RESETcommands.