- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2019 02:43 PM
Is there a way to check on the status of a table indexing request? I made the change 6 hours ago and it's still not complete.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 11:06 AM
I found the solution thank you to Simon Pullen who responded to my support request. You can find these indexing changes on the sys_schema_change table (nav to sys_schema_change.list).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 10:25 PM
Two steps to follow as given:
Step1 : Navigate to List view of the Schema table "sys_schema_change" or replace your Instance Name here
https://YOURINSTANCENAME.service-now.com/nav_to.do?uri=sys_schema_change_list.do
Step2: In Table Name Column, enter the table for which Indexes are applied and in "Alter Type" column filter by "Create Index(es)" as below. Short by "Updated" date to see when was the last Index created.
Example: For Incident indexes select Table Name = Index & Alter Type = Create Index(es)
At last, Please mark my answer helpful, if it helped.
Regards
Pawan K Singh