- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2019 07:05 AM
What is the difference between Generating Text Index and Index Suggestion?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2019 01:42 PM
Text indexing is what allows you to search on text fields for a table. If you want to be able to search, you need to activate text indexing on the table. It really has nothing to do with performance.
Index suggestions is about improving performance where the system finds slow queries. It says "Hey, you seem to query this field a lot when you import, perhaps you should create a database index on that field for better import performance".
Does that help?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2019 07:15 AM
An index suggestion analyzes and reports suggested database indexes that can address performance issues (aka slow queries).
A text index is what's used to do text searches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2019 10:19 AM
I read those documents but they are not clear about what exactly will improve. Is enabling text indexing for improving user-called queries, like searching for incidents with a certain description, while index suggestions are for improving background GlideRecord queries like those called in a Script Includes?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2019 01:42 PM
Text indexing is what allows you to search on text fields for a table. If you want to be able to search, you need to activate text indexing on the table. It really has nothing to do with performance.
Index suggestions is about improving performance where the system finds slow queries. It says "Hey, you seem to query this field a lot when you import, perhaps you should create a database index on that field for better import performance".
Does that help?