Created
April 7, 2025 14:27
-
-
Save vitalibaranov/6f789d54f3e2e639bf4db02dd8ba20d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |
|QUERY PLAN | | |
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |
|Limit (cost=0.09..552.94 rows=51 width=452) (actual time=157.297..480.580 rows=51 loops=1) | | |
| -> Index Scan Backward using bell_notification_history_pkey on bell_notification_history bnh1_0 (cost=0.09..89735.69 rows=8278 width=452) (actual time=157.296..480.567 rows=51 loops=1)| | |
| Filter: (manager_id = 91092) | | |
| Rows Removed by Filter: 937703 | | |
|Planning Time: 0.079 ms | | |
|Execution Time: 480.603 ms | | |
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment