Add database indexes #59
Labels
status/idea
The ideas in this issue are great idea, but we're not ready to work on it in the near future
umbraco/v8
Issues and tasks related to Umbraco 8.
The
SkybrudRedirects
table should get some database indexes, as retrieving rows currently scans the whole table and that can take quite some time, especially when a lot of redirects are added...The built-in Umbraco
umbracoRedirectsUrl
table indexes a hash of the URL, together with the resulting content/node key, culture and creation date. This ensures the index isn't unneccesary large and sorting on most recently added redirect can also be done efficiently within the database.The text was updated successfully, but these errors were encountered: