mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
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.