Created
October 12, 2018 13:34
-
-
Save tom-lord/4b80c76d9b46856f3eccf8c6f06793e1 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
Bitmap Heap Scan on lease_deals (cost=448.02..903.13 rows=5903 width=205) | |
Recheck Cond: ((dealership_id = 1234) AND (expired_at IS NULL)) | |
Filter: ((updated_at < '2018-10-09 09:34:11.818701'::timestamp without time zone)) | |
-> Bitmap Index Scan on index_lease_deals_on_dealership_id_and_expired_at (cost=0.00..411.04 rows=6724 width=0) | |
Index Cond: (dealership_id = 1234) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment