Last active
October 8, 2015 15:39
-
-
Save gabeodess/cf38ed6a7e826776a51a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Subscription Load (0.9ms) SELECT "subscriptions".* FROM "subscriptions" WHERE (subscriptions.away @> 'away_action => NULL') | |
=> 0 | |
Subscription Load (1.2ms) SELECT "subscriptions".* FROM "subscriptions" WHERE (subscriptions.away @> 'away_action => NULL' OR away ? 'away_action') | |
=> 34 | |
Subscription Load (2.4ms) SELECT "subscriptions".* FROM "subscriptions" WHERE ((away -> 'away_action') IS NULL) | |
=> 140 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment