How to use the "Create Database Index" option when editing a data structure?
Comments
-
The "Create Database Index" creates a column index for the field you're selecting in the database. For example, I have a Simple Data Structure named Index_Test. If you enable the 'Index Values Are Unique' option, it would change Index from 'Non-Unique, Non-Clustered' to 'Unique, Non-Clustered' This is typically useful if you're fetching based on the index columns alone to help speed up fetches.



