We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Do you know these links about storage usage

Robert J_
Tera Contributor

I would like to share these links that we came across while working on a case.

 

You can use the data manangement console to identify the biggest tables in your syste.

/now/data-management-console/home

In addition, you can monitor the growth of the tables.

/sys_physical_table_stats_list.do?sysparm_query=sample_period_type%3Dday%5Esys_created_onONYesterday%40javascript%3Ags.beginningOfYesterday()%40javascript%3Ags.endOfYesterday()&sysparm_view=

This job collects the data:

/sys_trigger_list.do?sysparm_query=nameLIKEphysical&sysparm_view=

List of successful table compaction jobs:

/sys_compaction_run_list.do?sysparm_query=sys_created_on%3Ejavascript%3Ags.dateGenerate('2025-12-31'%2C'23%3A59%3A59')&sysparm_view=

 

Additional you can monitor the current database footprint via the support portal and in the module 'Subscription Management - Subscriptions - Cloud capacity'.

1 REPLY 1

Mark Manders
Giga Patron

https://www.servicenow.com/community/developer-articles/prevent-having-to-buy-extra-storage-by-recla...


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark