Skip to content

Instantly share code, notes, and snippets.

@gabeodess
Last active October 8, 2015 15:39
Show Gist options
  • Save gabeodess/cf38ed6a7e826776a51a to your computer and use it in GitHub Desktop.
Save gabeodess/cf38ed6a7e826776a51a to your computer and use it in GitHub Desktop.
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