pglite icon indicating copy to clipboard operation
pglite copied to clipboard

extension: pg_trgm

Open zachblume opened this issue 10 months ago • 0 comments

support for similarity of text using trigram matching https://www.postgresql.org/docs/current/pgtrgm.html

Use case for me for pglite:

  • Offloading work from the DB to instant read replicas living inside serverless functions
  • pg_trgm is commonly used for string comparisons and provides the GIN and GIST index handling

zachblume avatar Mar 24 '24 15:03 zachblume