Skip to content

Instantly share code, notes, and snippets.

@ridhoperdana
Created October 14, 2022 08:08
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 ridhoperdana/23696b801c08dfafa61b0f6c1eaaafa4 to your computer and use it in GitHub Desktop.
Save ridhoperdana/23696b801c08dfafa61b0f6c1eaaafa4 to your computer and use it in GitHub Desktop.
alter table add gin index
CREATE INDEX trgm_idx_fts ON name USING GIN (ts);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment