Skip to content

Instantly share code, notes, and snippets.

@asmega
Created February 8, 2015 22:54
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 asmega/ae2c2ed73d9bb0f75df8 to your computer and use it in GitHub Desktop.
Save asmega/ae2c2ed73d9bb0f75df8 to your computer and use it in GitHub Desktop.
postgresql index on point column
CREATE INDEX ON establishments using gist (geo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment