Unique indexing on task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2025 09:46 AM
Hi,
We plan to enable unique index on the task table and we have around 9 million records on the task table, I want to understand how long does it take to apply unique index on all the record and whats the impact
Thanks everyone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Hello @shashankthu
Indexing in ServiceNow does not usually take much time. Once the indexing process is completed, the system can automatically send a notification to the configured email address. In addition, you can manually verify whether the indexing has been completed by checking the respective table (for example, the index tables or logs) where the indexing status is stored.
if you want to much more info then you can refer the below thread
https://www.servicenow.com/community/itsm-forum/what-is-a-database-index-and-how-to-create-one/m-p/2...
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Thank You!!