Skip to content

Instantly share code, notes, and snippets.

@syst3mw0rm
Created August 21, 2013 19:59
Show Gist options
  • Save syst3mw0rm/6299407 to your computer and use it in GitHub Desktop.
Save syst3mw0rm/6299407 to your computer and use it in GitHub Desktop.
user news feed
explain Select * from tweet where tweet_id < 9999999999999 and (user_id in (select user_id2 from following where user_id1 = 1) or user_id = 1 ) order by tweet_id desc limit 15;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment