Skip to content

Instantly share code, notes, and snippets.

@xApnea
Last active July 16, 2020 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xApnea/9b2436d5b98603d9e14a44ae58fa1b39 to your computer and use it in GitHub Desktop.
Save xApnea/9b2436d5b98603d9e14a44ae58fa1b39 to your computer and use it in GitHub Desktop.
SDC queries

Database Queries

Cassandra Query:

  • select * from updates where campaignid = 10000000;
  • With 10M+ record Update Query

Postgres Query:

  • SELECT * FROM updates where "updateID" = 100;
  • With 10M+ record Update_Query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment