Created
October 12, 2018 13:15
-
-
Save tom-lord/2ab10e88737da6d975e3ae002cf9bead 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=172.99..18520.04 rows=5903 width=205) | |
Recheck Cond: (dealership_id = 1234) | |
Filter: ((expired_at IS NULL) AND (updated_at < '2018-10-09 09:34:11.818701'::timestamp without time zone)) | |
-> Bitmap Index Scan on index_lease_deals_on_dealership_id (cost=0.00..172.70 rows=9724 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