Agniva De Sarker
6898b3d70f
Optimize TeamsUnread ( #19507 )
...
The GetTeamsUnreadForUser call would be called for every team switch.
In CRT mode, it would make a separate store call for every team, which
would run the 3 aggregate SQL queries in GetThreadsForUser.
This is suboptimal because the complexity is linearly proportional
to the number of teams.
We make the following optimizations:
1. Change the query to a single one which aggregates all teams.
2. The query originally used just 2 out of the 3 queries, so one
query was fully redundant. We remove that query in the new one.
3. Further analysis was done whether it makes sense to run the 2
queries synchronously or not. The load-tests didn't show any degradation
in running them concurrently, so we keep the same behavior.
```release-note
NONE
```
2022-02-17 09:24:39 +05:30
..
2022-01-20 10:07:27 +05:30
2022-01-20 10:07:27 +05:30
2021-09-21 17:39:52 +02:00
2021-05-11 13:00:44 +03:00
2022-02-15 17:46:03 -06:00
2022-02-16 22:30:27 +05:30
2021-08-19 10:33:29 +02:00
2022-02-09 19:56:16 +05:30
2021-10-13 15:20:40 +03:00
2022-02-15 12:50:56 -05:00
2021-10-07 12:20:40 +05:30
2022-02-02 09:19:47 -05:00
2022-02-02 09:19:47 -05:00
2021-07-22 12:21:47 +05:30
2022-02-15 17:46:03 -06:00
2021-12-07 09:43:33 -08:00
2021-11-25 10:07:43 +05:30
2021-08-17 16:08:04 -04:00
2021-07-22 12:21:47 +05:30
2021-08-24 10:10:40 +03:00
2021-07-22 12:21:47 +05:30
2021-08-09 11:33:21 -04:00
2021-08-30 23:06:45 +05:30
2021-08-30 23:06:45 +05:30
2022-01-20 10:07:27 +05:30
2021-09-03 10:29:01 +02:00
2021-12-07 21:53:24 +05:30
2021-09-01 14:43:12 +02:00
2021-09-01 14:43:12 +02:00
2022-02-16 22:30:27 +05:30
2021-07-22 12:21:47 +05:30
2022-02-02 22:44:22 +05:30
2022-02-09 15:41:30 -05:00
2021-12-17 20:15:17 +05:30
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2021-07-28 13:15:46 +05:30
2021-11-08 11:57:22 +05:30
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2021-09-01 14:43:12 +02:00
2021-07-21 16:38:39 +02:00
2021-08-17 11:25:22 +03:00
2021-08-06 13:18:40 +05:30
2022-02-16 22:30:27 +05:30
2021-11-25 10:07:43 +05:30
2021-01-04 11:32:29 +05:30
2021-08-19 10:33:29 +02:00
2021-07-22 12:21:47 +05:30
2021-08-16 19:46:44 +02:00
2021-08-16 19:46:44 +02:00
2021-11-15 18:42:15 +03:00
2021-09-01 14:43:12 +02:00
2021-11-25 10:07:43 +05:30
2022-02-14 18:21:18 +01:00
2022-02-14 18:21:18 +01:00
2022-02-14 18:21:18 +01:00
2022-01-08 09:37:07 +05:30
2022-02-15 09:42:13 +03:00
2022-02-14 18:21:18 +01:00
2021-05-25 22:00:57 -03:00
2022-01-20 10:07:27 +05:30
2021-07-22 12:21:47 +05:30
2021-08-17 16:08:04 -04:00
2021-07-22 12:21:47 +05:30
2022-01-20 10:07:27 +05:30
2021-07-22 12:21:47 +05:30
2021-09-01 14:43:12 +02:00
2022-02-16 22:30:27 +05:30
2021-08-12 17:43:10 +02:00
2022-02-08 10:20:34 -05:00
2022-02-08 10:20:34 -05:00
2022-02-14 18:21:18 +01:00
2022-01-08 09:37:07 +05:30
2021-03-24 10:32:16 +01:00
2021-03-24 10:32:16 +01:00
2022-02-08 10:20:34 -05:00
2022-02-08 10:20:34 -05:00
2022-02-14 18:21:18 +01:00
2021-09-01 14:43:12 +02:00
2021-11-12 10:35:14 +05:30
2021-07-22 12:21:47 +05:30
2021-08-04 11:10:53 +02:00
2021-07-22 12:21:47 +05:30
2022-01-28 12:37:02 +05:30
2022-01-28 12:37:02 +05:30
2021-07-22 12:21:47 +05:30
2022-02-15 12:50:56 -05:00
2021-08-17 16:08:04 -04:00
2022-02-15 17:46:03 -06:00
2021-09-01 11:59:01 +02:00
2021-11-15 10:41:47 +05:30
2021-11-15 10:43:07 +05:30
2021-11-15 10:43:07 +05:30
2021-08-26 15:24:12 -04:00
2022-02-09 15:41:30 -05:00
2022-02-15 12:50:56 -05:00
2022-02-15 12:50:56 -05:00
2022-02-15 17:46:03 -06:00
2021-08-12 11:49:16 +02:00
2021-10-15 19:57:05 +05:30
2022-01-31 17:15:32 +03:00
2021-07-22 12:21:47 +05:30
2022-01-20 10:07:27 +05:30
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2021-11-12 10:35:14 +05:30
2022-02-02 22:44:22 +05:30
2021-12-09 14:17:41 +05:30
2021-12-09 14:17:41 +05:30
2021-05-11 13:00:44 +03:00
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2021-11-08 11:57:22 +05:30
2021-07-22 12:21:47 +05:30
2022-02-10 06:20:00 +01:00
2021-11-12 10:35:14 +05:30
2021-11-12 10:35:14 +05:30
2021-07-22 12:21:47 +05:30
2019-12-05 23:41:52 +04:00
2021-11-12 10:35:14 +05:30
2022-02-16 22:29:27 +05:30
2021-11-08 11:57:22 +05:30
2021-07-22 12:21:47 +05:30
2021-11-08 11:57:22 +05:30
2021-11-08 11:57:22 +05:30
2021-12-17 09:39:10 +03:00
2022-02-02 19:45:09 +01:00
2022-01-05 17:32:36 -05:00
2022-01-20 10:07:27 +05:30
2022-02-16 22:30:27 +05:30
2022-01-20 10:07:27 +05:30
2021-09-01 14:43:12 +02:00
2021-07-22 12:21:47 +05:30
2021-10-18 19:38:16 +05:30
2021-10-11 19:24:50 +05:30
2021-07-22 12:21:47 +05:30
2021-08-19 10:33:29 +02:00
2021-10-12 11:39:49 +05:30
2021-09-27 22:01:16 -03:00
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2019-11-29 12:59:40 +01:00
2021-11-08 16:38:41 +03:00
2021-11-08 16:38:41 +03:00
2021-10-12 11:39:49 +05:30
2021-12-07 09:43:33 -08:00
2021-10-12 11:39:49 +05:30
2021-09-01 14:43:12 +02:00
2021-07-22 12:21:47 +05:30
2022-01-31 17:15:32 +03:00
2022-02-14 18:21:18 +01:00
2021-10-12 11:39:49 +05:30
2022-02-15 12:50:56 -05:00
2021-10-12 11:39:49 +05:30
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2021-08-09 11:33:21 -04:00
2021-07-22 12:21:47 +05:30
2021-12-07 21:53:24 +05:30
2021-11-10 11:11:20 -05:00
2021-11-10 11:11:20 -05:00
2021-09-07 19:09:48 +02:00
2021-07-22 12:21:47 +05:30
2022-02-14 19:49:26 +05:30
2022-02-17 09:24:39 +05:30
2021-11-12 10:16:19 +03:00
2021-07-22 12:21:47 +05:30
2021-07-22 12:21:47 +05:30
2022-02-14 18:21:18 +01:00
2020-03-19 11:18:17 +01:00
2020-03-19 11:18:17 +01:00
2020-06-19 17:49:30 +05:30
2021-07-22 12:21:47 +05:30
2022-02-16 22:30:27 +05:30
2021-07-22 12:21:47 +05:30
2022-02-10 15:36:14 -05:00
2021-12-03 20:29:57 +05:30
2021-12-07 15:24:18 +01:00
2021-11-16 19:43:43 +05:30
2021-12-03 20:29:57 +05:30
2021-09-13 14:23:50 +02:00
2021-09-27 22:01:16 -03:00
2021-10-18 12:36:13 +05:30
2021-11-16 19:43:43 +05:30