Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Created November 28, 2022 13:50
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 sergeykuzmich/5b4936232c1d8cae5f3c39f57376df2a to your computer and use it in GitHub Desktop.
Save sergeykuzmich/5b4936232c1d8cae5f3c39f57376df2a to your computer and use it in GitHub Desktop.
Index on UUID + DATETIME
CREATE INDEX idx_datetime_uid ON news (datetime, uid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment