You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bulk edit is performed a link is provided to the edit log. The edit log can be slow to retrieve results because it's filtered by the transaction id and that column isn't indexed in the database. Anecdotally, I saw a decrease in load time from 53 sec to 1.5 sec when adding an index.
The text was updated successfully, but these errors were encountered:
After a bulk edit is performed a link is provided to the edit log. The edit log can be slow to retrieve results because it's filtered by the transaction id and that column isn't indexed in the database. Anecdotally, I saw a decrease in load time from 53 sec to 1.5 sec when adding an index.
The text was updated successfully, but these errors were encountered: