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) |
OlderNewer