Skip to content

migrations: Add settings_user_id_idx

Warren Gifford requested to merge add-settings-user-id-index into main

Created by: tsenart

This commit adds an index to the user_id column of the settings table. This shaves off ~80ms in the critical search code path in decodedViewerFinalSettings.

Merge request reports

Loading