How to add index for new tables
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2014 05:42 AM
I want to add some new indexes to my custom tables that are APPLICABILITY that is created by the a complex type schema as shown in image below .
Is it possible to do using the default-repository-config.xml ?
Or we will have to create the indexes at the SQL level?
Thanks Atul
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2014 08:53 AM
Adding a explicit index on a SQL column (presumably so that searches on it are faster) are something you must do directly at the SQL level.
