Mroonga Status Variables

A list of status variables specific to Mroonga, used to monitor internal operations like fast line counts and order-by-limit optimizations.

This page documents status variables related to the Mroonga storage engine. See Server Status Variables for a complete list of status variables that can be viewed with SHOW STATUS.

Mroonga_count_skip

  • Description: Incremented each time the 'fast line count feature' is used. Can be used to check if the feature is working after enabling it.

  • Data Type: numeric

Mroonga_fast_order_limit

  • Description: Incremented each time the 'fast ORDER BY LIMIT feature' is used. Can be used to check if the feature is working after enabling it.

  • Data Type: numeric

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?