mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
624184560e
User.publish_notifications_state is called every time a notification is created, this can become a very critical code path. On some heavy notification related sites this can be a major CPU user on PG This index makes it much cheaper to publish notification state, cause a simple index lookup does the trick.