Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vitalibaranov/6f789d54f3e2e639bf4db02dd8ba20d0 to your computer and use it in GitHub Desktop.
Save vitalibaranov/6f789d54f3e2e639bf4db02dd8ba20d0 to your computer and use it in GitHub Desktop.
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|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