---
sourceDocument: Australia Impact
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/impact

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Impact

ft:clusterId :

    - ipact

bundleId :

    - ipact


---

# Database performance metrics

# Database performance metrics {#ariaid-title1}

* Release version: Australia
* 
* Updated May 18, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Database performance metrics

The database performance metrics within the ServiceNow AI Platform® provide a detailed snapshot of database behavior and responsiveness.
These metrics help ServiceNow customers monitor and understand various aspects of database performance, which is critical for maintaining efficient and reliable service operations.
Show full answer Show less  

## Key Metrics and Their Practical Use

* **SQL Response Time:** Measures the average time taken for the database to respond to queries from the application layer, including network delays. While most queries are very fast, spikes or sustained increases beyond 15 minutes may indicate service issues, though this metric should be used as a secondary indicator alongside primary performance data.
* **Database Response Time by Type:** Breaks down response times by query type (selects, inserts, updates, deletes), allowing precise identification of which types of queries might be causing performance degradation.
* **Database Throughput:** Tracks the total number of each type of database transaction over time. This helps identify unusual changes in query volume that could impact performance.
* **Database Size:** Reports the total database size and shard sizes every four hours, enabling visualization of database growth trends and capacity planning.
* **History List Length:** Indicates the length of InnoDB's undo logs that support transactional consistency. High values (over 5-10 million for large DBs or over 1 million for smaller DBs) can be problematic and may affect performance.
* **Threads Running:** Shows the number of active process threads using CPU resources, useful for monitoring system load.
* **Slow Queries:** Highlights the maximum execution time of slow database queries, aiding identification of inefficient queries that may need optimization.
* **InnoDBRowLock:** Measures the time InnoDB waits for row locks before timing out, impacting database concurrency and transaction performance.

## Why It Matters and What to Expect

By leveraging these metrics, ServiceNow customers can gain granular visibility into database operations and performance bottlenecks. This enables proactive troubleshooting, capacity planning, and optimization of database interactions, ultimately supporting smoother ServiceNow platform performance and enhanced user experience. Understanding these metrics helps differentiate between transient anomalies and sustained performance issues, guiding appropriate investigation and remediation efforts.  
The metrics provide the database performance snapshot within the ServiceNow AI Platform®.

## SQL Response Time {#io-database-performance-metrics__section_cnt_thj_hjc}

Reported mean of database response time. This is measured at the application layer with a timer that starts when a query is sent to the database and finishes when the response has been received.

Since this is measured at the application layer, it is therefore inclusive of time spent on the network between application server and database server as well as being susceptible to misleading increases during periods of
application layer resource contention (for example, CPU or JVM memory shortages).

Most database queries in ServiceNow are extremely fast (a few milliseconds or less). When interpreting the mean SQL response time metric this is very important to understand because individual slow queries, that typically cause most
ServiceNow performance issues, will likely not have an impact on this graph. Conversely, things that do have an impact on this graph are very not likely to signify actual business impacting issues --- particularly things that cause it
to jump for very short periods of time or things that cause it to grow slowly over time.

If the SQL response time quickly jumps up multiple times its normal rate and stays elevated for more than 15 minutes this might correlate to a service impacting issue, but must be validated with a primary performance indicator for
further troubleshooting.  
Note:  
This indicator is only a secondary indicator, which can be used to understand the context where it is used, and cannot be directly used for troubleshooting.

## Database Response Time by Type {#io-database-performance-metrics__section_dnj_jlj_hjc}

The average response time of individual database transaction types. The database transaction types are stacked individually to give a granular breakdown. Database transaction types such as selects, inserts, updates and deletes are
tracked individually. In case of a response time issue, the breakdown of individual statement types allows the user to narrow down the impacting query type.

## Database Throughput {#io-database-performance-metrics__section_evf_llj_hjc}

The total number of database transaction types performed per data point. The database transaction types are stacked individually to give a granular breakdown. Database transaction types such as selects, inserts, updates and deletes
are tracked individually. The breakdown of counts per type allows the user to identify any deviation in volume at the more granular level.

## Database Size {#io-database-performance-metrics__section_osp_mlj_hjc}

otal DBI Size (based on sum of all tables) along with any primary shard(s) size (based on sum of all tables on shards), this is calculated every 4 hours and can be used to visualize database growth over time.

## History List Length {#io-database-performance-metrics__section_r11_4lj_hjc}

The InnoDB history list is the undo logs which are used to store these modifications. This is a fundamental part of InnoDB's transactional architecture. InnoDB is an MVCC storage engine, which means you can start a transaction and
continue to see a consistent snapshot even as the data changes. This is implemented by keeping old versions of rows as they're modified. They're kept in a linked list. The most recent version points to the previous one, which points
to the previous one, and others.  
Note:  
The value on larger DBs over 5-10 million is bad and on smaller DBs over 1 million.

## Threads Running {#io-database-performance-metrics__section_f54_qlj_hjc}

This metric represents the number of process threads running at the given point in time on the instance. When a thread is in the "running" state, it is actively using CPU resources to execute its code.

## Slow Queries {#io-database-performance-metrics__section_oy1_slj_hjc}

This metric represents the max time taken by slow queries. Slow queries refer to database queries that take longer to execute, typically due to lack of indexes, design, and others.

## InnoDBrowLock {#io-database-performance-metrics__section_png_5lj_hjc}

This metric represents the duration InnoDB waits to acquire a row lock before timing out, specified in seconds. Adjusting it affects concurrency and performance in database transactions.
**Related reference**   

* [Anomaly insights](https://servicenow-prod.fluidtopics.net/4_QeeoMptTF3e9qrg4XWwg "The reference topic gives additional information for anomaly charts.")
* [Feature availability based on package](https://servicenow-prod.fluidtopics.net/P9qjLGc3vCF_cOO3tzGPpA "The table outlines the access permissions for Performance Analytics features across production and sub production instances.")
* [Auriga Intelligent Alert report](https://servicenow-prod.fluidtopics.net/nQSJ7KPMZhRA30JC0WUapA "Auriga Intelligent Alert is an advanced multivariate machine learning (ML) model that learns from historical issues on your instance to provide real-time insight. Auriga monitors your performance metrics to deliver notifications of noteworthy events or deviations from anticipated data patterns.")
* [Transaction or response metrics](https://servicenow-prod.fluidtopics.net/zO1ipLkzD4Ui4sKzEQk4bg "The metrics provide a performance snapshot of classic UI transactions within the ServiceNow AI Platform.")
* [Semaphores performance metrics](https://servicenow-prod.fluidtopics.net/Kk9mReT78mDBECtqFl7MWQ "The metrics provide the key performance indicators calculated at the instance level for the selected duration.")
* [Event queues performance metrics](https://servicenow-prod.fluidtopics.net/gJEASVHBrJdFQHIBS8345w "The metrics provide the event performance snapshot within the ServiceNow AI Platform.")
* [ECC Queue performance metrics](https://servicenow-prod.fluidtopics.net/RGxMtNOGgtVY6Q5itGNFaQ "The metrics provide the ECC Queue performance snapshot within the ServiceNow AI Platform.")
* [Email performance metrics](https://servicenow-prod.fluidtopics.net/bogAIEvZQM6EVgHuNANWkw "The metrics provide the Email performance snapshot within the ServiceNow AI Platform.")
* [Scheduler performance metrics](https://servicenow-prod.fluidtopics.net/mUgSGAMhziXWPxkMp4ZZJQ "The metrics provide the Schedulers performance snapshot within the ServiceNow AI Platform.")
* [Job details performance metrics](https://servicenow-prod.fluidtopics.net/zU5pCERdUDwYINhrEtEmVw "The metrics provide the job details performance snapshot within the ServiceNow AI Platform.")
* [Node health performance metrics](https://servicenow-prod.fluidtopics.net/Ym_5QZb7HaUEXusPO0FNVA "The metrics provide the node health performance snapshot within the ServiceNow AI Platform.")
* [Host health performance metrics](https://servicenow-prod.fluidtopics.net/BPg~fi7mWtO2QDvoJtmlbw "The metrics provide the host health performance snapshot within the ServiceNow AI Platform.")
* [Standby replication Lag](https://servicenow-prod.fluidtopics.net/~bnGXSPhIInh_QygPmu8lA "A read replica is a copy of the primary DB that reflects changes to the primary in almost real time, in normal circumstances. The lag represents the database server of the instance that is behind in seconds.")
* [Pool Replication Lag](https://servicenow-prod.fluidtopics.net/GZt7jzZ4mbs0axGHLTG75w "Pool replication lag is the number of seconds that a Standby database or a read replica database lags behind the primary database.")
* [Chat details performance metrics](https://servicenow-prod.fluidtopics.net/3ITlZgnjjx7hFU0jPdggHA "For the operations team to get the insights of current load across main components of AWA channel infrastructure like queues and agents, and to monitor load during events of chat spikes.")
* [Cluster details performance metrics](https://servicenow-prod.fluidtopics.net/gCpPJvTx4G~JcYX9~VAIVA "The metrics provide the cluster details and Encryption status snapshot within the ServiceNow AI Platform.")
* [Load balancer performance metrics](https://servicenow-prod.fluidtopics.net/U6~7lb0jujHirGTJlHHmZA "The metrics provide the load balancer performance snapshot within the ServiceNow AI Platform.")
* [User information metrics](https://servicenow-prod.fluidtopics.net/tzinVKez9tWy7F1KJoK7mg "The metrics provide the user information performance snapshot within the ServiceNow AI Platform.")
* [Instance Data Replication](https://servicenow-prod.fluidtopics.net/ScxZA~8x58vIrm57FTmurg "The Instance Data Replication (IDR) copies data updates from one instance, called the producer instance, to one or more other instances called the consumer instances.")

