- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 12:59 AM
How can I find out the storage space used by each table in ServiceNow? For example, I want to know how much storage is being used by the "incident" table (e.g., 500 GB), the "sc_request" table (e.g., 300 GB), and the "sc_req_item" table (e.g., 400 GB).
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 01:08 AM - edited ‎08-28-2024 01:09 AM
Hi there,
You can request a Database Footprint report on ServiceNow Support site (free) to get insights on the top100 tables. Or use the Physical Table Stats table in your instance.
Physical Table Stats: sys_physical_table_stats
Database Footprint report: 2023-04-17 - Blog - Why you should enquire about database footprint of an Instance
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 01:04 AM
@yana7 Please see this thread https://www.servicenow.com/community/developer-forum/is-there-a-way-reporting-on-the-size-of-each-ta... similar question has been asked here.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2024 01:08 AM - edited ‎08-28-2024 01:09 AM
Hi there,
You can request a Database Footprint report on ServiceNow Support site (free) to get insights on the top100 tables. Or use the Physical Table Stats table in your instance.
Physical Table Stats: sys_physical_table_stats
Database Footprint report: 2023-04-17 - Blog - Why you should enquire about database footprint of an Instance
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field